Update branch for JS-API PR#3366 (#6910)

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

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

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

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

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-04-09 14:49:20 +01:00
committed by GitHub
parent f9a7836a5a
commit 833ca30440
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-3364",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3364.tgz",
"integrity": "sha512-q401S9pRCjCFn9U8cJ0FB/DEwtshVzG/QdRQgtw2zPaEON6UNDCnS7gCAg/LbVKYY5LFdtuxyozvHbZMyV2+3w==",
"version": "4.4.0-3371",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3371.tgz",
"integrity": "sha512-hAtAVeQ3HpOFCAJP/Xxf6ObscCZQUArPTwXRRBboNfUigmtKYKRzW/D/KgVozxyUyCE6xdqawH64Px52RcMl5A==",
"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-3364",
"@alfresco/js-api": "4.4.0-3371",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",