[ci:force][auto-commit] Update JS-API to 5.2.0-445 for branch: update-js-api originated from JS-API PR: 445 (#8020)

This commit is contained in:
Alfresco Build
2022-11-30 10:35:25 +01:00
committed by GitHub
parent 70c6a1095a
commit 6e9234af4f
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.2.0-443",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.2.0-443.tgz",
"integrity": "sha512-yJxRnNlrAstZzYAkZJZIlxzf5yVlWf9ElvRhXJNVzI1Q9vpFBGJutA7NqVllgelPYhGZK4Oj4bS0F/lYOR5fjA==",
"version": "5.2.0-445",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.2.0-445.tgz",
"integrity": "sha512-hTmHNALdKLPyy2un2Czt6Kz8iA4ILet8TMOY/rokEcFVR92GpbLPcitiSsCe7dXM+fUTdelW/GTFK2w/sjL+AQ==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",

View File

@@ -20,7 +20,7 @@
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": "5.2.0-443",
"@alfresco/js-api": "5.2.0-445",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",