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.18.0 to 1.18.1-beta.0

12

CHANGELOG.md

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

## [1.18.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.18.0...amplify-cli-core@1.18.1-beta.0) (2021-03-11)
### Bug Fixes
* e2e fix PR [#6059](https://github.com/aws-amplify/amplify-cli/issues/6059) ([#6807](https://github.com/aws-amplify/amplify-cli/issues/6807)) ([3a9058e](https://github.com/aws-amplify/amplify-cli/commit/3a9058ee68ffb2b883d2cb000a2ec1adede22fbf))
* gql compiler fix for user defined mutation ([#6059](https://github.com/aws-amplify/amplify-cli/issues/6059)) ([063d84f](https://github.com/aws-amplify/amplify-cli/commit/063d84ff3d31762a4434f3146623132536f4667d))
# [1.18.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.17.2...amplify-cli-core@1.18.0) (2021-03-05)

@@ -8,0 +20,0 @@

10

lib/feature-flags/featureFlags.js

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

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

@@ -336,3 +342,3 @@ this.registerFlag('frontend-ios', [

defaultValueForNewProjects: true,
}
},
]);

@@ -345,3 +351,3 @@ this.registerFlag('appSync', [

defaultValueForNewProjects: true,
}
},
]);

@@ -348,0 +354,0 @@ };

4

package.json
{
"name": "amplify-cli-core",
"version": "1.18.0",
"version": "1.18.1-beta.0",
"description": "Amplify CLI Core",

@@ -62,3 +62,3 @@ "repository": {

},
"gitHead": "9df296c3caf73c7e95baaa85060aea885bc5ea1e"
"gitHead": "9829a5a17607560dd7ebaed876f2e48b59f6c17d"
}

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