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 <travis@example.org>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Alfresco Build User
2021-02-21 18:11:02 +00:00
committed by GitHub
parent 588db58b5d
commit f6308a7f31
10 changed files with 52 additions and 54 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"
}

View File

@@ -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",

View File

@@ -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",

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",