openvidu-browser-v2compatibility: Updated to version 3.4.0 and bump package version to 3.4.0; enhance tsconfig.lib.prod.json with skipLibCheck option

v2compatibility
Carlos Santos 2025-10-01 19:12:59 +02:00
parent c9afc1af1e
commit b1d6d275a4
3 changed files with 22 additions and 19 deletions

View File

@ -234,6 +234,23 @@
} }
} }
}, },
"node_modules/@angular-devkit/build-angular/node_modules/@ngtools/webpack": {
"version": "17.3.8",
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz",
"integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.13.0 || >=20.9.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0",
"typescript": ">=5.2 <5.5",
"webpack": "^5.54.0"
}
},
"node_modules/@angular-devkit/build-angular/node_modules/rxjs": { "node_modules/@angular-devkit/build-angular/node_modules/rxjs": {
"version": "7.8.1", "version": "7.8.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
@ -4228,22 +4245,6 @@
"integrity": "sha512-TuhKH+credq4zLksGbYrnvJ1aLIWMc5r0UHwzxzql4BHECJwIAoBR61ZrqwGOW6ZmSBIzU1t4VtKj8hbxFaKeA==", "integrity": "sha512-TuhKH+credq4zLksGbYrnvJ1aLIWMc5r0UHwzxzql4BHECJwIAoBR61ZrqwGOW6ZmSBIzU1t4VtKj8hbxFaKeA==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/@ngtools/webpack": {
"version": "17.3.8",
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.8.tgz",
"integrity": "sha512-CjSVVa/9fzMpEDQP01SC4colKCbZwj7vUq0H2bivp8jVsmd21x9Fu0gDBH0Y9NdfAIm4eGZvmiZKMII3vIOaYQ==",
"dev": true,
"engines": {
"node": "^18.13.0 || >=20.9.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0",
"typescript": ">=5.2 <5.5",
"webpack": "^5.54.0"
}
},
"node_modules/@nodelib/fs.scandir": { "node_modules/@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -16357,6 +16358,7 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"

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-v2compatibility": "3.1.0" "openvidu-browser-v2compatibility": "^3.4.0"
}, },
"version": "3.3.0" "version": "3.4.0"
} }

View File

@ -5,7 +5,8 @@
"declarationMap": false, "declarationMap": false,
"sourceMap": false, "sourceMap": false,
"removeComments": true, "removeComments": true,
"pretty": false "pretty": false,
"skipLibCheck": true
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"compilationMode": "partial" "compilationMode": "partial"