From 011f78ac4304756dfa751389f54827fe939e24bb Mon Sep 17 00:00:00 2001 From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:05:37 +0100 Subject: [PATCH] [ci:force][auto-commit] Update JS-API to 5.4.0-550 for branch: update-js-api originated from JS-API PR: 550 (#8175) --- lib/content-services/package.json | 2 +- lib/core/package.json | 2 +- lib/extensions/package.json | 2 +- lib/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- lib/testing/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 95e711332d..83a7e6f2ff 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": "5.3.0", + "@alfresco/js-api": "5.4.0-550", "@ngx-translate/core": ">=14.0.0", "moment": ">=2.22.2", "@alfresco/adf-core": "6.0.0-A.2" diff --git a/lib/core/package.json b/lib/core/package.json index 6a27df7ddb..28e7f00eb1 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -42,7 +42,7 @@ "@angular/router": ">=14.1.3", "@mat-datetimepicker/core": "^9.0.68", "@mat-datetimepicker/moment": "^9.0.68", - "@alfresco/js-api": "5.3.0", + "@alfresco/js-api": "5.4.0-550", "@alfresco/adf-extensions": "6.0.0-A.2", "@ngx-translate/core": ">=14.0.0", "minimatch-browser": ">=1.0.0", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 2ac8d544c4..407d5e2e81 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -14,7 +14,7 @@ "peerDependencies": { "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3", - "@alfresco/js-api": "5.3.0" + "@alfresco/js-api": "5.4.0-550" }, "keywords": [ "extensions", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 380759bbb0..a396bc0f65 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": "5.3.0", + "@alfresco/js-api": "5.4.0-550", "@alfresco/adf-core": "6.0.0-A.2", "@alfresco/adf-content-services": "6.0.0-A.2", "@apollo/client": "^3.7.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index f0bc1bcb3e..f008328804 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": "5.3.0", + "@alfresco/js-api": "5.4.0-550", "@alfresco/adf-core": "6.0.0-A.2", "@alfresco/adf-content-services": "6.0.0-A.2", "@ngx-translate/core": ">=14.0.0", diff --git a/lib/testing/package.json b/lib/testing/package.json index 6391d4449f..20ab5c43d7 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@alfresco/js-api": "5.3.0" + "@alfresco/js-api": "5.4.0-550" }, "keywords": [ "testing", diff --git a/package-lock.json b/package-lock.json index 67c359f90f..267d93cb96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@alfresco/js-api": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.3.0.tgz", - "integrity": "sha512-laSeYBA22F/hajUm9Alev+MZzNo1ph3brh/VrPDwXM4HEv5rKSqqxXp6DCHT074Jx1C6pQncVpLJHuPsNsNsnQ==", + "version": "5.4.0-550", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.4.0-550.tgz", + "integrity": "sha512-FDjt5UgHMrJKqtx0/yJMM1QaLgQXbKBfMlr90kWkaic+AWqhYWJX0azk9lN3KDVfVazSikkQFuLEg8ED8gjeIg==", "requires": { "event-emitter": "^0.3.5", "minimatch": "5.0.1", diff --git a/package.json b/package.json index ed67f7ca1f..af99fa3891 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "process services-cloud" ], "dependencies": { - "@alfresco/js-api": "5.3.0", + "@alfresco/js-api": "5.4.0-550", "@angular/animations": "14.1.3", "@angular/cdk": "14.1.2", "@angular/common": "14.1.3",