Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-core

Package Overview
Dependencies
Maintainers
1
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.10.0 to 1.11.0-beta.0

lib/deploymentState.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.11.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.10.0...amplify-cli-core@1.11.0-beta.0) (2020-12-07)
### Features
* add support for multiple [@key](https://github.com/key) changes in same [@model](https://github.com/model) ([#6044](https://github.com/aws-amplify/amplify-cli/issues/6044)) ([e574637](https://github.com/aws-amplify/amplify-cli/commit/e5746379ea1330c53dacb55e8f6a9de7b17b55ae))
# [1.10.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.9.0...amplify-cli-core@1.10.0) (2020-11-30)

@@ -8,0 +19,0 @@

2

lib/exitOnNextTick.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.exitOnNextTick = void 0;
const amplify_cli_logger_1 = require("amplify-cli-logger");
function exitOnNextTick(code) {
process.nextTick(() => {
amplify_cli_logger_1.logger.loggerEnd();
process.exit(code);

@@ -7,0 +9,0 @@ });

@@ -257,2 +257,8 @@ "use strict";

},
{
name: 'enableIterativeGSIUpdates',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: false,
},
]);

@@ -259,0 +265,0 @@ };

3

lib/index.d.ts

@@ -16,2 +16,3 @@ import { ServiceSelection } from './serviceSelection';

export * from './deploymentSecretsHelper';
export * from './deploymentState';
export declare type $TSAny = any;

@@ -122,3 +123,3 @@ export declare type $TSContext = {

updateProjectConfig: () => $TSAny;
updateamplifyMetaAfterResourceUpdate: () => $TSAny;
updateamplifyMetaAfterResourceUpdate: (category: string, resourceName: string, metaResourceKey?: $TSAny, metaResourceData?: $TSAny) => $TSAny;
updateamplifyMetaAfterResourceAdd: (category: string, resourceName: string, metaResourceData: $TSAny, backendResourceData?: $TSAny, overwriteObjectIfExists?: boolean) => $TSAny;

@@ -125,0 +126,0 @@ updateamplifyMetaAfterResourceDelete: () => $TSAny;

@@ -28,2 +28,3 @@ "use strict";

__exportStar(require("./deploymentSecretsHelper"), exports);
__exportStar(require("./deploymentState"), exports);
var AmplifyFrontend;

@@ -30,0 +31,0 @@ (function (AmplifyFrontend) {

{
"name": "amplify-cli-core",
"version": "1.10.0",
"version": "1.11.0-beta.0",
"description": "Amplify CLI Core",

@@ -28,2 +28,3 @@ "repository": {

"ajv": "^6.12.3",
"amplify-cli-logger": "1.1.0-beta.0",
"dotenv": "^8.2.0",

@@ -59,3 +60,3 @@ "fs-extra": "^8.1.0",

},
"gitHead": "296ae55d1252168380dbac99d26e816221ddd470"
"gitHead": "b9a78a2979def8eccb0095331df9e543dc0da924"
}

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

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