amplify-cli-core
Advanced tools
Comparing version 1.26.0 to 1.26.1-beta.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.26.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.26.0...amplify-cli-core@1.26.1-beta.0) (2021-08-17) | ||
**Note:** Version bump only for package amplify-cli-core | ||
# [1.26.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.25.1...amplify-cli-core@1.26.0) (2021-08-06) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { ViewResourceTableParams } from './cliViewAPI'; | ||
import { ServiceSelection } from './serviceSelection'; | ||
@@ -23,2 +24,3 @@ export * from './cfnUtilities'; | ||
export * from './cliRemoveResourcePrompt'; | ||
export * from "./cliViewAPI"; | ||
export declare type $TSAny = any; | ||
@@ -171,4 +173,5 @@ export declare type $TSContext = { | ||
}[]) => $TSAny; | ||
showHelpfulProviderLinks: () => $TSAny; | ||
showHelpfulProviderLinks: (context: $TSContext) => $TSAny; | ||
showResourceTable: () => $TSAny; | ||
showStatusTable: (resourceTableParams: ViewResourceTableParams) => $TSAny; | ||
serviceSelectionPrompt: (context: $TSContext, category: string, servicesMetadata: $TSAny, customQuestion?: $TSAny, optionNameOverrides?: Record<string, string>) => Promise<ServiceSelection>; | ||
@@ -175,0 +178,0 @@ updateProjectConfig: () => $TSAny; |
@@ -35,2 +35,3 @@ "use strict"; | ||
__exportStar(require("./cliRemoveResourcePrompt"), exports); | ||
__exportStar(require("./cliViewAPI"), exports); | ||
var AmplifyFrontend; | ||
@@ -37,0 +38,0 @@ (function (AmplifyFrontend) { |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.26.0", | ||
"version": "1.26.1-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -72,3 +72,3 @@ "repository": { | ||
}, | ||
"gitHead": "254e137af2617b38d7704df996cbf598b5583dc2" | ||
"gitHead": "9c4a0f93808db1ccaa25ccfa37038448ae4402bc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
264772
151
2889
2