amplify-cli-core
Advanced tools
@@ -6,2 +6,23 @@ # Change Log | ||
# [1.25.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.24.1...amplify-cli-core@1.25.0-beta.0) (2021-07-27) | ||
### 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() { |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.24.1", | ||
"version": "1.25.0-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -72,3 +72,3 @@ "repository": { | ||
}, | ||
"gitHead": "e00d64556bb7d1a731375959aaa836d60f445f4d" | ||
"gitHead": "7420353aba2ffa70a38c019917bff8bcbac76c7a" | ||
} |
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
252675
0.5%2732
0.18%2
100%