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.5.2-alpha.23 to 1.6.0-beta.0

12

CHANGELOG.md

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

# [1.6.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.5.1...amplify-cli-core@1.6.0-beta.0) (2020-11-07)
### Features
* ff to turn off schema reserve word validation ([#5745](https://github.com/aws-amplify/amplify-cli/issues/5745)) ([de79514](https://github.com/aws-amplify/amplify-cli/commit/de79514c18bea7236a05f0658513b95318501d16))
* transformer redesign ([#5534](https://github.com/aws-amplify/amplify-cli/issues/5534)) ([a93c685](https://github.com/aws-amplify/amplify-cli/commit/a93c6852f6588898ebc52b0574f4fcc3d2e87948))
## [1.5.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.5.0...amplify-cli-core@1.5.1) (2020-10-27)

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

19

lib/feature-flags/featureFlags.js

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

this.getValue = (flagName, type) => {
var _a;
if (!flagName) {

@@ -66,6 +67,4 @@ throw new Error(`'flagName' argument is required`);

}
if (this.effectiveFlags[parts[0]] && this.effectiveFlags[parts[0]][parts[1]]) {
value = this.effectiveFlags[parts[0]][parts[1]];
}
if (!value) {
value = (_a = this.effectiveFlags[parts[0]]) === null || _a === void 0 ? void 0 : _a[parts[1]];
if (value === undefined) {
if (this.useNewDefaults) {

@@ -248,2 +247,14 @@ value = flagRegistrationEntry.defaultValueForNewProjects;

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

@@ -250,0 +261,0 @@ };

{
"name": "amplify-cli-core",
"version": "1.5.2-alpha.23+85c9c9314",
"version": "1.6.0-beta.0",
"description": "Amplify CLI Core",

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

},
"gitHead": "85c9c931408cc9ac3bd93f36481181829b882753"
"gitHead": "f4a50031346d9cbfecbd43e1115b46b0032e2aed"
}

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