Update openvidu-node-client to version 2.29.0

pull/828/head
jenkinsopenvidu 2023-10-18 10:04:25 +00:00
parent bb2c63cb5b
commit 626e2183c5
4 changed files with 11 additions and 11 deletions

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-node-client",
"version": "2.28.0",
"version": "2.29.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openvidu-node-client",
"version": "2.28.0",
"version": "2.29.0",
"license": "Apache-2.0",
"dependencies": {
"axios": "1.4.0",

View File

@ -33,5 +33,5 @@
"docs": "./generate-docs.sh"
},
"typings": "lib/index.d.ts",
"version": "2.28.0"
"version": "2.29.0"
}

View File

@ -24,7 +24,7 @@
"core-js": "3.26.1",
"json-stringify-safe": "5.0.1",
"openvidu-browser": "2.28.0",
"openvidu-node-client": "2.28.0",
"openvidu-node-client": "2.29.0",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"
@ -8153,9 +8153,9 @@
}
},
"node_modules/openvidu-node-client": {
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.28.0.tgz",
"integrity": "sha512-20buNfrdAgZ6xsIRwhcCLm94PZEy1sfcyZWSwpSkwzemXHOvYgkJ8xx5Cv7Nxw3aKcVXhCc/Bw29ZUcVYO++Sg==",
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.29.0.tgz",
"integrity": "sha512-zdnGpMvgR5b639mKsg9O9J6tz8cfZwhRje+eNURf1LZ3z01ltmU32pIB4iIZMKRmLW97WHQ3oE529EYaLZ7DgQ==",
"dependencies": {
"axios": "1.4.0",
"buffer": "6.0.3"
@ -17563,9 +17563,9 @@
}
},
"openvidu-node-client": {
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.28.0.tgz",
"integrity": "sha512-20buNfrdAgZ6xsIRwhcCLm94PZEy1sfcyZWSwpSkwzemXHOvYgkJ8xx5Cv7Nxw3aKcVXhCc/Bw29ZUcVYO++Sg==",
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.29.0.tgz",
"integrity": "sha512-zdnGpMvgR5b639mKsg9O9J6tz8cfZwhRje+eNURf1LZ3z01ltmU32pIB4iIZMKRmLW97WHQ3oE529EYaLZ7DgQ==",
"requires": {
"axios": "1.4.0",
"buffer": "6.0.3"

View File

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