Update branch for JS-API PR#5 (#7615)

* [ci:force][auto-commit] Update JS-API to 4.11.0-121 for branch: update-js-api originated from JS-API PR: 5

* [ci:force][auto-commit] Update JS-API to 4.11.0-122 for branch: update-js-api originated from JS-API PR: 122
This commit is contained in:
Alfresco Build
2022-05-10 18:22:54 +02:00
committed by GitHub
parent 5cfbd6ffc2
commit 3a5daf960c
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.10.0-78",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.10.0-78.tgz",
"integrity": "sha512-bcATi1heOq76PV+shP8WVAy6Qi2NPt+U2jG1TtF1+gbKylnmAlCWDPtgZhNx2YSGdPPEXddR6r0u6/H4PnPV9w==",
"version": "4.11.0-122",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.11.0-122.tgz",
"integrity": "sha512-SJFMJBy6q7q21iELQmb+OZUC1Ej07+mXYuUcK4gcP1Bf9QOVOgLFGkpWPjh6LtY053vQSzRx1JKaMSUVkkeIVw==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",

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.10.0",
"@alfresco/js-api": "4.11.0-122",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",