[auto-commit] Update JS-API to 4.3.0-3224 for branch: update-js-api originated from JS-API PR: 3224 (#6689)

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-02-17 09:22:02 +00:00
committed by GitHub
parent 66f4dbd5a5
commit f7f80bc013
10 changed files with 55 additions and 55 deletions

View File

@@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@alfresco/js-api": { "@alfresco/js-api": {
"version": "4.3.0-3207", "version": "4.3.0-3224",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3207.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3224.tgz",
"integrity": "sha512-3sLb0T086B7c648U0BnYZCk9yvALwL8TpBIgmnaEjWwaruxRD/Z8ZSpcHx5fCIlgNFiPkFK/QXxR/jhpbjTwlQ==", "integrity": "sha512-Uw9+GQpe+VhJRFaW+A9cnRAzEzJzNQkDUklHyP0lIlj3vTsLFLRJ+4S816sNQ/lChrZ/LyXd6Mffe7CEYgg8Fg==",
"requires": { "requires": {
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"minimatch": "3.0.4", "minimatch": "3.0.4",
@@ -520,9 +520,9 @@
}, },
"dependencies": { "dependencies": {
"type": { "type": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.2.0.tgz", "resolved": "https://registry.npmjs.org/type/-/type-2.3.0.tgz",
"integrity": "sha512-M/u37b4oSGlusaU8ZB96BfFPWQ8MbsZYXB+kXGMiDj6IKinkcNaQvmirBuWj8mAXqP6LYn1rQvbTYum3yPhaOA==" "integrity": "sha512-rgPIqOdfK/4J9FhiVrZ3cveAjRRo5rsQBAIhnylX874y1DX/kEKSVdLsnuHB6l1KTjHyU01VjiMBHgU2adejyg=="
} }
} }
}, },
@@ -600,9 +600,9 @@
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
}, },
"form-data": { "form-data": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
"integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
"requires": { "requires": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",
"combined-stream": "^1.0.8", "combined-stream": "^1.0.8",

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/" "dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
}, },
"dependencies": { "dependencies": {
"@alfresco/js-api": "^4.3.0-3207", "@alfresco/js-api": "^4.3.0-3224",
"commander": "^4.0.0", "commander": "^4.0.0",
"ejs": "^2.6.1", "ejs": "^2.6.1",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",

View File

@@ -20,7 +20,7 @@
"@angular/forms": ">=10.0.2", "@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1", "@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2", "@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.2.0", "@alfresco/js-api": "4.3.0-3224",
"@alfresco/adf-core": "4.2.0", "@alfresco/adf-core": "4.2.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2" "moment": ">=2.22.2"

View File

@@ -23,7 +23,7 @@
"@angular/router": ">=10.0.2", "@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0", "@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0", "@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "4.2.0", "@alfresco/js-api": "4.3.0-3224",
"@alfresco/adf-extensions": "4.2.0", "@alfresco/adf-extensions": "4.2.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0", "minimatch-browser": ">=1.0.0",

View File

@@ -15,7 +15,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=10.0.2", "@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2", "@angular/core": ">=10.0.2",
"@alfresco/js-api": "4.2.0" "@alfresco/js-api": "4.3.0-3224"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",

View File

@@ -1,38 +1,38 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud", "description": "Alfresco ADF process services cloud",
"version": "4.2.0", "version": "4.2.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services-cloud.js", "main": "bundles/adf-process-services-cloud.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git" "url": "https://github.com/Alfresco/alfresco-ng2-components.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": ">=10.0.2", "@angular/animations": ">=10.0.2",
"@angular/common": ">=10.0.2", "@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2", "@angular/core": ">=10.0.2",
"@angular/flex-layout": ">=10.0.0-beta.32", "@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2", "@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1", "@angular/material": ">=10.0.1",
"@alfresco/js-api": "4.2.0", "@alfresco/js-api": "4.3.0-3224",
"@alfresco/adf-core": "4.2.0", "@alfresco/adf-core": "4.2.0",
"@alfresco/adf-content-services": "4.2.0", "@alfresco/adf-content-services": "4.2.0",
"@apollo/client": "^3.3.7", "@apollo/client": "^3.3.7",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"apollo-angular": "^2.2.0", "apollo-angular": "^2.2.0",
"moment": ">=2.22.2", "moment": ">=2.22.2",
"subscriptions-transport-ws": "^0.9.18" "subscriptions-transport-ws": "^0.9.18"
}, },
"keywords": [ "keywords": [
"process-services-cloud", "process-services-cloud",
"alfresco-component", "alfresco-component",
"angular", "angular",
"activiti", "activiti",
"components" "components"
], ],
"license": "Apache-2.0" "license": "Apache-2.0"
} }

View File

@@ -19,7 +19,7 @@
"@angular/forms": ">=10.0.2", "@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1", "@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2", "@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.2.0", "@alfresco/js-api": "4.3.0-3224",
"@alfresco/adf-core": "4.2.0", "@alfresco/adf-core": "4.2.0",
"@alfresco/adf-content-services": "4.2.0", "@alfresco/adf-content-services": "4.2.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",

View File

@@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@alfresco/js-api": "4.2.0" "@alfresco/js-api": "4.3.0-3224"
}, },
"keywords": [ "keywords": [
"testing", "testing",

6
package-lock.json generated
View File

@@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@alfresco/js-api": { "@alfresco/js-api": {
"version": "4.3.0-3207", "version": "4.3.0-3224",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3207.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0-3224.tgz",
"integrity": "sha512-3sLb0T086B7c648U0BnYZCk9yvALwL8TpBIgmnaEjWwaruxRD/Z8ZSpcHx5fCIlgNFiPkFK/QXxR/jhpbjTwlQ==", "integrity": "sha512-Uw9+GQpe+VhJRFaW+A9cnRAzEzJzNQkDUklHyP0lIlj3vTsLFLRJ+4S816sNQ/lChrZ/LyXd6Mffe7CEYgg8Fg==",
"requires": { "requires": {
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"minimatch": "3.0.4", "minimatch": "3.0.4",

View File

@@ -71,7 +71,7 @@
"process services-cloud" "process services-cloud"
], ],
"dependencies": { "dependencies": {
"@alfresco/js-api": "^4.3.0-3207", "@alfresco/js-api": "^4.3.0-3224",
"@angular/animations": "^10.0.4", "@angular/animations": "^10.0.4",
"@angular/cdk": "10.1.3", "@angular/cdk": "10.1.3",
"@angular/common": "^10.0.4", "@angular/common": "^10.0.4",