- Updated import paths in meeting.component.ts, room-recordings.component.ts, view-recording.component.ts, and other service files to use relative paths instead of absolute paths. - Removed the '@openvidu-meet/shared/*' path mapping from tsconfig.json. - Added shared-meet-components to pnpm workspace and updated pnpm-lock.yaml to reflect the changes.
23 lines
599 B
JSON
23 lines
599 B
JSON
{
|
|
"name": "@openvidu-meet/shared-components",
|
|
"version": "0.0.1",
|
|
"main": "dist/fesm2022/openvidu-meet-shared-components.mjs",
|
|
"module": "dist/fesm2022/openvidu-meet-shared-components.mjs",
|
|
"typings": "dist/index.d.ts",
|
|
"peerDependencies": {
|
|
"@angular/animations": "^20.0.0",
|
|
"@angular/cdk": "^20.0.0",
|
|
"@angular/common": "^20.0.0",
|
|
"@angular/core": "^20.0.0",
|
|
"@angular/forms": "^20.0.0",
|
|
"@angular/material": " ^20.0.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"openvidu-components-angular": "^3.4.0",
|
|
"rxjs": "7.8.2"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false
|
|
}
|