From f6308a7f319b09b6c587fe9ff70427aaa42b2b02 Mon Sep 17 00:00:00 2001 From: Alfresco Build User Date: Sun, 21 Feb 2021 18:11:02 +0000 Subject: [PATCH] Update branch for JS-API PR#3232 (#6706) * [auto-commit] Update JS-API to 4.3.0-3226 for branch: update-js-api originated from JS-API PR: 3226 * [auto-commit] Update JS-API to 4.3.0-3229 for branch: update-js-api originated from JS-API PR: 3229 * [auto-commit] Update JS-API to 4.3.0-3232 for branch: update-js-api originated from JS-API PR: 3232 * [auto-commit] Update JS-API to 4.3.0-3234 for branch: update-js-api originated from JS-API PR: 3234 Co-authored-by: Travis CI User Co-authored-by: Eugenio Romano --- lib/cli/package-lock.json | 12 ++-- lib/cli/package.json | 2 +- lib/content-services/package.json | 2 +- lib/core/package.json | 2 +- lib/extensions/package.json | 2 +- lib/process-services-cloud/package.json | 74 ++++++++++++------------- lib/process-services/package.json | 2 +- lib/testing/package.json | 2 +- package-lock.json | 6 +- package.json | 2 +- 10 files changed, 52 insertions(+), 54 deletions(-) diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index 09693c98a6..9f400417ad 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@alfresco/js-api": { - "version": "4.3.0-3224", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3224.tgz", - "integrity": "sha512-Uw9+GQpe+VhJRFaW+A9cnRAzEzJzNQkDUklHyP0lIlj3vTsLFLRJ+4S816sNQ/lChrZ/LyXd6Mffe7CEYgg8Fg==", + "version": "4.3.0-3234", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3234.tgz", + "integrity": "sha512-mGJO1hjmXYWlmKagXrTtAxdx9u8Z6L5X53fYl8yl/EyPUE/svOlsrgp9QvjP7yBG05rRFiYtErbg9wp+GifVJQ==", "requires": { "event-emitter": "^0.3.5", "minimatch": "3.0.4", @@ -1021,9 +1021,9 @@ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, "mime": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz", - "integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==" }, "mime-db": { "version": "1.45.0", diff --git a/lib/cli/package.json b/lib/cli/package.json index 9ec7474b08..36191b7a34 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -20,7 +20,7 @@ "dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/" }, "dependencies": { - "@alfresco/js-api": "^4.3.0-3224", + "@alfresco/js-api": "^4.3.0-3234", "commander": "^4.0.0", "ejs": "^2.6.1", "license-checker": "^25.0.1", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 3db61992d5..0648d920ff 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -20,7 +20,7 @@ "@angular/forms": ">=10.0.2", "@angular/material": ">=10.0.1", "@angular/router": ">=10.0.2", - "@alfresco/js-api": "4.3.0-3224", + "@alfresco/js-api": "4.3.0-3234", "@alfresco/adf-core": "4.2.0", "@ngx-translate/core": ">=13.0.0", "moment": ">=2.22.2" diff --git a/lib/core/package.json b/lib/core/package.json index ad99bbff62..4e9d78359c 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -23,7 +23,7 @@ "@angular/router": ">=10.0.2", "@mat-datetimepicker/core": ">=4.1.0", "@mat-datetimepicker/moment": ">=4.1.0", - "@alfresco/js-api": "4.3.0-3224", + "@alfresco/js-api": "4.3.0-3234", "@alfresco/adf-extensions": "4.2.0", "@ngx-translate/core": ">=13.0.0", "minimatch-browser": ">=1.0.0", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 5365293837..ed4dfad531 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "@angular/common": ">=10.0.2", "@angular/core": ">=10.0.2", - "@alfresco/js-api": "4.3.0-3224" + "@alfresco/js-api": "4.3.0-3234" }, "keywords": [ "extensions", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 82f75729f9..ad8dacc924 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,40 +1,38 @@ { - "name": "@alfresco/adf-process-services-cloud", - "description": "Alfresco ADF process services cloud", - "version": "4.2.0", - "author": "Alfresco Software, Ltd.", - "main": "bundles/adf-process-services-cloud.js", - "repository": { - "type": "git", - "url": "https://github.com/Alfresco/alfresco-ng2-components.git" - }, - "bugs": { - "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" - }, - "dependencies": { - "@apollo/client": "3.3.7", - "apollo-angular": "2.2.0", - "subscriptions-transport-ws": "0.9.18" - }, - "peerDependencies": { - "@angular/animations": ">=10.0.2", - "@angular/common": ">=10.0.2", - "@angular/core": ">=10.0.2", - "@angular/flex-layout": ">=10.0.0-beta.32", - "@angular/forms": ">=10.0.2", - "@angular/material": ">=10.0.1", - "@alfresco/js-api": "4.2.0", - "@alfresco/adf-core": "4.2.0", - "@alfresco/adf-content-services": "4.2.0", - "@ngx-translate/core": ">=13.0.0", - "moment": ">=2.22.2" - }, - "keywords": [ - "process-services-cloud", - "alfresco-component", - "angular", - "activiti", - "components" - ], - "license": "Apache-2.0" + "name": "@alfresco/adf-process-services-cloud", + "description": "Alfresco ADF process services cloud", + "version": "4.2.0", + "author": "Alfresco Software, Ltd.", + "main": "bundles/adf-process-services-cloud.js", + "repository": { + "type": "git", + "url": "https://github.com/Alfresco/alfresco-ng2-components.git" + }, + "bugs": { + "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" + }, + "peerDependencies": { + "@angular/animations": ">=10.0.2", + "@angular/common": ">=10.0.2", + "@angular/core": ">=10.0.2", + "@angular/flex-layout": ">=10.0.0-beta.32", + "@angular/forms": ">=10.0.2", + "@angular/material": ">=10.0.1", + "@alfresco/js-api": "4.3.0-3234", + "@alfresco/adf-core": "4.2.0", + "@alfresco/adf-content-services": "4.2.0", + "@apollo/client": "^3.3.7", + "@ngx-translate/core": ">=13.0.0", + "apollo-angular": "^2.2.0", + "moment": ">=2.22.2", + "subscriptions-transport-ws": "^0.9.18" + }, + "keywords": [ + "process-services-cloud", + "alfresco-component", + "angular", + "activiti", + "components" + ], + "license": "Apache-2.0" } diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 1186328530..57205bd7ce 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -19,7 +19,7 @@ "@angular/forms": ">=10.0.2", "@angular/material": ">=10.0.1", "@angular/router": ">=10.0.2", - "@alfresco/js-api": "4.3.0-3224", + "@alfresco/js-api": "4.3.0-3234", "@alfresco/adf-core": "4.2.0", "@alfresco/adf-content-services": "4.2.0", "@ngx-translate/core": ">=13.0.0", diff --git a/lib/testing/package.json b/lib/testing/package.json index 0c3a92ebfd..b5d7030602 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": "4.3.0-3224" + "@alfresco/js-api": "4.3.0-3234" }, "keywords": [ "testing", diff --git a/package-lock.json b/package-lock.json index f838fc1f49..d26279c078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@alfresco/js-api": { - "version": "4.3.0-3224", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3224.tgz", - "integrity": "sha512-Uw9+GQpe+VhJRFaW+A9cnRAzEzJzNQkDUklHyP0lIlj3vTsLFLRJ+4S816sNQ/lChrZ/LyXd6Mffe7CEYgg8Fg==", + "version": "4.3.0-3234", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3234.tgz", + "integrity": "sha512-mGJO1hjmXYWlmKagXrTtAxdx9u8Z6L5X53fYl8yl/EyPUE/svOlsrgp9QvjP7yBG05rRFiYtErbg9wp+GifVJQ==", "requires": { "event-emitter": "^0.3.5", "minimatch": "3.0.4", diff --git a/package.json b/package.json index f06fff7c2a..681176e09c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "process services-cloud" ], "dependencies": { - "@alfresco/js-api": "^4.3.0-3224", + "@alfresco/js-api": "^4.3.0-3234", "@angular/animations": "^10.0.4", "@angular/cdk": "10.1.3", "@angular/common": "^10.0.4",