Update to version 2.31.0

v2
jenkinsopenvidu 2025-01-14 18:20:30 +00:00
parent c05c1c599a
commit 1411f7d064
11 changed files with 41 additions and 38 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-browser", "name": "openvidu-browser",
"version": "2.30.0", "version": "2.31.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-browser", "name": "openvidu-browser",
"version": "2.30.0", "version": "2.31.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"events": "3.3.0", "events": "3.3.0",

View File

@ -44,5 +44,5 @@
] ]
} }
}, },
"version": "2.30.0" "version": "2.31.0"
} }

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "2.30.0", "version": "2.31.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-components-testapp", "name": "openvidu-components-testapp",
"version": "2.30.0", "version": "2.31.0",
"dependencies": { "dependencies": {
"@angular/animations": "17.3.10", "@angular/animations": "17.3.10",
"@angular/cdk": "17.3.10", "@angular/cdk": "17.3.10",
@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "17.3.10", "@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10", "@angular/router": "17.3.10",
"autolinker": "4.0.0", "autolinker": "4.0.0",
"openvidu-browser": "2.30.0", "openvidu-browser": "2.31.0",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "^0.14.6" "zone.js": "^0.14.6"
@ -13328,9 +13328,10 @@
} }
}, },
"node_modules/openvidu-browser": { "node_modules/openvidu-browser": {
"version": "2.30.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.30.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.31.0.tgz",
"integrity": "sha512-OTtbo3gwdZp1i1I5DNHPRIPSoG7lJawXHXgYTUZ+IFrbXzvoBjJHilskJVLeAeTPcMwPLxJ96JLd+6sS946JWQ==", "integrity": "sha512-68d3t+jI6SDcfQFzSB1lj9nEhcJc87+iqZTpR66s2j26/JlPNNzZ3yft1UCjhQFVogfqHIgvYiTCGkw+755LRQ==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",

View File

@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "17.3.10", "@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10", "@angular/router": "17.3.10",
"autolinker": "4.0.0", "autolinker": "4.0.0",
"openvidu-browser": "2.30.0", "openvidu-browser": "2.31.0",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.3.1", "tslib": "2.3.1",
"zone.js": "^0.14.6" "zone.js": "^0.14.6"
@ -78,5 +78,5 @@
"webcomponent:e2e-pro-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e-pro", "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" "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": "2.30.0" "version": "2.31.0"
} }

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-angular", "name": "openvidu-angular",
"version": "2.30.0", "version": "2.31.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-angular", "name": "openvidu-angular",
"version": "2.30.0", "version": "2.31.0",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },

View File

@ -12,7 +12,7 @@
"@angular/material": "^16.0.0 || ^17.0.0", "@angular/material": "^16.0.0 || ^17.0.0",
"autolinker": "^4.0.0", "autolinker": "^4.0.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"openvidu-browser": "2.30.0" "openvidu-browser": "2.31.0"
}, },
"version": "2.30.0" "version": "2.31.0"
} }

View File

@ -12,7 +12,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenVidu Server</name> <name>OpenVidu Server</name>
<version>2.30.0</version> <version>2.31.0</version>
<description>OpenVidu Server</description> <description>OpenVidu Server</description>
<url>https://openvidu.io</url> <url>https://openvidu.io</url>

View File

