New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-core

Package Overview
Dependencies
Maintainers
3
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-cli-core - npm Package Compare versions

Comparing version 1.24.1 to 1.25.0-geo.0

21

CHANGELOG.md

@@ -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 @@

2

lib/errors/index.d.ts

@@ -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();

5

lib/errors/index.js
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc