amplify-cli-core
Advanced tools
Comparing version 1.5.0 to 1.5.1-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.5.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.5.0...amplify-cli-core@1.5.1-beta.0) (2020-10-27) | ||
### Bug Fixes | ||
* move post-install steps to plugin platform rather than post install script ([#5678](https://github.com/aws-amplify/amplify-cli/issues/5678)) ([f83bbab](https://github.com/aws-amplify/amplify-cli/commit/f83bbab378f6857202653cd57c607cead11cbe52)) | ||
# [1.5.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.4.0...amplify-cli-core@1.5.0) (2020-10-22) | ||
@@ -8,0 +19,0 @@ |
@@ -54,3 +54,3 @@ "use strict"; | ||
if (!process.env.AMPLIFY_SUPPRESS_NO_PKG_LIB && !fs.pathExistsSync(result)) { | ||
throw new Error(`Package lib at ${result} does not exist. Try running 'amplify post-install' to copy files to the correct location.`); | ||
throw new Error(`Package lib at ${result} does not exist.`); | ||
} | ||
@@ -57,0 +57,0 @@ return result; |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.5.0", | ||
"version": "1.5.1-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -58,3 +58,3 @@ "repository": { | ||
}, | ||
"gitHead": "499cc33e409c4e7bc13a5c8a714a335c77d8c373" | ||
"gitHead": "568e33ddd16dc2398d6c665c60226c2e3e46dbc4" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
139717
33898
2