@ -1,12 +1,12 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.30.0", "version": "2.31.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "frontend", "name": "frontend",
"version": "2.30.0", "version": "2.31.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -22,7 +22,7 @@
"@angular/router": "15.0.2", "@angular/router": "15.0.2",
"core-js": "3.26.1", "core-js": "3.26.1",
"jquery": "3.6.1", "jquery": "3.6.1",
"openvidu-browser": "2.30.0", "openvidu-browser": "2.31.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"
@ -10123,9 +10123,10 @@
} }
}, },
"node_modules/openvidu-browser": { "node_modules/openvidu-browser": {
"version": "2.30.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.30.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.31.0.tgz",
"integrity": "sha512-OTtbo3gwdZp1i1I5DNHPRIPSoG7lJawXHXgYTUZ+IFrbXzvoBjJHilskJVLeAeTPcMwPLxJ96JLd+6sS946JWQ==", "integrity": "sha512-68d3t+jI6SDcfQFzSB1lj9nEhcJc87+iqZTpR66s2j26/JlPNNzZ3yft1UCjhQFVogfqHIgvYiTCGkw+755LRQ==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",
@ -21741,9 +21742,9 @@
} }
}, },
"openvidu-browser": { "openvidu-browser": {
"version": "2.30.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.30.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.31.0.tgz",
"integrity": "sha512-OTtbo3gwdZp1i1I5DNHPRIPSoG7lJawXHXgYTUZ+IFrbXzvoBjJHilskJVLeAeTPcMwPLxJ96JLd+6sS946JWQ==", "integrity": "sha512-68d3t+jI6SDcfQFzSB1lj9nEhcJc87+iqZTpR66s2j26/JlPNNzZ3yft1UCjhQFVogfqHIgvYiTCGkw+755LRQ==",
"requires": { "requires": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",

View File

@ -12,7 +12,7 @@
"@angular/router": "15.0.2", "@angular/router": "15.0.2",
"core-js": "3.26.1", "core-js": "3.26.1",
"jquery": "3.6.1", "jquery": "3.6.1",
"openvidu-browser": "2.30.0", "openvidu-browser": "2.31.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"
@ -50,5 +50,5 @@
"start": "ng serve --host 0.0.0.0 --ssl", "start": "ng serve --host 0.0.0.0 --ssl",
"test": "ng test" "test": "ng test"
}, },
"version": "2.30.0" "version": "2.31.0"
} }

View File

@ -1,12 +1,12 @@
{ {
"name": "openvidu-testapp", "name": "openvidu-testapp",
"version": "2.30.0", "version": "2.31.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "openvidu-testapp", "name": "openvidu-testapp",
"version": "2.30.0", "version": "2.31.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@angular/animations": "14.2.12", "@angular/animations": "14.2.12",
@ -23,7 +23,7 @@
"colormap": "2.3.2", "colormap": "2.3.2",
"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.30.0", "openvidu-browser": "2.31.0",
"openvidu-node-client": "2.31.0", "openvidu-node-client": "2.31.0",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.4.1", "tslib": "2.4.1",
@ -8097,9 +8097,10 @@
} }
}, },
"node_modules/openvidu-browser": { "node_modules/openvidu-browser": {
"version": "2.30.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.30.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.31.0.tgz",
"integrity": "sha512-OTtbo3gwdZp1i1I5DNHPRIPSoG7lJawXHXgYTUZ+IFrbXzvoBjJHilskJVLeAeTPcMwPLxJ96JLd+6sS946JWQ==", "integrity": "sha512-68d3t+jI6SDcfQFzSB1lj9nEhcJc87+iqZTpR66s2j26/JlPNNzZ3yft1UCjhQFVogfqHIgvYiTCGkw+755LRQ==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",
@ -17516,9 +17517,9 @@
} }
}, },
"openvidu-browser": { "openvidu-browser": {
"version": "2.30.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.30.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.31.0.tgz",
"integrity": "sha512-OTtbo3gwdZp1i1I5DNHPRIPSoG7lJawXHXgYTUZ+IFrbXzvoBjJHilskJVLeAeTPcMwPLxJ96JLd+6sS946JWQ==", "integrity": "sha512-68d3t+jI6SDcfQFzSB1lj9nEhcJc87+iqZTpR66s2j26/JlPNNzZ3yft1UCjhQFVogfqHIgvYiTCGkw+755LRQ==",
"requires": { "requires": {
"events": "3.3.0", "events": "3.3.0",
"freeice": "2.2.2", "freeice": "2.2.2",

View File

@ -14,7 +14,7 @@
"colormap": "2.3.2", "colormap": "2.3.2",
"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.30.0", "openvidu-browser": "2.31.0",
"openvidu-node-client": "2.31.0", "openvidu-node-client": "2.31.0",
"rxjs": "7.5.7", "rxjs": "7.5.7",
"tslib": "2.4.1", "tslib": "2.4.1",
@ -46,5 +46,5 @@
"start:dev": "ng serve --open --configuration development", "start:dev": "ng serve --open --configuration development",
"test": "ng test" "test": "ng test"
}, },
"version": "2.30.0" "version": "2.31.0"
} }