mirror of https://github.com/OpenVidu/openvidu.git
openvidu-angular-v2compatibility: Bumped version to 3.8.0
parent
f70fdbcdda
commit
8949b4bf7a
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "openvidu-components-testapp",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "openvidu-components-testapp",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"dependencies": {
|
||||
"@angular/animations": "17.3.10",
|
||||
"@angular/cdk": "17.3.10",
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"@angular/platform-browser-dynamic": "17.3.10",
|
||||
"@angular/router": "17.3.10",
|
||||
"autolinker": "4.0.0",
|
||||
"openvidu-browser-v2compatibility": "3.7.0",
|
||||
"openvidu-browser-v2compatibility": "3.8.0",
|
||||
"rxjs": "7.5.7",
|
||||
"tslib": "2.3.1",
|
||||
"zone.js": "^0.14.6"
|
||||
|
|
@ -12998,9 +12998,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openvidu-browser-v2compatibility": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.7.0.tgz",
|
||||
"integrity": "sha512-B/bU+lenRQRyAAyAGiYVTFkJnvAHd8Byt/Ymebba47RWw7sv+qNl5UdSqL0Bl7F7DFZVk9us1j581Gh2EMz1Ww==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.8.0.tgz",
|
||||
"integrity": "sha512-fHiLq09gHt5doX4O3hzbH3PaHC/vzK3gW/rScQ0/ugnF75qkwOrG0qimi3Y8Rav7czlWJPjZqS0puB/M4Ei7dA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@livekit/egress-sdk": "0.2.1",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"@angular/platform-browser-dynamic": "17.3.10",
|
||||
"@angular/router": "17.3.10",
|
||||
"autolinker": "4.0.0",
|
||||
"openvidu-browser-v2compatibility": "3.7.0",
|
||||
"openvidu-browser-v2compatibility": "3.8.0",
|
||||
"rxjs": "7.5.7",
|
||||
"tslib": "2.3.1",
|
||||
"zone.js": "^0.14.6"
|
||||
|
|
@ -78,5 +78,5 @@
|
|||
"webcomponent:e2e-pro-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e-pro",
|
||||
"webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/ && echo http://localhost:8080/?OV_URL=https://localhost:4443&OV_SECRET=MY_SECRET&prejoin=false"
|
||||
},
|
||||
"version": "3.7.0"
|
||||
"version": "3.8.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "openvidu-angular",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "openvidu-angular",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"@angular/material": "^16.0.0 || ^17.0.0",
|
||||
"autolinker": "^4.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"openvidu-browser-v2compatibility": "3.7.0"
|
||||
"openvidu-browser-v2compatibility": "3.8.0"
|
||||
},
|
||||
"version": "3.7.0"
|
||||
"version": "3.8.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue