amplify-cli-core
Advanced tools
Comparing version 1.20.0 to 1.20.1-beta.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.20.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.20.0...amplify-cli-core@1.20.1-beta.0) (2021-04-17) | ||
**Note:** Version bump only for package amplify-cli-core | ||
# [1.20.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.19.1...amplify-cli-core@1.20.0) (2021-04-14) | ||
@@ -8,0 +16,0 @@ |
@@ -11,3 +11,5 @@ export declare type DeploymentState = { | ||
status: DeploymentStepStatus; | ||
previousMetaKey?: string; | ||
}; | ||
export declare type StepStatusParameters = Omit<DeploymentStepState, 'status'>; | ||
export declare enum DeploymentStatus { | ||
@@ -33,9 +35,11 @@ 'IDLE' = "IDLE", | ||
failDeployment(): Promise<void>; | ||
updateStatus(status: DeploymentStatus): Promise<void>; | ||
updateCurrentStepStatus(status: DeploymentStepStatus): Promise<void>; | ||
startCurrentStep(): Promise<void>; | ||
startCurrentStep(parameters?: StepStatusParameters): Promise<void>; | ||
advanceStep(): Promise<void>; | ||
startRollback(): Promise<void>; | ||
isDeploymentInProgress(): Promise<boolean>; | ||
isDeploymentInProgress(): boolean; | ||
isDeploymentFinished(): boolean; | ||
getStatus(): DeploymentState | undefined; | ||
} | ||
//# sourceMappingURL=deploymentState.d.ts.map |
@@ -280,3 +280,3 @@ "use strict"; | ||
defaultValueForExistingProjects: false, | ||
defaultValueForNewProjects: false, | ||
defaultValueForNewProjects: true, | ||
}, | ||
@@ -283,0 +283,0 @@ { |
@@ -120,3 +120,3 @@ import { ServiceSelection } from './serviceSelection'; | ||
interface AmplifyToolkit { | ||
confirmPrompt: (prompt: string, defaultValue?: boolean) => boolean; | ||
confirmPrompt: (prompt: string, defaultValue?: boolean) => Promise<boolean>; | ||
constants: $TSAny; | ||
@@ -148,3 +148,3 @@ constructExeInfo: (context: $TSContext) => $TSAny; | ||
onCategoryOutputsChange: (context: $TSContext, currentAmplifyMeta: $TSMeta | undefined, amplifyMeta?: $TSMeta) => $TSAny; | ||
pathManager: () => $TSAny; | ||
pathManager: $TSAny; | ||
pressEnterToContinue: () => $TSAny; | ||
@@ -151,0 +151,0 @@ pushResources: (context: $TSContext, category?: string, resourceName?: string, filteredResources?: { |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.20.0", | ||
"version": "1.20.1-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -62,3 +62,3 @@ "repository": { | ||
}, | ||
"gitHead": "f1a99bd0e9bf7a355ce19184901b5505831e60a4" | ||
"gitHead": "585fd2436d468412ee81a6a2347d06d83c086bc3" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
195073
2075
2