mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-20109] Move alfresco js-API and alfrescoapi service out from the core (#9317)
* AAE-20109 Remove alfrescoapiservice from core * fix after rebase * [AAe-12502] Post-rebase fix * [AAE-12502] Add unit test fix --------- Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com> Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
co-authored by
Bartosz Sekula
MichalKinas
parent
b60797e3b1
commit
e617333f00
@@ -37,7 +37,8 @@
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.2-0",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"minimatch-browser": ">=1.0.0",
|
||||
"pdfjs-dist": ">=3.3.122"
|
||||
"pdfjs-dist": ">=3.3.122",
|
||||
"ts-morph": "^20.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"core",
|
||||
@@ -45,5 +46,11 @@
|
||||
"angular",
|
||||
"components"
|
||||
],
|
||||
"license": "Apache-2.0"
|
||||
"license": "Apache-2.0",
|
||||
"ng-update": {
|
||||
"migrations": "./schematics/migrations/collection.json"
|
||||
},
|
||||
"nx-migrations": {
|
||||
"migrations": "./schematics/migrations/collection.json"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user