amplify-cli-core
Advanced tools
Comparing version 1.13.1 to 1.14.0-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.14.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.1...amplify-cli-core@1.14.0-beta.0) (2020-12-31) | ||
### Features | ||
* **cli:** generate REAMDE file in amplify dir ([#5808](https://github.com/aws-amplify/amplify-cli/issues/5808)) ([cf0629f](https://github.com/aws-amplify/amplify-cli/commit/cf0629f7385df77aad19fddd58e3587e40482de2)) | ||
## [1.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.0...amplify-cli-core@1.13.1) (2020-12-21) | ||
@@ -8,0 +19,0 @@ |
@@ -19,2 +19,3 @@ export declare const PathConstants: { | ||
ParametersJsonFileName: string; | ||
ReadMeFileName: string; | ||
LocalEnvFileName: string; | ||
@@ -51,2 +52,3 @@ LocalAWSInfoFileName: string; | ||
getResourceParamatersFilePath: (projectPath: string | undefined, category: string, resourceName: string) => string; | ||
getReadMeFilePath: (projectPath?: string | undefined) => string; | ||
getCurrentAmplifyMetaFilePath: (projectPath?: string | undefined) => string; | ||
@@ -53,0 +55,0 @@ getCurrentBackendConfigFilePath: (projectPath?: string | undefined) => string; |
@@ -44,2 +44,3 @@ "use strict"; | ||
ParametersJsonFileName: 'parameters.json', | ||
ReadMeFileName: 'README.md', | ||
LocalEnvFileName: 'local-env-info.json', | ||
@@ -87,2 +88,3 @@ LocalAWSInfoFileName: 'local-aws-info.json', | ||
]); | ||
this.getReadMeFilePath = (projectPath) => this.constructPath(projectPath, [exports.PathConstants.AmplifyDirName, exports.PathConstants.ReadMeFileName]); | ||
this.getCurrentAmplifyMetaFilePath = (projectPath) => this.constructPath(projectPath, [ | ||
@@ -89,0 +91,0 @@ exports.PathConstants.AmplifyDirName, |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.13.1", | ||
"version": "1.14.0-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
}, | ||
"gitHead": "206ab32735be9de5c35c89f7bbc1944d6529c4e1" | ||
"gitHead": "11fd2ee6c6db845f6e9f11ed355aad0a51d76d33" | ||
} |
Sorry, the diff of this file is not supported yet
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
175046
1876
2