amplify-cli-core
Advanced tools
Comparing version 1.18.0 to 1.18.1-beta.0
@@ -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 @@ |
@@ -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 @@ }; |
{ | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
193132
2060
2