From dec6c41e5c5de99e78f1288b57395299384a47c1 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:47:52 +0530 Subject: [PATCH] Release 5.2.0 (#4249) * Release 5.2.0 * Fixed build issue * Updated correct dependency versions. Updated compatibility matrix to denote correct ACS version --- README.md | 21 +- app/src/app.config.json | 2 +- docs/README.md | 1 + docs/audit/audit-info-5.2.0.md | 24 ++ docs/changelog/changelog-5.2.0.md | 38 ++ docs/licences/license-info-5.2.0.md | 330 ++++++++++++++++++ package-lock.json | 81 +++-- package.json | 14 +- projects/aca-content/package.json | 8 +- .../name-column/name-column.component.ts | 2 - projects/aca-shared/package.json | 8 +- 11 files changed, 469 insertions(+), 60 deletions(-) create mode 100644 docs/audit/audit-info-5.2.0.md create mode 100644 docs/changelog/changelog-5.2.0.md create mode 100644 docs/licences/license-info-5.2.0.md diff --git a/README.md b/README.md index e2693cacdf..02997cb329 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,17 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify. ## Compatibility | ACA | ADF | ACS | Node | Angular | -|-------|---------------|-----------|------|---------| -| 5.1.x | 7.0.0-alpha.3 | 23.3 | 18.x | 15.x | -| 5.0.x | 7.0.0-alpha.2 | 23.3 | 18.x | 15.x | -| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | -| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | -| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | -| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | -| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | -| 3.1.x | 5.1 | 7.3 | | | -| 3.0.x | 5.0 | 7.3 | | | +|-------|---------------|-----------|------|--------| +| 5.2.x | 7.0.0-alpha.6 | 23.4 | 18.x | 16.x | +| 5.1.x | 7.0.0-alpha.3 | 23.3 | 18.x | 15.x | +| 5.0.x | 7.0.0-alpha.2 | 23.3 | 18.x | 15.x | +| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | +| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | +| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | +| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | +| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | +| 3.1.x | 5.1 | 7.3 | | | +| 3.0.x | 5.0 | 7.3 | | | > See for more details on Angular and Node.js compatibility diff --git a/app/src/app.config.json b/app/src/app.config.json index f4592c0d3b..297f520c75 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -35,7 +35,7 @@ "locale": "en", "application": { "name": "Workspace", - "version": "5.1.1", + "version": "5.2.0", "logo": "assets/images/app-logo.svg", "copyright": "APP.COPYRIGHT" }, diff --git a/docs/README.md b/docs/README.md index 0f9c4d799e..d963ad1700 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,6 +40,7 @@ The documentation is divided into the following sections: | ACA | ADF | ACS | Node | Angular | |-------|---------------|-----------|------|---------| +| 5.2.x | 7.0.0-alpha.6 | 23.4 | 18.x | 16.x | | 5.1.x | 7.0.0-alpha.3 | 23.3 | 18.x | 15.x | | 5.0.x | 7.0.0-alpha.2 | 23.3 | 18.x | 15.x | | 4.4.x | 6.7 | 23.2 | 18.x | 14.x | diff --git a/docs/audit/audit-info-5.2.0.md b/docs/audit/audit-info-5.2.0.md new file mode 100644 index 0000000000..e94926e822 --- /dev/null +++ b/docs/audit/audit-info-5.2.0.md @@ -0,0 +1,24 @@ +--- +Title: Audit info, alfresco-content-app 5.2.0 +--- + +# Audit information for alfresco-content-app 5.2.0 + +This page lists the security audit of the dependencies this project depends on. + +## Risks + +- Critical risk: 0 +- High risk: 1 +- Moderate risk: 0 +- Low risk: 0 + +Dependencies analyzed: + +## Libraries + +| Severity | Module | Vulnerable versions | +| --- | --- | --- | +|high | pdfjs-dist | "<=4.1.392" | + + diff --git a/docs/changelog/changelog-5.2.0.md b/docs/changelog/changelog-5.2.0.md new file mode 100644 index 0000000000..8775665632 --- /dev/null +++ b/docs/changelog/changelog-5.2.0.md @@ -0,0 +1,38 @@ +--- +Title: Changelog for alfresco-content-app v5.2.0 +--- + +# Changelog + +- [90cb0d4db](git@github.com:Alfresco/alfresco-content-app/commit/90cb0d4db) [ACS-9008] Proper form initialization for Saved Searches (#4243) +- [baaa8ca37](git@github.com:Alfresco/alfresco-content-app/commit/baaa8ca37) [ACS-8991] Fix sidenav issue when clicking on manage saved searches (#4238) +- [90ca3707f](git@github.com:Alfresco/alfresco-content-app/commit/90ca3707f) SonarCloud fixes (#4235) +- [27e318aaa](git@github.com:Alfresco/alfresco-content-app/commit/27e318aaa) [ACS-8924] Failing Sonar job (#4219) +- [ad0ec78e0](git@github.com:Alfresco/alfresco-content-app/commit/ad0ec78e0) [MNT-24648] Turn page selector button visible (#4233) +- [173254262](git@github.com:Alfresco/alfresco-content-app/commit/173254262) [MNT-24622] Add files via upload (#4202) +- [a74d18916](git@github.com:Alfresco/alfresco-content-app/commit/a74d18916) [ACS-8634] Add new option to edit changes in saved search or save as new (#4229) +- [71764b09e](git@github.com:Alfresco/alfresco-content-app/commit/71764b09e) [ACS-8706] split context menu to allow injecting actions (#4203) +- [df6fdb38b](git@github.com:Alfresco/alfresco-content-app/commit/df6fdb38b) [ACS-8914] Fix error on manage rules page open (#4228) +- [8d78a408b](git@github.com:Alfresco/alfresco-content-app/commit/8d78a408b) [ACS-8981] [E2E] added deleteTagsByTagName method for TagsApiin ACA (#4226) +- [62f38ee8a](git@github.com:Alfresco/alfresco-content-app/commit/62f38ee8a) [ACS-8951] [E2E] tags and categories e2es added in ACA (#4210) +- [c2d2f9509](git@github.com:Alfresco/alfresco-content-app/commit/c2d2f9509) [ACS-8634] "Manage Searches" - a full page list of saved searches (#4181) +- [cacc4149f](git@github.com:Alfresco/alfresco-content-app/commit/cacc4149f) [ACS-8956] Add new ESLint rule for self-closing tags (#4211) +- [d25c08a2c](git@github.com:Alfresco/alfresco-content-app/commit/d25c08a2c) [ACS-8807] Fixed answer formatting (#4209) +- [092a57f8b](git@github.com:Alfresco/alfresco-content-app/commit/092a57f8b) [ACS-8907] Remove query / question from input on the results page (#4189) +- [e743a3811](git@github.com:Alfresco/alfresco-content-app/commit/e743a3811) [ACS-8769] Removed mocked avatars and replaced with loading them from backend (#4207) +- [3cda94558](git@github.com:Alfresco/alfresco-content-app/commit/3cda94558) Manual dependencies update (#4200) +- [093099d99](git@github.com:Alfresco/alfresco-content-app/commit/093099d99) Router might be undefined added safe check (#4198) +- [3fbdc93c5](git@github.com:Alfresco/alfresco-content-app/commit/3fbdc93c5) Ng16 migration (#4104) +- [e97fd97e7](git@github.com:Alfresco/alfresco-content-app/commit/e97fd97e7) [ACS-5996] [E2E] fixed C286473 e2e test (#4191) +- [a7573dc93](git@github.com:Alfresco/alfresco-content-app/commit/a7573dc93) ADW Saved Search (#4173) +- [b9213f345](git@github.com:Alfresco/alfresco-content-app/commit/b9213f345) [MNT-24660] Updated documentation (#4187) +- [dfa155df0](git@github.com:Alfresco/alfresco-content-app/commit/dfa155df0) [MNT-24660] version list action cannot be disabled using app conf (#4182) +- [2f507323a](git@github.com:Alfresco/alfresco-content-app/commit/2f507323a) [ACS-8886] enable excluded test from ACA (#4170) +- [0fb9f9ebe](git@github.com:Alfresco/alfresco-content-app/commit/0fb9f9ebe) [ACS-8398] unit tests part 3 (#4163) +- [3ec6d0be3](git@github.com:Alfresco/alfresco-content-app/commit/3ec6d0be3) [ACS-8779] Keep selections and question after going to the previous page (#4147) +- [de8f48cff](git@github.com:Alfresco/alfresco-content-app/commit/de8f48cff) [ACS-8866] [E2E] Added UI, Debug and Headed modes to NX console (#4160) +- [b72009f9e](git@github.com:Alfresco/alfresco-content-app/commit/b72009f9e) [ACS-8845] viewer file types fixes pr (#4159) +- [5968a39de](git@github.com:Alfresco/alfresco-content-app/commit/5968a39de) [ACS-8845] [E2E] Added e2e tests for verifying file types in viewer (#4156) +- [01f0deb83](git@github.com:Alfresco/alfresco-content-app/commit/01f0deb83) [ACS-8784] Fixed references layout (#4157) +- [7ceadcc27](git@github.com:Alfresco/alfresco-content-app/commit/7ceadcc27) Post-release version bump (#4149) + diff --git a/docs/licences/license-info-5.2.0.md b/docs/licences/license-info-5.2.0.md new file mode 100644 index 0000000000..2c83363f29 --- /dev/null +++ b/docs/licences/license-info-5.2.0.md @@ -0,0 +1,330 @@ +--- +Title: License info, alfresco-content-app 5.2.0 +--- + +# License information for alfresco-content-app 5.2.0 + +This page lists all third party libraries the project depends on. + +## Libraries + +| Name | Version | License | +| --- | --- | --- | +| [@alfresco/adf-content-services](https://github.com/Alfresco/alfresco-ng2-components) | 7.0.0-alpha.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 7.0.0-alpha.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 7.0.0-alpha.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/eslint-plugin-eslint-angular](https://github.com/Alfresco/alfresco-ng2-components) | 7.0.0-alpha.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/js-api](https://github.com/Alfresco/alfresco-ng2-components) | 8.0.0-alpha.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@angular-eslint/bundled-angular-compiler](https://github.com/angular-eslint/angular-eslint) | 16.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| @angular-eslint/utils | 16.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/animations](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/cdk](https://github.com/angular/components) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/common](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/compiler](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/core](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/forms](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material-date-fns-adapter](https://github.com/angular/components) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material](https://github.com/angular/components) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/router](https://github.com/angular/angular) | 16.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@babel/runtime](https://github.com/babel/babel) | 7.22.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | 4.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) | 4.12.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | 2.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint/js](https://github.com/eslint/eslint) | 8.57.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@fontsource/open-sans](https://github.com/fontsource/font-files) | 5.1.0 | [OFL-1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) | +| [@humanwhocodes/config-array](https://github.com/humanwhocodes/config-array) | 0.13.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@humanwhocodes/module-importer](https://github.com/humanwhocodes/module-importer) | 1.0.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) | 2.0.3 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp) | 1.0.11 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 12.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/animation](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/auto-init](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/banner](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/base](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/button](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/card](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/checkbox](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/chips](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/circular-progress](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/data-table](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/density](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/dialog](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/dom](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/drawer](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/elevation](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/fab](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/feature-targeting](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/floating-label](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/focus-ring](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/form-field](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/icon-button](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/image-list](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/layout-grid](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/line-ripple](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/linear-progress](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/list](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/menu-surface](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/menu](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/notched-outline](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/progress-indicator](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/radio](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/ripple](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/rtl](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/segmented-button](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/select](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/shape](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/slider](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/snackbar](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/switch](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-bar](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-indicator](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-scroller](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/textfield](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/theme](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tokens](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tooltip](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/top-app-bar](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/touch-target](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/typography](https://github.com/material-components/material-components-web) | 15.0.0-canary.bc9ae6c9c.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/effects](https://github.com/ngrx/platform) | 16.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/router-store](https://github.com/ngrx/platform) | 16.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store-devtools](https://github.com/ngrx/platform) | 16.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store](https://github.com/ngrx/platform) | 16.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngx-translate/core](https://github.com/ngx-translate/core) | 14.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.scandir](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir) | 2.1.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.stat](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat) | 2.0.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.walk](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk) | 1.2.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ts-morph/common](https://github.com/dsherret/ts-morph) | 0.21.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped) | 7.0.15 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped) | 7.5.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint) | 5.62.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint) | 5.62.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint) | 5.62.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint) | 5.62.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint) | 5.62.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ungap/structured-clone](https://github.com/ungap/structured-clone) | 1.2.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [abbrev](https://github.com/isaacs/abbrev-js) | 1.1.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [acorn-jsx](https://github.com/acornjs/acorn-jsx) | 5.3.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [acorn](https://github.com/acornjs/acorn) | 8.14.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [agent-base](https://github.com/TooTallNate/node-agent-base) | 6.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ajv](https://github.com/ajv-validator/ajv) | 6.12.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [alfresco-content-app](https://github.com/Alfresco/alfresco-content-app) | 5.2.0 | UNLICENSED | +| [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc) | 17.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) | 15.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ansi-regex](https://github.com/chalk/ansi-regex) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ansi-styles](https://github.com/chalk/ansi-styles) | 4.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [aproba](https://github.com/iarna/aproba) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [are-we-there-yet](https://github.com/npm/are-we-there-yet) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [argparse](https://github.com/nodeca/argparse) | 2.0.1 | [Python-2.0](http://www.opensource.org/licenses/Python-2.0) | +| [array-union](https://github.com/sindresorhus/array-union) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [asap](https://github.com/kriskowal/asap) | 2.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [asynckit](https://github.com/alexindigo/asynckit) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [balanced-match](https://github.com/juliangruber/balanced-match) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [brace-expansion](https://github.com/juliangruber/brace-expansion) | 1.1.11 | [MIT](http://www.opensource.org/licenses/MIT) | +| [brace-expansion](https://github.com/juliangruber/brace-expansion) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [braces](https://github.com/micromatch/braces) | 3.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [call-bind](https://github.com/ljharb/call-bind) | 1.0.7 | [MIT](http://www.opensource.org/licenses/MIT) | +| [callsites](https://github.com/sindresorhus/callsites) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [canvas](https://github.com/Automattic/node-canvas) | 2.11.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [chalk](https://github.com/chalk/chalk) | 4.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [chownr](https://github.com/isaacs/chownr) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [code-block-writer](https://github.com/dsherret/code-block-writer) | 12.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [color-convert](https://github.com/Qix-/color-convert) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [color-name](https://github.com/colorjs/color-name) | 1.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [color-support](https://github.com/isaacs/color-support) | 1.1.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [combined-stream](https://github.com/felixge/node-combined-stream) | 1.0.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [component-emitter](https://github.com/sindresorhus/component-emitter) | 1.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [concat-map](https://github.com/substack/node-concat-map) | 0.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [console-control-strings](https://github.com/iarna/console-control-strings) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [cookiejar](https://github.com/bmeck/node-cookiejar) | 2.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [cropperjs](https://github.com/fengyuanchen/cropperjs) | 1.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | 7.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [d](https://github.com/medikoo/d) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [date-fns](https://github.com/date-fns/date-fns) | 2.30.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [debug](https://github.com/debug-js/debug) | 4.3.7 | [MIT](http://www.opensource.org/licenses/MIT) | +| [decompress-response](https://github.com/sindresorhus/decompress-response) | 4.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [deep-is](https://github.com/thlorenz/deep-is) | 0.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [define-data-property](https://github.com/ljharb/define-data-property) | 1.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delayed-stream](https://github.com/felixge/node-delayed-stream) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delegates](https://github.com/visionmedia/node-delegates) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [detect-libc](https://github.com/lovell/detect-libc) | 2.0.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [dezalgo](https://github.com/npm/dezalgo) | 1.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [dir-glob](https://github.com/kevva/dir-glob) | 3.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [doctrine](https://github.com/eslint/doctrine) | 3.0.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [emoji-regex](https://github.com/mathiasbynens/emoji-regex) | 8.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [encoding](https://github.com/andris9/encoding) | 0.1.13 | [MIT](http://www.opensource.org/licenses/MIT) | +| [entities](https://github.com/fb55/entities) | 4.5.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [es-define-property](https://github.com/ljharb/es-define-property) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es-errors](https://github.com/ljharb/es-errors) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es5-ext](https://github.com/medikoo/es5-ext) | 0.10.64 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [es6-iterator](https://github.com/medikoo/es6-iterator) | 2.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es6-symbol](https://github.com/medikoo/es6-symbol) | 3.1.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [eslint-scope](https://github.com/eslint/eslint-scope) | 5.1.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [eslint-scope](https://github.com/eslint/eslint-scope) | 7.2.2 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) | 3.4.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [eslint](https://github.com/eslint/eslint) | 8.57.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [esniff](https://github.com/medikoo/esniff) | 2.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [espree](https://github.com/eslint/espree) | 9.6.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [esquery](https://github.com/estools/esquery) | 1.6.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [esrecurse](https://github.com/estools/esrecurse) | 4.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [estraverse](https://github.com/estools/estraverse) | 4.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [estraverse](https://github.com/estools/estraverse) | 5.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [esutils](https://github.com/estools/esutils) | 2.0.3 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [event-emitter](https://github.com/medikoo/event-emitter) | 0.3.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ext](https://github.com/medikoo/es5-ext.git#ext) | 1.7.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) | 3.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-glob](https://github.com/mrmlnc/fast-glob) | 3.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-levenshtein](https://github.com/hiddentao/fast-levenshtein) | 2.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fastq](https://github.com/mcollina/fastq) | 1.17.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [file-entry-cache](https://github.com/royriojas/file-entry-cache) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fill-range](https://github.com/jonschlinkert/fill-range) | 7.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [find-up](https://github.com/sindresorhus/find-up) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [flat-cache](https://github.com/jaredwray/flat-cache) | 3.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [flatted](https://github.com/WebReflection/flatted) | 3.3.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [form-data](https://github.com/form-data/form-data) | 4.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [formidable](https://github.com/node-formidable/formidable) | 3.5.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fs-minipass](https://github.com/npm/fs-minipass) | 2.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fs.realpath](https://github.com/isaacs/fs.realpath) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [function-bind](https://github.com/Raynos/function-bind) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [gauge](https://github.com/iarna/gauge) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [get-intrinsic](https://github.com/ljharb/get-intrinsic) | 1.2.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [glob-parent](https://github.com/gulpjs/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [glob-parent](https://github.com/gulpjs/glob-parent) | 6.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [glob](https://github.com/isaacs/node-glob) | 7.2.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [globals](https://github.com/sindresorhus/globals) | 13.24.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [globby](https://github.com/sindresorhus/globby) | 11.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [gopd](https://github.com/ljharb/gopd) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [graphemer](https://github.com/flmnt/graphemer) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-flag](https://github.com/sindresorhus/has-flag) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-property-descriptors](https://github.com/inspect-js/has-property-descriptors) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-proto](https://github.com/inspect-js/has-proto) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-symbols](https://github.com/inspect-js/has-symbols) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-unicode](https://github.com/iarna/has-unicode) | 2.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [hasown](https://github.com/inspect-js/hasOwn) | 2.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [hexoid](https://github.com/lukeed/hexoid) | 2.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | 0.6.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ignore](https://github.com/kaelzhang/node-ignore) | 5.2.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [import-fresh](https://github.com/sindresorhus/import-fresh) | 3.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [imurmurhash](https://github.com/jensyt/imurmurhash-js) | 0.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [inflight](https://github.com/npm/inflight) | 1.0.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [inherits](https://github.com/isaacs/inherits) | 2.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [is-extglob](https://github.com/jonschlinkert/is-extglob) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-glob](https://github.com/micromatch/is-glob) | 4.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-number](https://github.com/jonschlinkert/is-number) | 7.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-path-inside](https://github.com/sindresorhus/is-path-inside) | 3.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [isexe](https://github.com/isaacs/isexe) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [js-yaml](https://github.com/nodeca/js-yaml) | 4.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-buffer](https://github.com/dominictarr/json-buffer) | 3.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) | 0.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-stable-stringify-without-jsonify](https://github.com/samn/json-stable-stringify) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [jsrsasign](https://github.com/kjur/jsrsasign) | 11.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [keyv](https://github.com/jaredwray/keyv) | 4.5.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [levn](https://github.com/gkz/levn) | 0.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [locate-path](https://github.com/sindresorhus/locate-path) | 6.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [lodash.merge](https://github.com/lodash/lodash) | 4.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [lru-cache](https://github.com/isaacs/node-lru-cache) | 6.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [make-dir](https://github.com/sindresorhus/make-dir) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [material-icons](https://github.com/marella/material-icons) | 1.13.12 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [merge2](https://github.com/teambition/merge2) | 1.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [methods](https://github.com/jshttp/methods) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [micromatch](https://github.com/micromatch/micromatch) | 4.0.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-db](https://github.com/jshttp/mime-db) | 1.52.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-types](https://github.com/jshttp/mime-types) | 2.1.35 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime](https://github.com/broofa/mime) | 2.6.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mimic-response](https://github.com/sindresorhus/mimic-response) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [minimatch-browser](https://github.com/isaacs/minimatch) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minimatch](https://github.com/isaacs/minimatch) | 3.0.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minimatch](https://github.com/isaacs/minimatch) | 3.1.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minimatch](https://github.com/isaacs/minimatch) | 7.4.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 3.3.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 5.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minizlib](https://github.com/isaacs/minizlib) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mkdirp](https://github.com/isaacs/node-mkdirp) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mkdirp](https://github.com/isaacs/node-mkdirp) | 2.1.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ms](https://github.com/vercel/ms) | 2.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nan](https://github.com/nodejs/nan) | 2.22.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [natural-compare](https://github.com/litejs/natural-compare-lite) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [next-tick](https://github.com/medikoo/next-tick) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [node-fetch](https://github.com/bitinn/node-fetch) | 2.7.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nopt](https://github.com/npm/nopt) | 5.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [npmlog](https://github.com/npm/npmlog) | 5.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [object-assign](https://github.com/sindresorhus/object-assign) | 4.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [object-inspect](https://github.com/inspect-js/object-inspect) | 1.13.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [once](https://github.com/isaacs/once) | 1.4.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [optionator](https://github.com/gkz/optionator) | 0.9.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [p-limit](https://github.com/sindresorhus/p-limit) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [p-locate](https://github.com/sindresorhus/p-locate) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [parent-module](https://github.com/sindresorhus/parent-module) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [parse5](https://github.com/inikulin/parse5) | 7.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-browserify](https://github.com/browserify/path-browserify) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-exists](https://github.com/sindresorhus/path-exists) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-is-absolute](https://github.com/sindresorhus/path-is-absolute) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-key](https://github.com/sindresorhus/path-key) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-type](https://github.com/sindresorhus/path-type) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path2d-polyfill](https://github.com/nilzona/path2d-polyfill) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) | 3.3.122 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [picomatch](https://github.com/micromatch/picomatch) | 2.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [prelude-ls](https://github.com/gkz/prelude-ls) | 1.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [punycode](https://github.com/mathiasbynens/punycode.js) | 2.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [qs](https://github.com/ljharb/qs) | 6.13.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [queue-microtask](https://github.com/feross/queue-microtask) | 1.2.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [readable-stream](https://github.com/nodejs/readable-stream) | 3.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [regenerator-runtime](https://github.com/facebook/regenerator/tree/main/packages/runtime) | 0.13.11 | [MIT](http://www.opensource.org/licenses/MIT) | +| [resolve-from](https://github.com/sindresorhus/resolve-from) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [reusify](https://github.com/mcollina/reusify) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rimraf](https://github.com/isaacs/rimraf) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [run-parallel](https://github.com/feross/run-parallel) | 1.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rxjs](https://github.com/reactivex/rxjs) | 7.5.7 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [safe-buffer](https://github.com/feross/safe-buffer) | 5.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [safer-buffer](https://github.com/ChALkeR/safer-buffer) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [safevalues](https://github.com/google/safevalues) | 0.3.4 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [semver](https://github.com/npm/node-semver) | 6.3.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [semver](https://github.com/npm/node-semver) | 7.5.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [set-blocking](https://github.com/yargs/set-blocking) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [set-function-length](https://github.com/ljharb/set-function-length) | 1.2.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [shebang-command](https://github.com/kevva/shebang-command) | 2.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [shebang-regex](https://github.com/sindresorhus/shebang-regex) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [side-channel](https://github.com/ljharb/side-channel) | 1.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [signal-exit](https://github.com/tapjs/signal-exit) | 3.0.7 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [simple-concat](https://github.com/feross/simple-concat) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [simple-get](https://github.com/feross/simple-get) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [slash](https://github.com/sindresorhus/slash) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string-width](https://github.com/sindresorhus/string-width) | 4.2.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string_decoder](https://github.com/nodejs/string_decoder) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [strip-ansi](https://github.com/chalk/strip-ansi) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [superagent](https://github.com/ladjs/superagent) | 9.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [supports-color](https://github.com/chalk/supports-color) | 7.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tar](https://github.com/isaacs/node-tar) | 6.2.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [text-table](https://github.com/substack/text-table) | 0.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [to-regex-range](https://github.com/micromatch/to-regex-range) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tr46](https://github.com/Sebmaster/tr46.js) | 0.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ts-morph](https://github.com/dsherret/ts-morph) | 20.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tslib](https://github.com/Microsoft/tslib) | 1.14.1 | [0BSD](http://landley.net/toybox/license.html) | +| [tslib](https://github.com/Microsoft/tslib) | 2.8.0 | [0BSD](http://landley.net/toybox/license.html) | +| [tsutils](https://github.com/ajafff/tsutils) | 3.21.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [type-check](https://github.com/gkz/type-check) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [type-fest](https://github.com/sindresorhus/type-fest) | 0.20.2 | ([MIT](http://www.opensource.org/licenses/MIT) OR [CC0-1.0](http://creativecommons.org/publicdomain/zero/1.0/legalcode)) | +| [type](https://github.com/medikoo/type) | 2.7.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [typescript](https://github.com/Microsoft/TypeScript) | 5.0.4 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [uri-js](https://github.com/garycourt/uri-js) | 4.4.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [util-deprecate](https://github.com/TooTallNate/util-deprecate) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) | 3.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [webidl-conversions](https://github.com/jsdom/webidl-conversions) | 3.0.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [whatwg-url](https://github.com/jsdom/whatwg-url) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [which](https://github.com/isaacs/node-which) | 2.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [wide-align](https://github.com/iarna/wide-align) | 1.1.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [word-wrap](https://github.com/jonschlinkert/word-wrap) | 1.2.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [wrappy](https://github.com/npm/wrappy) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [yallist](https://github.com/isaacs/yallist) | 4.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [yocto-queue](https://github.com/sindresorhus/yocto-queue) | 0.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [zone.js](https://github.com/angular/angular) | 0.13.3 | [MIT](http://www.opensource.org/licenses/MIT) | + diff --git a/package-lock.json b/package-lock.json index 806eb51abf..72c07d9dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "alfresco-content-app", - "version": "6.0.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-content-app", - "version": "6.0.0", + "version": "5.2.0", "license": "LGPL-3.0", "dependencies": { - "@alfresco/adf-content-services": "7.0.0-alpha.5-11908548171", - "@alfresco/adf-core": "7.0.0-alpha.5-11908548171", - "@alfresco/adf-extensions": "7.0.0-alpha.5-11908548171", - "@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.5-11908548171", - "@alfresco/js-api": "8.0.0-alpha.5-11908548171", + "@alfresco/adf-content-services": "7.0.0-alpha.6", + "@alfresco/adf-core": "7.0.0-alpha.6", + "@alfresco/adf-extensions": "7.0.0-alpha.6", + "@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.6", + "@alfresco/js-api": "8.0.0-alpha.6", "@angular/animations": "16.2.9", "@angular/cdk": "16.2.9", "@angular/common": "16.2.9", @@ -41,7 +41,7 @@ "zone.js": "0.13.3" }, "devDependencies": { - "@alfresco/adf-cli": "7.0.0-alpha.5-11908548171", + "@alfresco/adf-cli": "7.0.0-alpha.6", "@angular-devkit/build-angular": "16.2.9", "@angular-devkit/core": "16.2.9", "@angular-devkit/schematics": "16.2.9", @@ -106,12 +106,12 @@ "dev": true }, "node_modules/@alfresco/adf-cli": { - "version": "7.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-5gJexmzODnQkyddHkNmX0l7OuA5u5eqR45MU05mbSpei1d1+8BzEeFo4nbCl58M+w0KDBzG5HGDjp/5ngEH/UQ==", + "version": "7.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.6.tgz", + "integrity": "sha512-I6YRpcWZCaCSVCx6p2qkLge8qad4+KyJCFQqguTJNywrwYZQOvTFa9yRgkFFekcKdGs+6cXH9WB/e+nHd9xW1g==", "dev": true, "dependencies": { - "@alfresco/js-api": ">=8.0.0-alpha.5-11908548171", + "@alfresco/js-api": ">=8.0.0-alpha.4", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", @@ -125,6 +125,23 @@ "adf-cli": "bin/adf-cli" } }, + "node_modules/@alfresco/adf-cli/node_modules/@alfresco/js-api": { + "version": "8.0.0-alpha.6-11937616463", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.6-11937616463.tgz", + "integrity": "sha512-D+VvhGpZXBc/hfeimTf8SMdMANboDiCroJunnm1eiqiSt4nLxeU3NnQOpfCY4dLU1fDIcsl0YRFW25rMvKH+Eg==", + "dev": true, + "dependencies": { + "event-emitter": "^0.3.5", + "superagent": "^9.0.1", + "tslib": "^2.6.1" + } + }, + "node_modules/@alfresco/adf-cli/node_modules/@alfresco/js-api/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true + }, "node_modules/@alfresco/adf-cli/node_modules/rxjs": { "version": "6.6.7", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", @@ -144,15 +161,15 @@ "dev": true }, "node_modules/@alfresco/adf-content-services": { - "version": "7.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-ZHj+rhFNBtkwbFgdCzjkHhqkFQUJAx4jVGVfwDnAKzwVr56cirllz45w6nUv9g/tahbAWGgcuMy2lY829Ai0Hw==", + "version": "7.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.6.tgz", + "integrity": "sha512-WkQxUbWdDgroSJUvgez37D9hv742WflOGWC+/9jA2M5yLcoCqGgFp9+0vH6zhg7pqWh0l9bCt3sNhgdk2iov/g==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-core": ">=7.0.0-alpha.5-11908548171", - "@alfresco/js-api": ">=8.0.0-alpha.5-11908548171", + "@alfresco/adf-core": ">=7.0.0-alpha.6", + "@alfresco/js-api": ">=8.0.0-alpha.6", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -167,9 +184,9 @@ } }, "node_modules/@alfresco/adf-core": { - "version": "7.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-QeAnAwbNNT/9oaW5OrBhGMs7caHgP9mODL6JhPXbEf4hGv8DH1B6CR1NlTMGf53CvnUi43Jj6bDQveMoms373A==", + "version": "7.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.6.tgz", + "integrity": "sha512-ziByPOtBURp+iEWcjzGlwL0mP+gD4aUcX+WEJHpZf0rNGEMULiGOecie30VmHqnVR6eF1Y5I51ND7K7U77+9XA==", "dependencies": { "angular-oauth2-oidc": "^15.0.1", "angular-oauth2-oidc-jwks": "^17.0.2", @@ -177,8 +194,8 @@ "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-extensions": ">=7.0.0-alpha.5-11908548171", - "@alfresco/js-api": ">=8.0.0-alpha.5-11908548171", + "@alfresco/adf-extensions": ">=7.0.0-alpha.6", + "@alfresco/js-api": ">=8.0.0-alpha.6", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -194,31 +211,31 @@ } }, "node_modules/@alfresco/adf-extensions": { - "version": "7.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-rx27QvDO4twupGrz2bTOXxJNZ8F2uy7e8cIiuu/IRTr9A/wFiNpiLq8ZyvNeDr4Az81OEM2QEU1IQGGW7BoT1A==", + "version": "7.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.6.tgz", + "integrity": "sha512-YJaK4cNee4rgxFXQddMeG36zutxmOP+VveJCkGE9+4/4y7tD2iLguxkJLrsIeql+OkiWzG20EKyrU0Grf7yIFQ==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/js-api": ">=8.0.0-alpha.5-11908548171", + "@alfresco/js-api": ">=8.0.0-alpha.6", "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3" } }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { - "version": "7.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-RvwBEl6JJ9MXVdP+aF9cFndqgZvnQhrROub/DO++n5sBSfTJ2rnewZmgdrWvB8x5KO9zauBZ85v6062V6zbLeA==", + "version": "7.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.6.tgz", + "integrity": "sha512-gw7GMWwRfbbdsOgfxDBnG9LqrXSoVnwsvMDjsjFbJqYcFj5WrlYKRkzNPRjDa+6hTS8SOHiMt+X9Sau0Wp30XA==", "dependencies": { "@angular-eslint/utils": "16.3.1", "@typescript-eslint/utils": "5.62.0" } }, "node_modules/@alfresco/js-api": { - "version": "8.0.0-alpha.5-11908548171", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.5-11908548171.tgz", - "integrity": "sha512-I1ZZ6yyk7YM1PQYoJK8SXpaZZzp5JzmEY8Dz+hoFnzTNFvbx8VM6jXJegOJYPiCkcZExRqa4Wxr6eeKPKXO0xA==", + "version": "8.0.0-alpha.6", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.6.tgz", + "integrity": "sha512-EM38SCl98dXGpPVXApADOE7RIGV4MthYjyQZf7MqktGvJvj62Mj99SUcusNd9zXL2jOZ3LoLE+vHZjZmBCRcQw==", "dependencies": { "event-emitter": "^0.3.5", "superagent": "^9.0.1", diff --git a/package.json b/package.json index 03cfeb52ca..efd102c2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "6.0.0", + "version": "5.2.0", "license": "LGPL-3.0", "scripts": { "start": "nx serve content-ce", @@ -30,11 +30,11 @@ }, "private": true, "dependencies": { - "@alfresco/adf-content-services": "7.0.0-alpha.5-11908548171", - "@alfresco/adf-core": "7.0.0-alpha.5-11908548171", - "@alfresco/adf-extensions": "7.0.0-alpha.5-11908548171", - "@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.5-11908548171", - "@alfresco/js-api": "8.0.0-alpha.5-11908548171", + "@alfresco/adf-content-services": "7.0.0-alpha.6", + "@alfresco/adf-core": "7.0.0-alpha.6", + "@alfresco/adf-extensions": "7.0.0-alpha.6", + "@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.6", + "@alfresco/js-api": "8.0.0-alpha.6", "@angular/animations": "16.2.9", "@angular/cdk": "16.2.9", "@angular/common": "16.2.9", @@ -62,7 +62,7 @@ "zone.js": "0.13.3" }, "devDependencies": { - "@alfresco/adf-cli": "7.0.0-alpha.5-11908548171", + "@alfresco/adf-cli": "7.0.0-alpha.6", "@angular-devkit/build-angular": "16.2.9", "@angular-devkit/core": "16.2.9", "@angular-devkit/schematics": "16.2.9", diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 9bd901d408..0bda6b92b7 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": ">=15.2", "@angular/core": ">=15.2", - "@alfresco/adf-core": ">=7.0.0-alpha.5-0", - "@alfresco/adf-content-services": ">=7.0.0-alpha.5-0", - "@alfresco/adf-extensions": ">=7.0.0-alpha.5-0", - "@alfresco/js-api": ">=8.0.0-alpha.5-0", + "@alfresco/adf-core": ">=7.0.0-alpha.6", + "@alfresco/adf-content-services": ">=7.0.0-alpha.6", + "@alfresco/adf-extensions": ">=7.0.0-alpha.6", + "@alfresco/js-api": ">=8.0.0-alpha.6", "@angular/animations": ">=15.2", "@angular/cdk": ">=15.2", "@angular/forms": ">=15.2", diff --git a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts index 7938dd1241..538fc89f42 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts @@ -105,8 +105,6 @@ export class CustomNameColumnComponent extends NameColumnComponent implements On } ngOnDestroy() { - super.ngOnDestroy(); - this.onDestroy$$.next(true); this.onDestroy$$.complete(); } diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 5996768913..4c22f0f63f 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,10 +5,10 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=7.0.0-alpha.5-0", - "@alfresco/adf-core": ">=7.0.0-alpha.5-0", - "@alfresco/adf-extensions": ">=7.0.0-alpha.5-0", - "@alfresco/js-api": ">=8.0.0-alpha.5-0", + "@alfresco/adf-content-services": ">=7.0.0-alpha.6", + "@alfresco/adf-core": ">=7.0.0-alpha.6", + "@alfresco/adf-extensions": ">=7.0.0-alpha.6", + "@alfresco/js-api": ">=8.0.0-alpha.6", "@angular/animations": ">=15.2", "@angular/common": ">=15.2", "@angular/compiler": ">=15.2",