mirror of https://github.com/OpenVidu/openvidu.git
Update openvidu-node-client to version 2.32.1
parent
5921eef20a
commit
f123e3cbb2
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-node-client",
|
"name": "openvidu-node-client",
|
||||||
"version": "2.32.0",
|
"version": "2.32.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-node-client",
|
"name": "openvidu-node-client",
|
||||||
"version": "2.32.0",
|
"version": "2.32.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "1.13.2",
|
"axios": "1.13.2",
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,5 @@
|
||||||
"beautify": "prettier --write ."
|
"beautify": "prettier --write ."
|
||||||
},
|
},
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
"version": "2.32.0"
|
"version": "2.32.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"core-js": "3.26.1",
|
"core-js": "3.26.1",
|
||||||
"json-stringify-safe": "5.0.1",
|
"json-stringify-safe": "5.0.1",
|
||||||
"openvidu-browser": "2.32.0",
|
"openvidu-browser": "2.32.0",
|
||||||
"openvidu-node-client": "2.32.0",
|
"openvidu-node-client": "2.32.1",
|
||||||
"rxjs": "7.5.7",
|
"rxjs": "7.5.7",
|
||||||
"tslib": "2.4.1",
|
"tslib": "2.4.1",
|
||||||
"zone.js": "0.12.0"
|
"zone.js": "0.12.0"
|
||||||
|
|
@ -8302,9 +8302,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/openvidu-node-client": {
|
"node_modules/openvidu-node-client": {
|
||||||
"version": "2.32.0",
|
"version": "2.32.1",
|
||||||
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.0.tgz",
|
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.1.tgz",
|
||||||
"integrity": "sha512-ZZh+0S4DMOEh5bcIKyhro8+GkqCagON2g8zGiNLLMYjyf6fT2b059UMIe6dcJigFQo+bzvGsjn5MA6+94htATg==",
|
"integrity": "sha512-VkS0Nm6aeBdbn3AVGp5wC5BNQQPbmnvyAlDVlDfFl8VXivTc3ACEpv+g/gsRR9QJgTrtX69E2803nzTPSYPixQ==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "1.13.2",
|
"axios": "1.13.2",
|
||||||
|
|
@ -17814,9 +17814,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openvidu-node-client": {
|
"openvidu-node-client": {
|
||||||
"version": "2.32.0",
|
"version": "2.32.1",
|
||||||
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.0.tgz",
|
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.32.1.tgz",
|
||||||
"integrity": "sha512-ZZh+0S4DMOEh5bcIKyhro8+GkqCagON2g8zGiNLLMYjyf6fT2b059UMIe6dcJigFQo+bzvGsjn5MA6+94htATg==",
|
"integrity": "sha512-VkS0Nm6aeBdbn3AVGp5wC5BNQQPbmnvyAlDVlDfFl8VXivTc3ACEpv+g/gsRR9QJgTrtX69E2803nzTPSYPixQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "1.13.2",
|
"axios": "1.13.2",
|
||||||
"buffer": "6.0.3"
|
"buffer": "6.0.3"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"core-js": "3.26.1",
|
"core-js": "3.26.1",
|
||||||
"json-stringify-safe": "5.0.1",
|
"json-stringify-safe": "5.0.1",
|
||||||
"openvidu-browser": "2.32.0",
|
"openvidu-browser": "2.32.0",
|
||||||
"openvidu-node-client": "2.32.0",
|
"openvidu-node-client": "2.32.1",
|
||||||
"rxjs": "7.5.7",
|
"rxjs": "7.5.7",
|
||||||
"tslib": "2.4.1",
|
"tslib": "2.4.1",
|
||||||
"zone.js": "0.12.0"
|
"zone.js": "0.12.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue