graphql-function-transformer
Advanced tools
Comparing version 1.1.3-beta.0 to 1.1.4-beta.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.1.3-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.2...graphql-function-transformer@1.1.3-beta.0) (2019-06-29) | ||
## [1.1.4-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.2...graphql-function-transformer@1.1.4-beta.0) (2019-06-30) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package graphql-function-transformer |
{ | ||
"name": "graphql-function-transformer", | ||
"version": "1.1.3-beta.0", | ||
"version": "1.1.4-beta.0", | ||
"description": "Implements the @function directive.", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"graphql-transformer-common": "3.8.2", | ||
"graphql-transformer-core": "3.7.3-beta.0" | ||
"graphql-transformer-core": "3.7.4-beta.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4cfbf5c8fb8aaf5c54dcbcca5941906a6361c4c1" | ||
"gitHead": "c490f4ace8c8195368401dfe09d07eb733134782" | ||
} |
+ Addedgraphql-transformer-core@3.7.4-beta.0(transitive)
- Removedgraphql-transformer-core@3.7.3-beta.0(transitive)