@axway/amplify-cli-utils
Advanced tools
Comparing version 5.0.0-beta3 to 5.0.0-beta5
@@ -6,2 +6,4 @@ # v5.0.0 | ||
* refactor: Added `initPlatformAccount()` from `@axway/axway-cli-oum`. | ||
* refactor: Replaced `appcd-*` libraries with `@axway/amplify-utils`. | ||
([APIGOV-20264](https://jira.axway.com/browse/APIGOV-20264)) | ||
* feat: Added `telemetry` to help improve Axway products. | ||
@@ -8,0 +10,0 @@ ([APIGOV-19209](https://jira.axway.com/browse/APIGOV-19209)) |
{ | ||
"name": "@axway/amplify-cli-utils", | ||
"version": "5.0.0-beta3", | ||
"version": "5.0.0-beta5", | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"description": "Common utils for Axway CLI packages", | ||
@@ -24,16 +28,15 @@ "author": "Axway, Inc. <npmjs@appcelerator.com>", | ||
"dependencies": { | ||
"@axway/amplify-config": "^4.0.0-beta3", | ||
"@axway/amplify-request": "^3.0.0-beta3", | ||
"@axway/amplify-sdk": "^3.0.0-beta3", | ||
"appcd-fs": "^2.1.2", | ||
"boxen": "^5.0.1", | ||
"@axway/amplify-config": "^4.0.0-beta5", | ||
"@axway/amplify-request": "^3.0.0-beta5", | ||
"@axway/amplify-sdk": "^3.0.0-beta5", | ||
"boxen": "^5.1.1", | ||
"check-kit": "^1.2.1", | ||
"cli-kit": "^1.14.1", | ||
"cli-table3": "^0.6.0", | ||
"fs-extra": "^9.1.0", | ||
"fs-extra": "^10.0.0", | ||
"snooplogg": "^3.0.2", | ||
"source-map-support": "^0.5.19" | ||
"source-map-support": "^0.5.20" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^3.2.0" | ||
"@axway/gulp-tasks": "^4.0.3" | ||
}, | ||
@@ -46,3 +49,3 @@ "homepage": "https://github.com/appcelerator/amplify-tooling#readme", | ||
}, | ||
"gitHead": "408c8bef043cfb4b5b575d8f8123395f44bd59bc" | ||
"gitHead": "9cc288d8ee067fb3444920aad11c53899455ad9c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82626
10
- Removedappcd-fs@^2.1.2
Updatedboxen@^5.1.1
Updatedfs-extra@^10.0.0
Updatedsource-map-support@^0.5.20