Release 4.2.0 (#3440)

* bump app.config

* bump ADF versions

* release reports

* update compatibility matrices
This commit is contained in:
Denys Vuika 2023-09-18 19:28:06 +01:00 committed by GitHub
parent dab3adc061
commit b1b4dd05b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 343 additions and 103 deletions

View File

@ -4,19 +4,20 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify.
## Requirements
| Name | Version |
| --- | --- |
| Node.js | 18.x |
| Npm | 9.x |
| Name | Version |
|---------|---------|
| Node.js | 18.x |
| Npm | 9.x |
## Compatibility
| ACA | ADF | ACS | Node | Angular |
| ---- | --- | --- | ---- | ------- |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| ACA | ADF | ACS | Node | Angular |
|-----|-----|-----------|------|---------|
| 4.2 | 6.3 | 23.1.0-M4 | 18.x | 14.x |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
> See <https://angular.io/guide/versions> for more details on Angular and Node.js compatibility

View File

@ -29,7 +29,7 @@
"locale": "en",
"application": {
"name": "Workspace",
"version": "4.1.0",
"version": "4.2.0",
"logo": "assets/images/app-logo.svg",
"copyright": "APP.COPYRIGHT"
},

View File

@ -38,29 +38,30 @@ The documentation is divided into the following sections:
## Compatibility
| ACA | ADF | ACS | Node | Angular |
| ---- | --- | --- | ---- | ------- |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| 2.4 | 4.4 | 6.2 | | |
| 2.3 | 4.3 | 6.2 | | |
| 2.2 | 4.2 | 6.2 | | |
| 2.1 | 4.1 | 6.2 | | |
| 1.12 | 3.9 | 6.2 | | |
| 1.11 | 3.8 | 6.2 | | |
| 1.10 | 3.7 | 6.2 | | |
| 1.9 | 3.6 | 6.2 | | |
| 1.8 | 3.3 | 6.1 | | |
| 1.7 | 3.0 | 6.1 | | |
| 1.6 | 2.6 | 6.1 | | |
| 1.5 | 2.6 | 6.0 | | |
| 1.4 | 2.5 | 6.0 | | |
| 1.3 | 2.4 | 6.0 | | |
| 1.2 | 2.3 | 5.2 | | |
| 1.1 | 2.2 | 5.2 | | |
| 1.0 | 2.0 | 5.2 | | |
| ACA | ADF | ACS | Node | Angular |
|------|-----|-----------|------|---------|
| 4.2 | 6.3 | 23.1.0-M4 | 18.x | 14.x |
| 4.1 | 6.2 | 7.4 | 18.x | 14.x |
| 4.0 | 6.1 | 7.4 | 14.x | 14.x |
| 3.1 | 5.1 | 7.3 | | |
| 3.0 | 5.0 | 7.3 | | |
| 2.4 | 4.4 | 6.2 | | |
| 2.3 | 4.3 | 6.2 | | |
| 2.2 | 4.2 | 6.2 | | |
| 2.1 | 4.1 | 6.2 | | |
| 1.12 | 3.9 | 6.2 | | |
| 1.11 | 3.8 | 6.2 | | |
| 1.10 | 3.7 | 6.2 | | |
| 1.9 | 3.6 | 6.2 | | |
| 1.8 | 3.3 | 6.1 | | |
| 1.7 | 3.0 | 6.1 | | |
| 1.6 | 2.6 | 6.1 | | |
| 1.5 | 2.6 | 6.0 | | |
| 1.4 | 2.5 | 6.0 | | |
| 1.3 | 2.4 | 6.0 | | |
| 1.2 | 2.3 | 5.2 | | |
| 1.1 | 2.2 | 5.2 | | |
| 1.0 | 2.0 | 5.2 | | |
> See <https://angular.io/guide/versions> for more details on Angular and Node.js compatibility

View File

@ -0,0 +1,24 @@
---
Title: Audit info, alfresco-content-app 4.2.0
---
# Audit information for alfresco-content-app 4.2.0
This page lists the security audit of the dependencies this project depends on.
## Risks
- Critical risk: 0
- High risk: 0
- Moderate risk: 1
- Low risk: 0
Dependencies analyzed:
## Libraries
| Severity | Module | Vulnerable versions |
| --- | --- | --- |
|moderate | semver | &#34;6.0.0 - 6.3.0&#34; |

View File

@ -0,0 +1,66 @@
---
Title: Changelog for alfresco-content-app v4.2.0
---
# Changelog
- [8f0e4dfc8](https://github.com/Alfresco/alfresco-content-app/commit/8f0e4dfc8) [ACS-5992] refactor api wrappers (#3425)
- [b086093c2](https://github.com/Alfresco/alfresco-content-app/commit/b086093c2) Use latest JS-API and ADF (#3423)
- [910660839](https://github.com/Alfresco/alfresco-content-app/commit/910660839) ESLint fixes and unified lint targets (#3424)
- [46ea85436](https://github.com/Alfresco/alfresco-content-app/commit/46ea85436) [ACS-5932] - Sidenav not able to expand when search page is closed (#3412)
- [4a8faeaa8](https://github.com/Alfresco/alfresco-content-app/commit/4a8faeaa8) [ACS-5107] - improve gha after introducing nx workspace (#3420)
- [deba28c8e](https://github.com/Alfresco/alfresco-content-app/commit/deba28c8e) [ACS-5563] Fixed incorrect initial loading of security marks (#3405)
- [e2ddd81cb](https://github.com/Alfresco/alfresco-content-app/commit/e2ddd81cb) [ACS-5923] navigation breadcrumb playwright test (#3410)
- [b3ed9bedb](https://github.com/Alfresco/alfresco-content-app/commit/b3ed9bedb) [ACS-5107] - Add &#39;affected&#39; to GHA (#3399)
- [303a86268](https://github.com/Alfresco/alfresco-content-app/commit/303a86268) [ACS-5284] - updating a folder rule options has no effect when multiple rules exist and clicking between them (#3409)
- [cc484d792](https://github.com/Alfresco/alfresco-content-app/commit/cc484d792) [ACS-5842] - viewer button not working in file details view (#3389)
- [ad36ed891](https://github.com/Alfresco/alfresco-content-app/commit/ad36ed891) ACS-5870-playwright test for application (#3398)
- [aec685267](https://github.com/Alfresco/alfresco-content-app/commit/aec685267) [ACS-5281] Changed editable state of metadata content based on change o… (#3400)
- [bc9c58176](https://github.com/Alfresco/alfresco-content-app/commit/bc9c58176) [ACS-5654] Retain filter header in document list. (#3381)
- [9d1a6ae57](https://github.com/Alfresco/alfresco-content-app/commit/9d1a6ae57) ACS-5680 fix library properties to show labels in edit mode (#3393)
- [f8a30f370](https://github.com/Alfresco/alfresco-content-app/commit/f8a30f370) [ACS-5866] authentication playwright tests (#3391)
- [9f1b8a0ac](https://github.com/Alfresco/alfresco-content-app/commit/9f1b8a0ac) [ACS-5650] viewer user actions test (#3373)
- [ff8a9844d](https://github.com/Alfresco/alfresco-content-app/commit/ff8a9844d) [ACS-5849] [ACS-5848] Incomplete string escaping fix (#3390)
- [52cc1d174](https://github.com/Alfresco/alfresco-content-app/commit/52cc1d174) [ACS-5841] - viewer details disappear on button click (#3388)
- [b3aeca7bf](https://github.com/Alfresco/alfresco-content-app/commit/b3aeca7bf) [ACS-5845] remove deprecated js-api compat mode (#3387)
- [c73ffd890](https://github.com/Alfresco/alfresco-content-app/commit/c73ffd890) [ADF-5557] delete i18n resources moved to ADF (#3376)
- [27eddf359](https://github.com/Alfresco/alfresco-content-app/commit/27eddf359) Code cleanup and optimisations (#3383)
- [3f3b35d16](https://github.com/Alfresco/alfresco-content-app/commit/3f3b35d16) [ACS-5692] - fix focus for sidenav options (#3379)
- [b790d3e81](https://github.com/Alfresco/alfresco-content-app/commit/b790d3e81) [AC-4313] - Add missing sorting in list component on init (#3377)
- [a1f0f0d38](https://github.com/Alfresco/alfresco-content-app/commit/a1f0f0d38) [ACS-5786] info drawer comments test cleanup (#3378)
- [4cee6563f](https://github.com/Alfresco/alfresco-content-app/commit/4cee6563f) [ACS-5650] viewer action files e2e migration (#3367)
- [26cd95ccb](https://github.com/Alfresco/alfresco-content-app/commit/26cd95ccb) ADF and JS-API version update (#3371)
- [174d7b61e](https://github.com/Alfresco/alfresco-content-app/commit/174d7b61e) [ACS-4985] Added configuration to merge created and modified date filters into a single date filter (#3324)
- [38d68193b](https://github.com/Alfresco/alfresco-content-app/commit/38d68193b) [ACS-5564] Bugfix: Expand navigation menu icon is visible even when navigation menu is expanded (#3370)
- [5508ff136](https://github.com/Alfresco/alfresco-content-app/commit/5508ff136) [ACA-4712] disallow using important for styles (#3368)
- [4019508f0](https://github.com/Alfresco/alfresco-content-app/commit/4019508f0) [ACS-5638] hide checkboxes in file lists (#3357)
- [fdc19aee4](https://github.com/Alfresco/alfresco-content-app/commit/fdc19aee4) chrome version set to 114 (#3369)
- [15048b401](https://github.com/Alfresco/alfresco-content-app/commit/15048b401) [ACS-5179] Search facet tabbed component styles (#3362)
- [6d7287d66](https://github.com/Alfresco/alfresco-content-app/commit/6d7287d66) refactoring for create folder tests (#3360)
- [118bf5b33](https://github.com/Alfresco/alfresco-content-app/commit/118bf5b33) [ACS-5152] Fix for File type filter getting applied before clicking apply (#3355)
- [9204194e5](https://github.com/Alfresco/alfresco-content-app/commit/9204194e5) [ACS-5675] replace breadcrumbs with H1 tags (#3358)
- [e2257bad2](https://github.com/Alfresco/alfresco-content-app/commit/e2257bad2) [ACS-5266] Enabled new component for Categories filter (#3344)
- [d3be553fd](https://github.com/Alfresco/alfresco-content-app/commit/d3be553fd) [ACS-5183] properties facet file size and file type (#3347)
- [9a585c164](https://github.com/Alfresco/alfresco-content-app/commit/9a585c164) [ACS-5604] viewer protected file test playwright (#3354)
- [f9f5834fb](https://github.com/Alfresco/alfresco-content-app/commit/f9f5834fb) [ACS-5634] remove unused i18n resources (#3348)
- [96cc0111d](https://github.com/Alfresco/alfresco-content-app/commit/96cc0111d) [ACS-5646] fix metadata layout for larger areas (#3352)
- [a6ab4a34b](https://github.com/Alfresco/alfresco-content-app/commit/a6ab4a34b) [ACS-5631] Improved page layout and provide documentation (#3346)
- [4ded3b200](https://github.com/Alfresco/alfresco-content-app/commit/4ded3b200) [ACS-5511] create library playwright tests (#3318)
- [9cf317dfb](https://github.com/Alfresco/alfresco-content-app/commit/9cf317dfb) [ACS-5627] migrate to standalone components (#3339)
- [48a502b80](https://github.com/Alfresco/alfresco-content-app/commit/48a502b80) [ACA-4688] fix about plugins section (#3337)
- [1d8368c74](https://github.com/Alfresco/alfresco-content-app/commit/1d8368c74) [MNT-23257] documentation on Windows support (#3336)
- [cab8ea96b](https://github.com/Alfresco/alfresco-content-app/commit/cab8ea96b) bump to 4.2.0 (#3334)
- [6422c32df](https://github.com/Alfresco/alfresco-content-app/commit/6422c32df) restore sidenav functionality
- [196374759](https://github.com/Alfresco/alfresco-content-app/commit/196374759) [ACS-5279] improved plugin handling (#3332)
- [1532d65a5](https://github.com/Alfresco/alfresco-content-app/commit/1532d65a5) [ACA-4715] provide support for Docker variables (#3329)
- [5abbda78a](https://github.com/Alfresco/alfresco-content-app/commit/5abbda78a) [ACS-5519] viewer-general tests Playwright (#3327)
- [b192c5f6b](https://github.com/Alfresco/alfresco-content-app/commit/b192c5f6b) [ACA-4715] cleanup Docker and update documentation (#3328)
- [7ab4cc5e5](https://github.com/Alfresco/alfresco-content-app/commit/7ab4cc5e5) [ACA-4715] break dependency on envsubst (#3325)
- [f54ba92f7](https://github.com/Alfresco/alfresco-content-app/commit/f54ba92f7) [ACS-5585] add direct api-client-factory call in tests (#3323)
- [4ab3196e6](https://github.com/Alfresco/alfresco-content-app/commit/4ab3196e6) JS-API version fix in ACA libs (#3314)
- [cb0e9c925](https://github.com/Alfresco/alfresco-content-app/commit/cb0e9c925) update lib dependencies
- [6b003eff1](https://github.com/Alfresco/alfresco-content-app/commit/6b003eff1) [ACA-4715] upgrade to latest ADF alphas and cleanup env vars (#3312)
- [46ed7a836](https://github.com/Alfresco/alfresco-content-app/commit/46ed7a836) [ACA-4715] reduce env variables and provide defaults (#3311)
- [4aee82c86](https://github.com/Alfresco/alfresco-content-app/commit/4aee82c86) [ACS-5521] Create to primary and upload to secondary button color change in ACA (#3302)
- [caff4a380](https://github.com/Alfresco/alfresco-content-app/commit/caff4a380) [ACS-5523] move viewer and preview to aca-content (#3303)

View File

@ -0,0 +1,159 @@
---
Title: License info, alfresco-content-app 4.2.0
---
# License information for alfresco-content-app 4.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) | 6.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 6.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 6.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [@alfresco/eslint-plugin-eslint-angular](https://github.com/Alfresco/alfresco-ng2-components) | 6.3.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [@alfresco/js-api](https://github.com/Alfresco/alfresco-js-api) | 7.0.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [@angular/animations](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/cdk](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/common](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/compiler](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/core](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/forms](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/material-date-fns-adapter](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/material-moment-adapter](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/material](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/platform-browser](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@angular/router](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@babel/runtime](https://github.com/babel/babel) | 7.22.5 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@fontsource/open-sans](https://github.com/fontsource/font-files) | 5.0.12 | [OFL-1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) |
| [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp) | 1.0.10 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 10.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@mat-datetimepicker/moment](https://github.com/kuhnroyal/mat-datetimepicker) | 10.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@ngrx/effects](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@ngrx/router-store](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@ngrx/store-devtools](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [@ngrx/store](https://github.com/ngrx/platform) | 14.3.3 | [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) |
| [abbrev](https://github.com/isaacs/abbrev-js) | 1.1.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [agent-base](https://github.com/TooTallNate/node-agent-base) | 6.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
| [alfresco-content-app](https://github.com/Alfresco/alfresco-content-app) | 4.2.0 | UNLICENSED |
| [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc) | 13.0.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) | 13.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) |
| [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/) |
| [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) |
| [call-bind](https://github.com/ljharb/call-bind) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) |
| [canvas](https://github.com/Automattic/node-canvas) | 2.11.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/) |
| [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/component/emitter) | 1.3.0 | [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.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [d](https://github.com/medikoo/d) | 1.0.1 | [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.4 | [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) |
| [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.1 | [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/) |
| [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) |
| [es5-ext](https://github.com/medikoo/es5-ext) | 0.10.62 | [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.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [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-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [fast-sha256](https://github.com/dchest/fast-sha256-js) | 1.3.0 | [Unlicense](http://unlicense.org/) |
| [form-data](https://github.com/form-data/form-data) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
| [formidable](https://github.com/node-formidable/formidable) | 2.1.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.1 | [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.1 | [MIT](http://www.opensource.org/licenses/MIT) |
| [glob](https://github.com/isaacs/node-glob) | 7.2.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [has-proto](https://github.com/inspect-js/has-proto) | 1.0.1 | [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/) |
| [has](https://github.com/tarruda/has) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) |
| [hexoid](https://github.com/lukeed/hexoid) | 1.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) |
| [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-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
| [jsrsasign](https://github.com/kjur/jsrsasign) | 10.8.6 | [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.8 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| [methods](https://github.com/jshttp/methods) | 1.1.2 | [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.1.2 | [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) | 4.2.8 | [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) |
| [moment-es6](https://github.com/Agamnentzar/moment-es6) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) |
| [moment](https://github.com/moment/moment) | 2.29.4 | [MIT](http://www.opensource.org/licenses/MIT) |
| [ms](https://github.com/zeit/ms) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
| [nan](https://github.com/nodejs/nan) | 2.17.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.6.9 | [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.12.3 | [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/) |
| [parse5](https://github.com/inikulin/parse5) | 5.1.1 | [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) |
| [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) |
| [qs](https://github.com/ljharb/qs) | 6.11.1 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
| [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) |
| [rimraf](https://github.com/isaacs/rimraf) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [rxjs](https://github.com/reactivex/rxjs) | 6.6.6 | [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) |
| [semver](https://github.com/npm/node-semver) | 6.3.0 | [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/) |
| [side-channel](https://github.com/ljharb/side-channel) | 1.0.4 | [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) |
| [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) |
| [superagent](https://github.com/ladjs/superagent) | 8.1.2 | [MIT](http://www.opensource.org/licenses/MIT) |
| [tar](https://github.com/npm/node-tar) | 6.1.13 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [tr46](https://github.com/Sebmaster/tr46.js) | 0.0.3 | [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.6.2 | [0BSD](http://landley.net/toybox/license.html) |
| [type](https://github.com/medikoo/type) | 1.2.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [type](https://github.com/medikoo/type) | 2.7.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [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.2.1 | [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) |
| [wide-align](https://github.com/iarna/wide-align) | 1.1.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) |
| [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/) |
| [zone.js](https://github.com/angular/angular) | 0.11.8 | [MIT](http://www.opensource.org/licenses/MIT) |

97
package-lock.json generated
View File

@ -10,11 +10,11 @@
"hasInstallScript": true,
"license": "LGPL-3.0",
"dependencies": {
"@alfresco/adf-content-services": "6.3.0-6123510771",
"@alfresco/adf-core": "6.3.0-6123510771",
"@alfresco/adf-extensions": "6.3.0-6123510771",
"@alfresco/eslint-plugin-eslint-angular": "6.3.0-6123510771",
"@alfresco/js-api": "6.3.0-1288",
"@alfresco/adf-content-services": "6.3.0",
"@alfresco/adf-core": "6.3.0",
"@alfresco/adf-extensions": "6.3.0",
"@alfresco/eslint-plugin-eslint-angular": "6.3.0",
"@alfresco/js-api": "7.0.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
"@angular/common": "14.1.3",
@ -46,8 +46,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "6.3.0-6123510771",
"@alfresco/adf-testing": "6.3.0-6123510771",
"@alfresco/adf-cli": "6.3.0",
"@alfresco/adf-testing": "6.3.0",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
@ -120,12 +120,12 @@
"dev": true
},
"node_modules/@alfresco/adf-cli": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-6.3.0-6123510771.tgz",
"integrity": "sha512-8N7V6BLFoz/oliAo2eiLxIyRneyKDnSg1bvoiqydjtZd7WyGFy1vN5yekSmkxkavplA/J2FZtFMQT+bB3VIO+g==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-6.3.0.tgz",
"integrity": "sha512-m/pVbGF4k99WU7rjiPsqRLppR/qjWYdEQh7yGhQ64RgUP90SpSD2h7eIjA7Q8b+9V0dcHp5/l8qH70HHGVDCoQ==",
"dev": true,
"dependencies": {
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/js-api": ">=7.0.0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",
@ -140,15 +140,15 @@
}
},
"node_modules/@alfresco/adf-content-services": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.3.0-6123510771.tgz",
"integrity": "sha512-co0we9RsKx7IG/9Njtj+tzWP0o/D6TesUThjIqhyjVTEPDlPn0zuY+cpJx6l3HuXCEcGuJzDQ7i57YQ04DKx8w==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.3.0.tgz",
"integrity": "sha512-LkTb7qkpayES9rPkhfjzJsq4arkiq6zw21lrysgDl0WTy4D643AtkdNFoClwm/VtY1y79VkFGEpdsmtDySJpHg==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/adf-core": ">=6.3.0-6123510771",
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/adf-core": ">=6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",
@ -164,9 +164,9 @@
}
},
"node_modules/@alfresco/adf-core": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.3.0-6123510771.tgz",
"integrity": "sha512-YDYIF4YYpiMXkye6ukj1UqT9etluqznM0NYS3yB2n0LcasimFs+Z7Y7JuAEpaJQwtfdwKkx14szCfxaj+ohb5A==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.3.0.tgz",
"integrity": "sha512-T6IciDsnSUmLVM+UN4geI/rQUHvuYJ0iUvNadZM/PXxHJFRLQZ0nL5H/ZOItLfBnWPJjMmmsQ6ktfjlpBHxcbg==",
"dependencies": {
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1",
@ -174,8 +174,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/adf-extensions": ">=6.3.0-6123510771",
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/adf-extensions": ">=6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",
@ -193,55 +193,44 @@
}
},
"node_modules/@alfresco/adf-extensions": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.3.0-6123510771.tgz",
"integrity": "sha512-o8UzyBjCHH6gaf1HmMhWDa48znCm/o6Xp3ws3gq5dFyLbLWkZDa0R3t2Ux/sHcVM8/gl/qNFzybW/MWCxWgKhQ==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.3.0.tgz",
"integrity": "sha512-nLo/0YM4SbiQpvQlnXWG1iP3xsCArwMcq5V1F3Vt3V3uszrZH7FFsCEPRHCmC88U7j8Via+qT9wqXjjlJB8KoA==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/js-api": ">=7.0.0",
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3"
}
},
"node_modules/@alfresco/adf-testing": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-6.3.0-6123510771.tgz",
"integrity": "sha512-TzpUnf6y4rQTkHeZGqX6b7pWu4GMUV2EjyHwO/Bui2mkcGZQjYhPo1imG7xmiEZxr6WED/TOzQmLp21HeNg1bQ==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-6.3.0.tgz",
"integrity": "sha512-EBemEkbyq72MmYLUCil9aMCob5+DUTwzzvmcn5iH0BftNdpoS5fsKSS8CMmooaoDeMR8AVMmaMzv6UpuOnLnuA==",
"dev": true,
"dependencies": {
"@alfresco/js-api": "6.3.0-1271",
"@alfresco/js-api": ">=7.0.0",
"@angular/compiler": "14.1.3",
"@angular/core": "14.1.3",
"rxjs": "6.6.6",
"tslib": "^2.4.1",
"tslib": "^2.6.2",
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@alfresco/js-api": ">=6.3.0-1271"
}
},
"node_modules/@alfresco/adf-testing/node_modules/@alfresco/js-api": {
"version": "6.3.0-1271",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.3.0-1271.tgz",
"integrity": "sha512-Q/zZeZt9V5di8acKeSEPXGmTf5gNyj7PQgPvVFq3Fgvsqjj4P2v5WcRQJbumeMK/Snk8bsWwYQk5Lh/Aau3cyA==",
"dev": true,
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^8.0.9",
"tslib": "^2.6.1"
"@alfresco/js-api": ">=7.0.0"
}
},
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
"version": "6.3.0-6123510771",
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-6.3.0-6123510771.tgz",
"integrity": "sha512-zi03MXlo6uNbNTF1OA7Q5Q7v+YHr+rxjqclIzq/C2MUhXEnp7n6iGFXbnft3oZW1UVrcgYE7D0tgnEaGUkxOtg=="
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-6.3.0.tgz",
"integrity": "sha512-sQOklz3i2ISMrO2VY7H5ur7SNfqrzc6knGVfbpI5z4rJDlg8sJ4aVAk67FAlSlXNyg7yhLT3yfRicZ4hwcNQ9A=="
},
"node_modules/@alfresco/js-api": {
"version": "6.3.0-1288",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.3.0-1288.tgz",
"integrity": "sha512-nU3hsM6cIiRlQYO2wity5tklVh3/3NYM9+Jw4tQK0I4Wl19nlvVRho4YUGnpmOgWMockvGMGemYquBEAv7CFPA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.0.0.tgz",
"integrity": "sha512-scczDjDr+KwFZkTVdXAI8QghqZUCPLm8FnWt5wJYeiyWTC/LxCQu1xgjH8AJtYWfj+zIWtmLY98VK7gBwULulw==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^8.0.9",
@ -11505,9 +11494,9 @@
}
},
"node_modules/cropperjs": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.0.tgz",
"integrity": "sha512-BzLU/ecrfsbflwxgu+o7sQTrTlo52pVRZkTVrugEK5uyj6n8qKwAHP4s6+DWHqlXLqQ5B9+cM2MKeXiNfAsF6Q=="
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.1.tgz",
"integrity": "sha512-F4wsi+XkDHCOMrHMYjrTEE4QBOrsHHN5/2VsVAaRq8P7E5z7xQpT75S+f/9WikmBEailas3+yo+6zPIomW+NOA=="
},
"node_modules/cross-spawn": {
"version": "7.0.3",
@ -29767,9 +29756,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsutils": {
"version": "3.21.0",

View File

@ -33,11 +33,11 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "6.3.0-6123510771",
"@alfresco/adf-core": "6.3.0-6123510771",
"@alfresco/adf-extensions": "6.3.0-6123510771",
"@alfresco/eslint-plugin-eslint-angular": "6.3.0-6123510771",
"@alfresco/js-api": "6.3.0-1288",
"@alfresco/adf-content-services": "6.3.0",
"@alfresco/adf-core": "6.3.0",
"@alfresco/adf-extensions": "6.3.0",
"@alfresco/eslint-plugin-eslint-angular": "6.3.0",
"@alfresco/js-api": "7.0.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
"@angular/common": "14.1.3",
@ -69,8 +69,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "6.3.0-6123510771",
"@alfresco/adf-testing": "6.3.0-6123510771",
"@alfresco/adf-cli": "6.3.0",
"@alfresco/adf-testing": "6.3.0",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",

View File

@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@alfresco/adf-core": "^6.3.0-6109128581",
"@alfresco/adf-content-services": "^6.3.0-6109128581",
"@alfresco/adf-extensions": "^6.3.0-6109128581",
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/adf-core": "^6.3.0",
"@alfresco/adf-content-services": "^6.3.0",
"@alfresco/adf-extensions": "^6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/forms": "^14.1.3",

View File

@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": "^6.3.0-6109128581",
"@alfresco/adf-core": "6.3.0-6109128581",
"@alfresco/adf-extensions": "6.3.0-6109128581",
"@alfresco/js-api": ">=6.3.0-1271",
"@alfresco/adf-content-services": "^6.3.0",
"@alfresco/adf-core": "^6.3.0",
"@alfresco/adf-extensions": "^6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",