mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix js-api version in adf-cli (#8665)
* Fix js-api version in adf-cli * Add caret to js-api version * CR fix
This commit is contained in:
Generated
+4
-4
@@ -9,7 +9,7 @@
|
||||
"version": "6.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": "^6.1.0-0",
|
||||
"@alfresco/js-api": "^6.2.0-982",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
@@ -30,9 +30,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "6.1.0-927",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.1.0-927.tgz",
|
||||
"integrity": "sha512-GjsDdUn1lGGejPhPsbFyi1NW6fm5Anj9YNLXrEOSa+dqrs987WmmQvlIR1odpHvRD328CxFPV7YlsXAevdIV2A==",
|
||||
"version": "6.2.0-982",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0-982.tgz",
|
||||
"integrity": "sha512-tP7/VblH0QOMAlhjzCW8n/kE9PXA2nwkPisalNVNVtvOa6jVnwMQQlVvfnCRKf+yXX7SQYBMTKbvMA9Io0gBqw==",
|
||||
"dependencies": {
|
||||
"event-emitter": "^0.3.5",
|
||||
"superagent": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user