[ci:force][auto-commit] Update JS-API to 5.1.0-349 for branch: update-js-api originated from JS-API PR: 349 (#7874)

This commit is contained in:
Alfresco Build
2022-10-03 12:00:39 +02:00
committed by GitHub
parent 797a425f7f
commit 865b864982
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.1.0-343",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0-343.tgz",
"integrity": "sha512-PMkioi5OsZHucEL8I4Bs2Ghk7xucoz3Hx5KS0ZVGSMV20+TZvCMI8G16TZnS2ABS9qHMjpqChx6EyMinOCCnzA==",
"version": "5.1.0-349",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0-349.tgz",
"integrity": "sha512-ueixrvNmSs/WFC7cGkJ2X7QHJN2ggxlXodaRGPJrPnvXUzlaITYjs08UYRhQDLPQGzQ/UajMTf9sQOMWUhKSQw==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",

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": "5.1.0-343",
"@alfresco/js-api": "5.1.0-349",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",