amplify-cli-core
Advanced tools
Comparing version 1.24.1 to 1.25.0-geo.0
@@ -6,2 +6,23 @@ # Change Log | ||
# [1.25.0-geo.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.24.1...amplify-cli-core@1.25.0-geo.0) (2021-07-26) | ||
### Bug Fixes | ||
* **cli:** prevent re-prompt of info on `amplify pull` ([#7730](https://github.com/aws-amplify/amplify-cli/issues/7730)) ([1919558](https://github.com/aws-amplify/amplify-cli/commit/19195589ab2d8b7382cac100c888bdbb62b9ba59)) | ||
### Features | ||
* **amplify-category-auth:** use EnabledMFAs to only configure TOTP ([#7779](https://github.com/aws-amplify/amplify-cli/issues/7779)) ([c2102c5](https://github.com/aws-amplify/amplify-cli/commit/c2102c53fd2ca974fb95c4468ad7a87fefe14ab0)) | ||
### Reverts | ||
* Revert "feat(amplify-category-auth): use EnabledMFAs to only configure TOTP (#7779)" (#7790) ([fa172c4](https://github.com/aws-amplify/amplify-cli/commit/fa172c4caf6f15de56925bd1ff4f8ee743788b52)), closes [#7779](https://github.com/aws-amplify/amplify-cli/issues/7779) [#7790](https://github.com/aws-amplify/amplify-cli/issues/7790) | ||
## [1.24.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.24.0...amplify-cli-core@1.24.1) (2021-07-16) | ||
@@ -8,0 +29,0 @@ |
@@ -39,2 +39,4 @@ export declare class NotImplementedError extends Error { | ||
} | ||
export declare class ConfigurationError extends Error { | ||
} | ||
export declare class NotInitializedError extends Error { | ||
@@ -41,0 +43,0 @@ constructor(); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NotInitializedError = exports.UnrecognizedFrameworkError = exports.AppIdMismatchError = exports.AngularConfigNotFoundError = exports.SchemaDoesNotExistError = exports.AppAlreadyDeployedError = exports.AppNotFoundError = exports.TeamProviderInfoMigrateError = exports.FrontendBuildError = exports.InvalidSubCommandError = exports.InvalidEnvironmentNameError = exports.NonEmptyDirectoryError = exports.MissingParametersError = exports.EnvironmentDoesNotExistError = exports.UnknownArgumentError = exports.UnknownResourceTypeError = exports.ResourceCredentialsNotFoundError = exports.ResourceDoesNotExistError = exports.ResourceAlreadyExistsError = exports.NotImplementedError = void 0; | ||
exports.NotInitializedError = exports.ConfigurationError = exports.UnrecognizedFrameworkError = exports.AppIdMismatchError = exports.AngularConfigNotFoundError = exports.SchemaDoesNotExistError = exports.AppAlreadyDeployedError = exports.AppNotFoundError = exports.TeamProviderInfoMigrateError = exports.FrontendBuildError = exports.InvalidSubCommandError = exports.InvalidEnvironmentNameError = exports.NonEmptyDirectoryError = exports.MissingParametersError = exports.EnvironmentDoesNotExistError = exports.UnknownArgumentError = exports.UnknownResourceTypeError = exports.ResourceCredentialsNotFoundError = exports.ResourceDoesNotExistError = exports.ResourceAlreadyExistsError = exports.NotImplementedError = void 0; | ||
class NotImplementedError extends Error { | ||
@@ -61,2 +61,5 @@ } | ||
exports.UnrecognizedFrameworkError = UnrecognizedFrameworkError; | ||
class ConfigurationError extends Error { | ||
} | ||
exports.ConfigurationError = ConfigurationError; | ||
class NotInitializedError extends Error { | ||
@@ -63,0 +66,0 @@ constructor() { |
@@ -125,2 +125,7 @@ import { ServiceSelection } from './serviceSelection'; | ||
} | ||
export interface ProviderContext { | ||
provider: string; | ||
service: string; | ||
projectName: string; | ||
} | ||
export declare type $TSCopyJob = any; | ||
@@ -127,0 +132,0 @@ interface AmplifyToolkit { |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.24.1", | ||
"version": "1.25.0-geo.0", | ||
"description": "Amplify CLI Core", | ||
@@ -72,3 +72,3 @@ "repository": { | ||
}, | ||
"gitHead": "e00d64556bb7d1a731375959aaa836d60f445f4d" | ||
"gitHead": "775048fa3e5e629647b9f78973b5fbe73dfc1f62" | ||
} |
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
252881
2737
2