Update openvidu-node-client to version v2.22.0

pull/721/head
jenkinsopenvidu 2022-05-12 13:49:50 +00:00
parent 140449948a
commit 51c03383cf
2 changed files with 30 additions and 30 deletions

View File

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

View File

@ -1,37 +1,37 @@
{
"author": "OpenVidu",
"author": "OpenVidu",
"dependencies": {
"axios": "0.21.4",
"axios": "0.21.4",
"buffer": "6.0.3"
},
"description": "OpenVidu Node Client",
},
"description": "OpenVidu Node Client",
"devDependencies": {
"@types/node": "14.14.37",
"grunt": "1.3.0",
"grunt-cli": "1.4.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.22",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"@types/node": "14.14.37",
"grunt": "1.3.0",
"grunt-cli": "1.4.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.22",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"typescript": "3.8.3"
},
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "openvidu-node-client",
},
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "openvidu-node-client",
"repository": {
"type": "git",
"type": "git",
"url": "git://github.com/OpenVidu/openvidu"
},
},
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"build": "./node_modules/typescript/bin/tsc",
"docs": "./generate-docs.sh"
},
"typings": "lib/index.d.ts",
"version": "2.21.0"
}
},
"typings": "lib/index.d.ts",
"version": "2.22.0"
}