graphql-function-transformer
Advanced tools
Comparing version 1.4.0 to 1.4.1-beta.0
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.4.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.4.1-beta.0) (2019-08-13) | ||
### 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)) | ||
# [1.4.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.4.0) (2019-08-07) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "graphql-function-transformer", | ||
"version": "1.4.0", | ||
"version": "1.4.1-beta.0", | ||
"description": "Implements the @function directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.4.0", | ||
"graphql-transformer-common": "3.11.0", | ||
"graphql-transformer-core": "3.10.0" | ||
"graphql-mapping-template": "3.4.1-beta.0", | ||
"graphql-transformer-common": "3.11.1-beta.0", | ||
"graphql-transformer-core": "3.10.1-beta.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a1daedd901266197bfe3c551e1e0013e14e88e6b" | ||
"gitHead": "5747d438683009424fa7e4cefae0a21efac35ea3" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
61757
2
+ Addedgraphql-mapping-template@3.4.1-beta.0(transitive)
+ Addedgraphql-transformer-common@3.11.1-beta.0(transitive)
+ Addedgraphql-transformer-core@3.10.1-beta.0(transitive)
- Removedgraphql-mapping-template@3.4.0(transitive)
- Removedgraphql-transformer-common@3.11.0(transitive)
- Removedgraphql-transformer-core@3.10.0(transitive)