mirror of https://github.com/OpenVidu/openvidu.git
Update openvidu-node-client to version 2.27.0
parent
f922c5cd53
commit
83b14c39d6
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue