graphql-key-transformer
Advanced tools
Comparing version 1.5.0 to 1.5.1-authSubRelease.0
@@ -6,2 +6,21 @@ # Change Log | ||
## [1.5.1-authSubRelease.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-key-transformer@1.1.7...graphql-key-transformer@1.5.1-authSubRelease.0) (2019-08-16) | ||
### Bug Fixes | ||
* **graphql-key-transformer:** added sort direction ([a0f9f30](https://github.com/aws-amplify/amplify-cli/commit/a0f9f30)), closes [#1676](https://github.com/aws-amplify/amplify-cli/issues/1676) | ||
* **graphql-key-transformer:** key req resolver edit ([c4a9da5](https://github.com/aws-amplify/amplify-cli/commit/c4a9da5)), closes [#1676](https://github.com/aws-amplify/amplify-cli/issues/1676) [#1990](https://github.com/aws-amplify/amplify-cli/issues/1990) [#1629](https://github.com/aws-amplify/amplify-cli/issues/1629) | ||
### Features | ||
* adding amplify cli predictions category ([#1936](https://github.com/aws-amplify/amplify-cli/issues/1936)) ([b7b7c2c](https://github.com/aws-amplify/amplify-cli/commit/b7b7c2c)) | ||
* mock support for API, function and storage ([#1893](https://github.com/aws-amplify/amplify-cli/issues/1893)) ([372e534](https://github.com/aws-amplify/amplify-cli/commit/372e534)) | ||
* sanity check ([#1815](https://github.com/aws-amplify/amplify-cli/issues/1815)) ([54a8dbe](https://github.com/aws-amplify/amplify-cli/commit/54a8dbe)) | ||
# [1.5.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-key-transformer@1.1.7...graphql-key-transformer@1.5.0) (2019-08-13) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "graphql-key-transformer", | ||
"version": "1.5.0", | ||
"version": "1.5.1-authSubRelease.0", | ||
"description": "Implements the @key directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.5.0", | ||
"graphql-transformer-common": "3.12.0", | ||
"graphql-transformer-core": "3.11.0" | ||
"graphql-mapping-template": "3.5.1-authSubRelease.0", | ||
"graphql-transformer-common": "3.12.1-authSubRelease.0", | ||
"graphql-transformer-core": "3.11.1-authSubRelease.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c245ee9567b35f196f409009477eea812a3c4554" | ||
"gitHead": "9499db0d398ea20acdace5f6f1fc3a03660f1548" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
138616
2
+ Addedgraphql-mapping-template@3.5.1-authSubRelease.0(transitive)
+ Addedgraphql-transformer-common@3.12.1-authSubRelease.0(transitive)
+ Addedgraphql-transformer-core@3.11.1-authSubRelease.0(transitive)
- Removedgraphql-mapping-template@3.5.0(transitive)
- Removedgraphql-transformer-common@3.12.0(transitive)
- Removedgraphql-transformer-core@3.11.0(transitive)