amplify-cli-core
Advanced tools
Comparing version 1.13.0 to 1.13.1-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.13.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.13.0...amplify-cli-core@1.13.1-beta.0) (2020-12-21) | ||
### Bug Fixes | ||
* **amplify-provider-awscloudformation:** load correct file ([#6212](https://github.com/aws-amplify/amplify-cli/issues/6212)) ([7876187](https://github.com/aws-amplify/amplify-cli/commit/787618736540231efeeee8c803c178325b2c70b4)) | ||
# [1.13.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.12.0...amplify-cli-core@1.13.0) (2020-12-16) | ||
@@ -8,0 +19,0 @@ |
@@ -30,2 +30,3 @@ import { ServiceSelection } from './serviceSelection'; | ||
pluginPlatform: IPluginPlatform; | ||
newUserInfo?: $TSAny; | ||
}; | ||
@@ -106,3 +107,3 @@ export declare type IPluginPlatform = { | ||
listCategories: () => $TSAny; | ||
makeId: () => $TSAny; | ||
makeId: (n?: number) => string; | ||
openEditor: () => $TSAny; | ||
@@ -109,0 +110,0 @@ onCategoryOutputsChange: (context: $TSContext, currentAmplifyMeta: $TSMeta | undefined, amplifyMeta?: $TSMeta) => $TSAny; |
@@ -21,2 +21,3 @@ import { $TSMeta, $TSTeamProviderInfo, $TSAny, DeploymentSecrets } from '..'; | ||
getLocalEnvInfo: (projectPath?: string | undefined, options?: GetOptions<any> | undefined) => $TSAny; | ||
localAWSInfoExists: (projectPath?: string | undefined) => boolean; | ||
getLocalAWSInfo: (projectPath?: string | undefined, options?: GetOptions<any> | undefined) => $TSAny; | ||
@@ -23,0 +24,0 @@ projectConfigExists: (projectPath?: string | undefined) => boolean; |
@@ -79,2 +79,3 @@ "use strict"; | ||
}; | ||
this.localAWSInfoExists = (projectPath) => this.doesExist(pathManager_1.pathManager.getLocalAWSInfoFilePath, projectPath); | ||
this.getLocalAWSInfo = (projectPath, options) => { | ||
@@ -81,0 +82,0 @@ const filePath = pathManager_1.pathManager.getLocalAWSInfoFilePath(projectPath); |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.13.0", | ||
"version": "1.13.1-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
}, | ||
"gitHead": "f1dc9a05f422dd79327e2f968915a8963f373f6b" | ||
"gitHead": "bafb2625271f388b71f4c861f18abd146ee8ce83" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
174206
1872
2