Update branch for JS-API PR#3342 (#6876)

* [auto-commit] Update JS-API to 4.4.0-3342 for branch: update-js-api originated from JS-API PR: 3342

* [auto-commit] Update JS-API to 4.4.0-3345 for branch: update-js-api originated from JS-API PR: 3345

* [auto-commit] Update JS-API to 4.4.0-3346 for branch: update-js-api originated from JS-API PR: 3346

* [auto-commit] Update JS-API to 4.4.0-3350 for branch: update-js-api originated from JS-API PR: 3350

* [auto-commit] Update JS-API to 4.4.0-3353 for branch: update-js-api originated from JS-API PR: 3353

* [auto-commit] Update JS-API to 4.4.0-3357 for branch: update-js-api originated from JS-API PR: 3357

* [auto-commit] Update JS-API to 4.4.0-3359 for branch: update-js-api originated from JS-API PR: 3359

* [auto-commit] Update JS-API to 4.4.0-3362 for branch: update-js-api originated from JS-API PR: 3362

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-04-07 10:17:45 +01:00
committed by GitHub
parent 6eaf89afd0
commit f874a43c9c
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.4.0-3335",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3335.tgz",
"integrity": "sha512-dAmlueKMnL0JHWpEy6ntC5T+FOJyzFjLjxmIDpmQfYbiuqL32ItUs4QLDEbyicQbTVL0WvL5bhVWZ+U9zkdOSA==",
"version": "4.4.0-3362",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3362.tgz",
"integrity": "sha512-MyrijmiT/j5H2aNSriORui8QCQEhy8s1srOjWzHQfqge97tLrJs9ca9gE9w8zOdGBRwXCQKcmQ+TKoIGgSOXoA==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",

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.4.0-3335",
"@alfresco/js-api": "4.4.0-3362",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",