From 4ab3196e68ecbf5d80710632dcd16b48d4dcebf0 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:05:35 +0200 Subject: [PATCH] JS-API version fix in ACA libs (#3314) --- projects/aca-content/package.json | 2 +- projects/aca-shared/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index e2ab3bfd1b..95c89394f3 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -8,7 +8,7 @@ "@alfresco/adf-core": "^6.3.0-5468717985", "@alfresco/adf-content-services": "^6.3.0-5468717985", "@alfresco/adf-extensions": "^6.3.0-5468717985", - "@alfresco/js-api": ">=6.2.0", + "@alfresco/js-api": ">=6.3.0-1025", "@angular/animations": "^14.1.3", "@angular/cdk": "^14.1.3", "@angular/forms": "^14.1.3", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index f91d0c7133..7c2801742f 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -8,7 +8,7 @@ "@alfresco/adf-content-services": "^6.3.0-5468717985", "@alfresco/adf-core": "6.3.0-5468717985", "@alfresco/adf-extensions": "6.3.0-5468717985", - "@alfresco/js-api": ">=6.2.0", + "@alfresco/js-api": ">=6.3.0-1025", "@angular/animations": "^14.1.3", "@angular/common": "^14.1.3", "@angular/compiler": "^14.1.3",