update js-api (#6847)

* update js-api

* previous version

* previous js-api

* older

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

* trace

* older

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

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

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

* [create docker image]

* polyfill

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Eugenio Romano
2021-03-26 14:10:12 +00:00
committed by GitHub
parent 23264b0068
commit 0e673a9d92
13 changed files with 95 additions and 37 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.3.0.tgz",
"integrity": "sha512-Q/OeFqQ5uQWG2mGsXBbiG6CKh5MJvdL5h3mkcDqyFHMzZwM+URB082KOlL+6tQN5JgWegHgA3jGZE8EOPviQxw==",
"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==",
"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.3.0",
"@alfresco/js-api": "4.4.0-3335",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",