mirror of https://github.com/OpenVidu/openvidu.git
Update to version v2.24.0
parent
92225253fa
commit
deb10d2aa2
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-browser",
|
"name": "openvidu-browser",
|
||||||
"version": "2.23.0",
|
"version": "2.24.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-browser",
|
"name": "openvidu-browser",
|
||||||
"version": "2.23.0",
|
"version": "2.24.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
|
|
|
@ -53,5 +53,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "2.23.0"
|
"version": "2.24.0"
|
||||||
}
|
}
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "2.23.1",
|
"version": "2.24.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openvidu-components-testapp",
|
"name": "openvidu-components-testapp",
|
||||||
"version": "2.23.1",
|
"version": "2.24.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "14.2.8",
|
"@angular/animations": "14.2.8",
|
||||||
"@angular/cdk": "14.2.6",
|
"@angular/cdk": "14.2.6",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"@angular/platform-browser-dynamic": "14.2.8",
|
"@angular/platform-browser-dynamic": "14.2.8",
|
||||||
"@angular/router": "14.2.8",
|
"@angular/router": "14.2.8",
|
||||||
"autolinker": "4.0.0",
|
"autolinker": "4.0.0",
|
||||||
"openvidu-browser": "file:openvidu-browser-2.23.0.tgz",
|
"openvidu-browser": "2.24.0",
|
||||||
"rxjs": "7.5.7",
|
"rxjs": "7.5.7",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"zone.js": "0.11.4"
|
"zone.js": "0.11.4"
|
||||||
|
@ -11567,10 +11567,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/openvidu-browser": {
|
"node_modules/openvidu-browser": {
|
||||||
"version": "2.23.0",
|
"version": "2.24.0",
|
||||||
"resolved": "file:openvidu-browser-2.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.24.0.tgz",
|
||||||
"integrity": "sha512-cFFdWNjDzboLc9bruCPoJ4EU8kBVlB3K6l0QPmSZUHh+V95YS6xJS9bNsU21oeY1qMyz8ABPDJXciilf+bevAw==",
|
"integrity": "sha512-aE0ZvQhw4vDnaj2+NAu5W8f5oCkgrNCAB3XQW3czhnZFkhrlVN3lv909QzekiqldWFhYQ1mS9XEq7O2HA/OxCw==",
|
||||||
"license": "Apache-2.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"freeice": "2.2.2",
|
"freeice": "2.2.2",
|
||||||
|
@ -25086,8 +25085,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"openvidu-browser": {
|
"openvidu-browser": {
|
||||||
"version": "file:openvidu-browser-2.23.0.tgz",
|
"version": "2.24.0",
|
||||||
"integrity": "sha512-cFFdWNjDzboLc9bruCPoJ4EU8kBVlB3K6l0QPmSZUHh+V95YS6xJS9bNsU21oeY1qMyz8ABPDJXciilf+bevAw==",
|
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.24.0.tgz",
|
||||||
|
"integrity": "sha512-aE0ZvQhw4vDnaj2+NAu5W8f5oCkgrNCAB3XQW3czhnZFkhrlVN3lv909QzekiqldWFhYQ1mS9XEq7O2HA/OxCw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"freeice": "2.2.2",
|
"freeice": "2.2.2",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"@angular/platform-browser-dynamic": "14.2.8",
|
"@angular/platform-browser-dynamic": "14.2.8",
|
||||||
"@angular/router": "14.2.8",
|
"@angular/router": "14.2.8",
|
||||||
"autolinker": "4.0.0",
|
"autolinker": "4.0.0",
|
||||||
"openvidu-browser": "file:openvidu-browser-2.23.0.tgz",
|
"openvidu-browser": "2.24.0",
|
||||||
"rxjs": "7.5.7",
|
"rxjs": "7.5.7",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"zone.js": "0.11.4"
|
"zone.js": "0.11.4"
|
||||||
|
@ -68,12 +68,12 @@
|
||||||
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
|
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"start": "ng serve --configuration development",
|
"start": "ng serve --configuration development",
|
||||||
"start:ssl": "ng serve --ssl --configuration development --host 0.0.0.0 --port 4200 --ssl-cert /path/to/cert.pem --ssl-key /path/to/key.pem",
|
|
||||||
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
|
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
|
||||||
|
"start:ssl": "ng serve --ssl --configuration development --host 0.0.0.0 --port 4200 --ssl-cert /path/to/cert.pem --ssl-key /path/to/key.pem",
|
||||||
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",
|
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",
|
||||||
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",
|
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",
|
||||||
"webcomponent:e2e-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e",
|
"webcomponent:e2e-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e",
|
||||||
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/"
|
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/"
|
||||||
},
|
},
|
||||||
"version": "2.23.1"
|
"version": "2.24.0"
|
||||||
}
|
}
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.3.0"
|
||||||
|
},
|
||||||
"name": "openvidu-angular",
|
"name": "openvidu-angular",
|
||||||
"version": "2.23.1",
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/animations": "^14.0.0",
|
"@angular/animations": "^14.0.0",
|
||||||
"@angular/common": "^14.0.0",
|
"@angular/common": "^14.0.0",
|
||||||
"@angular/core": "^14.0.0",
|
"@angular/core": "^14.0.0",
|
||||||
"@angular/material": "^14.0.0",
|
|
||||||
"@angular/forms": "^14.0.0",
|
|
||||||
"@angular/flex-layout": "^14.0.0-beta.40",
|
"@angular/flex-layout": "^14.0.0-beta.40",
|
||||||
|
"@angular/forms": "^14.0.0",
|
||||||
|
"@angular/material": "^14.0.0",
|
||||||
"autolinker": "^4.0.0",
|
"autolinker": "^4.0.0",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"openvidu-browser": "2.23.0"
|
"openvidu-browser": "2.24.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"version": "2.24.0"
|
||||||
"tslib": "^2.3.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>OpenVidu Server</name>
|
<name>OpenVidu Server</name>
|
||||||
<version>2.23.0</version>
|
<version>2.24.0</version>
|
||||||
<description>OpenVidu Server</description>
|
<description>OpenVidu Server</description>
|
||||||
<url>https://openvidu.io</url>
|
<url>https://openvidu.io</url>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@angular/router": "13.3.0",
|
"@angular/router": "13.3.0",
|
||||||
"core-js": "3.21.1",
|
"core-js": "3.21.1",
|
||||||
"jquery": "3.6.0",
|
"jquery": "3.6.0",
|
||||||
"openvidu-browser": "2.23.0",
|
"openvidu-browser": "2.24.0",
|
||||||
"rxjs": "7.5.5",
|
"rxjs": "7.5.5",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"zone.js": "0.11.5"
|
"zone.js": "0.11.5"
|
||||||
|
@ -9191,9 +9191,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/openvidu-browser": {
|
"node_modules/openvidu-browser": {
|
||||||
"version": "2.23.0",
|
"version": "2.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.24.0.tgz",
|
||||||
"integrity": "sha512-qiErP48E09ly7wVgbDvOFTTFz2yF6IB3bYqoPcq+FYbkTMpkq1pLeLdXgQx+tg4O9uPtuMjWVwbKaWpa4TUHLA==",
|
"integrity": "sha512-aE0ZvQhw4vDnaj2+NAu5W8f5oCkgrNCAB3XQW3czhnZFkhrlVN3lv909QzekiqldWFhYQ1mS9XEq7O2HA/OxCw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"freeice": "2.2.2",
|
"freeice": "2.2.2",
|
||||||
|
@ -20094,9 +20094,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openvidu-browser": {
|
"openvidu-browser": {
|
||||||
"version": "2.23.0",
|
"version": "2.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.24.0.tgz",
|
||||||
"integrity": "sha512-qiErP48E09ly7wVgbDvOFTTFz2yF6IB3bYqoPcq+FYbkTMpkq1pLeLdXgQx+tg4O9uPtuMjWVwbKaWpa4TUHLA==",
|
"integrity": "sha512-aE0ZvQhw4vDnaj2+NAu5W8f5oCkgrNCAB3XQW3czhnZFkhrlVN3lv909QzekiqldWFhYQ1mS9XEq7O2HA/OxCw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"freeice": "2.2.2",
|
"freeice": "2.2.2",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"@angular/router": "13.3.0",
|
"@angular/router": "13.3.0",
|
||||||
"core-js": "3.21.1",
|
"core-js": "3.21.1",
|
||||||
"jquery": "3.6.0",
|
"jquery": "3.6.0",
|
||||||
"openvidu-browser": "2.23.0",
|
"openvidu-browser": "2.24.0",
|
||||||
"rxjs": "7.5.5",
|
"rxjs": "7.5.5",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"zone.js": "0.11.5"
|
"zone.js": "0.11.5"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"core-js": "3.4.7",
|
"core-js": "3.4.7",
|
||||||
"hammerjs": "2.0.8",
|
"hammerjs": "2.0.8",
|
||||||
"json-stringify-safe": "^5.0.1",
|
"json-stringify-safe": "^5.0.1",
|
||||||
"openvidu-browser": "2.23.0",
|
"openvidu-browser": "2.24.0",
|
||||||
"openvidu-node-client": "2.24.0",
|
"openvidu-node-client": "2.24.0",
|
||||||
"rxjs": "6.5.3",
|
"rxjs": "6.5.3",
|
||||||
"zone.js": "0.10.2"
|
"zone.js": "0.10.2"
|
||||||
|
@ -45,5 +45,5 @@
|
||||||
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --host 0.0.0.0 --ssl",
|
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --host 0.0.0.0 --ssl",
|
||||||
"test": "NODE_OPTIONS=--openssl-legacy-provider ng test"
|
"test": "NODE_OPTIONS=--openssl-legacy-provider ng test"
|
||||||
},
|
},
|
||||||
"version": "2.23.0"
|
"version": "2.24.0"
|
||||||
}
|
}
|
Loading…
Reference in New Issue