Update openvidu-node-client to version 2.27.0

pull/803/head
jenkinsopenvidu 2023-05-03 10:41:47 +00:00
parent f922c5cd53
commit 83b14c39d6
4 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@ -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.26.0", "openvidu-browser": "2.26.0",
"openvidu-node-client": "2.26.2", "openvidu-node-client": "2.27.0",
"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"
@ -8152,9 +8152,9 @@
} }
}, },
"node_modules/openvidu-node-client": { "node_modules/openvidu-node-client": {
"version": "2.26.2", "version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.26.2.tgz", "resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.27.0.tgz",
"integrity": "sha512-3xUgQhgIsUHUxgpQCHJnv6hfYg61z+iEyrWKqtaCCF0G/Q1VjIZQ4aOgF4eGOMotno4siTYUtSaVopp7x31Tlg==", "integrity": "sha512-4shcYYE9GHKEQltnjeVxFB6iIaCmDYYhp++n9LBmqIgeJDMM/PwwBga3UCKkYbJb3NgqK7yUvypOBCk8e1JEpQ==",
"dependencies": { "dependencies": {
"axios": "0.27.2", "axios": "0.27.2",
"buffer": "6.0.3" "buffer": "6.0.3"
@ -17556,9 +17556,9 @@
} }
}, },
"openvidu-node-client": { "openvidu-node-client": {
"version": "2.26.2", "version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.26.2.tgz", "resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.27.0.tgz",
"integrity": "sha512-3xUgQhgIsUHUxgpQCHJnv6hfYg61z+iEyrWKqtaCCF0G/Q1VjIZQ4aOgF4eGOMotno4siTYUtSaVopp7x31Tlg==", "integrity": "sha512-4shcYYE9GHKEQltnjeVxFB6iIaCmDYYhp++n9LBmqIgeJDMM/PwwBga3UCKkYbJb3NgqK7yUvypOBCk8e1JEpQ==",
"requires": { "requires": {
"axios": "0.27.2", "axios": "0.27.2",
"buffer": "6.0.3" "buffer": "6.0.3"

View File

@ -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.26.0", "openvidu-browser": "2.26.0",
"openvidu-node-client": "2.26.2", "openvidu-node-client": "2.27.0",
"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"