Update branch for JS-API PR#3711 (#7183)

* [ci:force][auto-commit] Update JS-API to 4.6.0-3709 for branch: update-js-api originated from JS-API PR: 3711

* [ci:force][auto-commit] Update JS-API to 4.6.0-3740 for branch: update-js-api originated from JS-API PR: 3741

* [ci:force][auto-commit] Update JS-API to 4.6.0-3745 for branch: update-js-api originated from JS-API PR: 3746

* [ci:force][auto-commit] Update JS-API to 4.6.0-3771 for branch: update-js-api originated from JS-API PR: 3772

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-08-13 10:14:54 +01:00
committed by GitHub
parent 36fade536c
commit cf9107850f
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.6.0-3694",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.6.0-3694.tgz",
"integrity": "sha512-fgK2csttJMqK4zH7CL7I7+u2IbfFepCQSdYXeLoxjjtP8zG7uzIs6H5AXxsTEXUPo+x7sOihtymlckG3tuYzvg==",
"version": "4.6.0-3771",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.6.0-3771.tgz",
"integrity": "sha512-juRYaLUbiMT15NV3KF2nl7jXzloQsTPye0PBjgtEzttU2b80WBGtflBneTrOGmGUUu7eQlLbYkuqni1q6aX27w==",
"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.6.0-3694",
"@alfresco/js-api": "4.6.0-3771",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",