graphql-dynamodb-transformer
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.7"></a> | ||
## [1.0.7](https://github.com/aws-amplify/amplify-cli/compare/graphql-dynamodb-transformer@1.0.6...graphql-dynamodb-transformer@1.0.7) (2018-08-23) | ||
**Note:** Version bump only for package graphql-dynamodb-transformer | ||
<a name="1.0.6"></a> | ||
@@ -8,0 +16,0 @@ ## [1.0.6](https://github.com/aws-amplify/amplify-cli/compare/graphql-dynamodb-transformer@1.0.5...graphql-dynamodb-transformer@1.0.6) (2018-08-23) |
{ | ||
"name": "graphql-dynamodb-transformer", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An AppSync model transform that takes a simple model and creates a DynamoDB table, DynamoDB stream, and ES index with the queries to match.", | ||
@@ -22,5 +22,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "^1.0.6", | ||
"graphql-transformer-common": "^1.0.6", | ||
"graphql-transformer-core": "^1.0.6" | ||
"graphql-mapping-template": "^1.0.7", | ||
"graphql-transformer-common": "^1.0.7", | ||
"graphql-transformer-core": "^1.0.7" | ||
}, | ||
@@ -32,3 +32,3 @@ "devDependencies": { | ||
"aws-sdk": "^2.259.1", | ||
"graphql-appsync-transformer": "^1.0.6", | ||
"graphql-appsync-transformer": "^1.0.7", | ||
"jest": "^23.1.0", | ||
@@ -35,0 +35,0 @@ "ts-jest": "^22.4.6", |
154132