Update openvidu-node-client to version 2.32.1

v2
jenkinsopenvidu 2025-12-09 13:21:29 +00:00
parent 5921eef20a
commit f123e3cbb2
4 changed files with 11 additions and 11 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-node-client",
"version": "2.32.0",
"version": "2.32.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-node-client",
"version": "2.32.0",
"version": "2.32.1",
"license": "Apache-2.0",
"dependencies": {
"axios": "1.13.2",

View File

@ -32,5 +32,5 @@
"beautify": "prettier --write ."
},
"typings": "lib/index.d.ts",
"version": "2.32.0"
"version": "2.32.1"
}

View File

@ -24,7 +24,7 @@
"core-js": "3.26.1",
"json-stringify-safe": "5.0.1",
"openvidu-browser": "2.32.0",
"openvidu-node-client": "2.32.0",
"openvidu-node-client": "2.32.1",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"
@ -8302,9 +8302,9 @@
}
},
"node_modules/openvidu-node-client": {
"version": "2.32.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.0.tgz",
"integrity": "sha512-ZZh+0S4DMOEh5bcIKyhro8+GkqCagON2g8zGiNLLMYjyf6fT2b059UMIe6dcJigFQo+bzvGsjn5MA6+94htATg==",
"version": "2.32.1",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.1.tgz",
"integrity": "sha512-VkS0Nm6aeBdbn3AVGp5wC5BNQQPbmnvyAlDVlDfFl8VXivTc3ACEpv+g/gsRR9QJgTrtX69E2803nzTPSYPixQ==",
"license": "Apache-2.0",
"dependencies": {
"axios": "1.13.2",
@ -17814,9 +17814,9 @@
}
},
"openvidu-node-client": {
"version": "2.32.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.0.tgz",
"integrity": "sha512-ZZh+0S4DMOEh5bcIKyhro8+GkqCagON2g8zGiNLLMYjyf6fT2b059UMIe6dcJigFQo+bzvGsjn5MA6+94htATg==",
"version": "2.32.1",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.1.tgz",
"integrity": "sha512-VkS0Nm6aeBdbn3AVGp5wC5BNQQPbmnvyAlDVlDfFl8VXivTc3ACEpv+g/gsRR9QJgTrtX69E2803nzTPSYPixQ==",
"requires": {
"axios": "1.13.2",
"buffer": "6.0.3"

View File

@ -15,7 +15,7 @@
"core-js": "3.26.1",
"json-stringify-safe": "5.0.1",
"openvidu-browser": "2.32.0",
"openvidu-node-client": "2.32.0",
"openvidu-node-client": "2.32.1",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"