amplify-cli-core
Advanced tools
Comparing version 1.19.1 to 1.20.0-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.20.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.19.1...amplify-cli-core@1.20.0-beta.0) (2021-04-14) | ||
### Features | ||
* added new fields to usage data ([#6911](https://github.com/aws-amplify/amplify-cli/issues/6911)) ([dc1d256](https://github.com/aws-amplify/amplify-cli/commit/dc1d256edecec2009ca6649da0995be571886b03)) | ||
## [1.19.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.18.1...amplify-cli-core@1.19.1) (2021-04-09) | ||
@@ -8,0 +19,0 @@ |
@@ -35,2 +35,4 @@ export declare class NotImplementedError extends Error { | ||
} | ||
export declare class AppIdMismatchError extends Error { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
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.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 { | ||
@@ -55,2 +55,5 @@ } | ||
exports.AngularConfigNotFoundError = AngularConfigNotFoundError; | ||
class AppIdMismatchError extends Error { | ||
} | ||
exports.AppIdMismatchError = AppIdMismatchError; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "amplify-cli-core", | ||
"version": "1.19.1", | ||
"version": "1.20.0-beta.0", | ||
"description": "Amplify CLI Core", | ||
@@ -62,3 +62,3 @@ "repository": { | ||
}, | ||
"gitHead": "270df23a63dca6fe11422383db3d72d7f0b99fea" | ||
"gitHead": "68eb466a166ef41d5ddc23fd253851b0c9e2b55e" | ||
} |
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
194445
2071
2