graphql-connection-transformer
Advanced tools
Comparing version 1.1.0-alpha.694cc790 to 1.1.0-alpha.96fcde66
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="1.0.28"></a> | ||
## [1.0.28](https://github.com/aws-amplify/amplify-cli/compare/graphql-connection-transformer@1.0.28-beta.0...graphql-connection-transformer@1.0.28) (2018-10-18) | ||
**Note:** Version bump only for package graphql-connection-transformer | ||
<a name="1.0.28-beta.0"></a> | ||
## [1.0.28-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-connection-transformer@1.0.12...graphql-connection-transformer@1.0.28-beta.0) (2018-10-12) | ||
### Bug Fixes | ||
* **graphql-connection-transformer:** Remove unused types ([87c3e0a](https://github.com/aws-amplify/amplify-cli/commit/87c3e0a)) | ||
<a name="1.0.12"></a> | ||
@@ -8,0 +27,0 @@ ## [1.0.12](https://github.com/aws-amplify/amplify-cli/compare/graphql-connection-transformer@1.0.11...graphql-connection-transformer@1.0.12) (2018-08-23) |
{ | ||
"name": "graphql-connection-transformer", | ||
"version": "1.1.0-alpha.694cc790", | ||
"version": "1.1.0-alpha.96fcde66", | ||
"description": "An AppSync model transform for connecting objects.", | ||
@@ -21,6 +21,6 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-dynamodb-transformer": "^1.1.0-alpha.694cc790", | ||
"graphql-mapping-template": "^1.1.0-alpha.694cc790", | ||
"graphql-transformer-common": "^1.1.0-alpha.694cc790", | ||
"graphql-transformer-core": "^1.1.0-alpha.694cc790" | ||
"graphql-dynamodb-transformer": "^1.1.0-alpha.96fcde66", | ||
"graphql-mapping-template": "^1.1.0-alpha.96fcde66", | ||
"graphql-transformer-common": "^1.1.0-alpha.96fcde66", | ||
"graphql-transformer-core": "^1.1.0-alpha.96fcde66" | ||
}, | ||
@@ -32,3 +32,3 @@ "devDependencies": { | ||
"aws-sdk": "^2.259.1", | ||
"graphql-appsync-transformer": "^1.1.0-alpha.694cc790", | ||
"graphql-appsync-transformer": "^1.1.0-alpha.96fcde66", | ||
"jest": "^23.1.0", | ||
@@ -35,0 +35,0 @@ "ts-jest": "^22.4.6", |
118970