[ci:force][auto-commit] Update JS-API to 4.4.0-3475 for branch: update-js-api originated from JS-API PR: 3476 (#6999)

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-05-10 13:16:39 +01:00
committed by GitHub
parent 3e4b2083ff
commit 4c09d5fd35
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-3449",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3449.tgz",
"integrity": "sha512-o+WqjTL12zdKLYf9yWlCK5lPX6LKRzZbaWm15kFRA6rc0GwS9649R4IScKA5I3nJexJ7+lbxZFQ3DFNz+caUeA==",
"version": "4.4.0-3475",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3475.tgz",
"integrity": "sha512-G3jeCt1HKXklKr6yn/nROVS/T5FLfk9u19CeiFTPidGgqGAi/B9gBxnadfMNkoxqhNR2vzYebLbM2OV/0Vtn1w==",
"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-3449",
"@alfresco/js-api": "4.4.0-3475",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",