graphql-function-transformer
Advanced tools
Comparing version 1.2.0 to 1.2.1-beta.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.2.1-beta.0) (2019-08-01) | ||
### 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)) | ||
# [1.2.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.2.0) (2019-07-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "graphql-function-transformer", | ||
"version": "1.2.0", | ||
"version": "1.2.1-beta.0", | ||
"description": "Implements the @function directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.2.0", | ||
"graphql-transformer-common": "3.9.0", | ||
"graphql-transformer-core": "3.8.0" | ||
"graphql-mapping-template": "3.2.1-beta.0", | ||
"graphql-transformer-common": "3.9.1-beta.0", | ||
"graphql-transformer-core": "3.8.1-beta.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ceaddaceac78041bc18d3d2d3617bf765425af54" | ||
"gitHead": "c95ab97181c9a0d5fa1049b4259f92a5f019695a" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60667
2
+ Addedgraphql-mapping-template@3.2.1-beta.0(transitive)
+ Addedgraphql-transformer-common@3.9.1-beta.0(transitive)
+ Addedgraphql-transformer-core@3.8.1-beta.0(transitive)
- Removedgraphql-mapping-template@3.2.0(transitive)
- Removedgraphql-transformer-common@3.9.0(transitive)
- Removedgraphql-transformer-core@3.8.0(transitive)