mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Release 6.7.0 (#9392)
This commit is contained in:
parent
f7d83195f9
commit
6c9c5576ba
@ -20,7 +20,7 @@
|
|||||||
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
|
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alfresco/js-api": ">=7.5.0",
|
"@alfresco/js-api": ">=7.6.0",
|
||||||
"commander": "^6.2.1",
|
"commander": "^6.2.1",
|
||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.9",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": ">=7.5.0",
|
"@alfresco/js-api": ">=7.6.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"@alfresco/adf-core": ">=6.7.0"
|
"@alfresco/adf-core": ">=6.7.0"
|
||||||
},
|
},
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
"@angular/material": ">=14.1.2",
|
"@angular/material": ">=14.1.2",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@mat-datetimepicker/core": "^10.1.1",
|
"@mat-datetimepicker/core": "^10.1.1",
|
||||||
"@alfresco/js-api": ">=7.5.0",
|
"@alfresco/js-api": ">=7.6.0",
|
||||||
"@alfresco/adf-extensions": ">=6.7.0",
|
"@alfresco/adf-extensions": ">=6.7.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"minimatch-browser": ">=1.0.0",
|
"minimatch-browser": ">=1.0.0",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=14.1.3",
|
"@angular/common": ">=14.1.3",
|
||||||
"@angular/core": ">=14.1.3",
|
"@angular/core": ">=14.1.3",
|
||||||
"@alfresco/js-api": ">=7.5.0"
|
"@alfresco/js-api": ">=7.6.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"extensions",
|
"extensions",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/js-api",
|
"name": "@alfresco/js-api",
|
||||||
"version": "7.5.0",
|
"version": "7.6.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "JavaScript client library for the Alfresco REST API",
|
"description": "JavaScript client library for the Alfresco REST API",
|
||||||
"author": "Hyland Software, Inc. and its affiliates",
|
"author": "Hyland Software, Inc. and its affiliates",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": ">=7.5.0",
|
"@alfresco/js-api": ">=7.6.0",
|
||||||
"@alfresco/adf-core": ">=6.7.0",
|
"@alfresco/adf-core": ">=6.7.0",
|
||||||
"@alfresco/adf-content-services": ">=6.7.0",
|
"@alfresco/adf-content-services": ">=6.7.0",
|
||||||
"@apollo/client": "^3.7.2",
|
"@apollo/client": "^3.7.2",
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": ">=7.5.0",
|
"@alfresco/js-api": ">=7.6.0",
|
||||||
"@alfresco/adf-core": ">=6.7.0",
|
"@alfresco/adf-core": ">=6.7.0",
|
||||||
"@alfresco/adf-content-services": ">=6.7.0",
|
"@alfresco/adf-content-services": ">=6.7.0",
|
||||||
"@ngx-translate/core": ">=14.0.0"
|
"@ngx-translate/core": ">=14.0.0"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/js-api": ">=7.5.0"
|
"@alfresco/js-api": ">=7.6.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"testing",
|
"testing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user