[ci:force] update js-api version

This commit is contained in:
alep85
2025-05-28 19:53:10 +02:00
parent a267e8e296
commit a362139e84
7 changed files with 7 additions and 7 deletions

View File

@@ -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": ">=8.0.0-alpha.7", "@alfresco/js-api": ">=8.0.1",
"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",

View File

@@ -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": ">=8.0.0", "@alfresco/js-api": ">=8.0.1",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"@alfresco/adf-core": ">=7.0.1" "@alfresco/adf-core": ">=7.0.1"
}, },

View File

@@ -38,7 +38,7 @@
"@angular/router": ">=16.0.0", "@angular/router": ">=16.0.0",
"@mat-datetimepicker/core": ">=12.0.1", "@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"@alfresco/js-api": ">=8.0.0", "@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-extensions": ">=7.0.1", "@alfresco/adf-extensions": ">=7.0.1",
"minimatch": ">=10.0.0", "minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122", "pdfjs-dist": ">=3.3.122",

View File

@@ -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": ">=8.0.0" "@alfresco/js-api": ">=8.0.1"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/js-api", "name": "@alfresco/js-api",
"version": "8.0.0", "version": "8.0.1",
"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",

View File

@@ -36,7 +36,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": ">=8.0.0", "@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-core": ">=7.0.1", "@alfresco/adf-core": ">=7.0.1",
"@alfresco/adf-content-services": ">=7.0.1", "@alfresco/adf-content-services": ">=7.0.1",
"@apollo/client": ">=3.7.2", "@apollo/client": ">=3.7.2",

View File

@@ -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": ">=8.0.0", "@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-core": ">=7.0.1", "@alfresco/adf-core": ">=7.0.1",
"@alfresco/adf-content-services": ">=7.0.1", "@alfresco/adf-content-services": ">=7.0.1",
"@ngx-translate/core": ">=14.0.0" "@ngx-translate/core": ">=14.0.0"