graphql-mapping-template
Advanced tools
Comparing version 3.5.1-authSubRelease.0 to 3.5.1-authSubRelease.2
@@ -6,2 +6,34 @@ # Change Log | ||
## [3.5.1-authSubRelease.2](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@3.1.1...graphql-mapping-template@3.5.1-authSubRelease.2) (2019-08-24) | ||
### Bug Fixes | ||
* **graphql-elasticsearch-transformer:** fixed es req template ([311f57d](https://github.com/aws-amplify/amplify-cli/commit/311f57d)) | ||
### 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)) | ||
## [3.5.1-authSubRelease.1](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@3.1.1...graphql-mapping-template@3.5.1-authSubRelease.1) (2019-08-24) | ||
### Bug Fixes | ||
* **graphql-elasticsearch-transformer:** fixed es req template ([311f57d](https://github.com/aws-amplify/amplify-cli/commit/311f57d)) | ||
### 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)) | ||
## [3.5.1-authSubRelease.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@3.1.1...graphql-mapping-template@3.5.1-authSubRelease.0) (2019-08-16) | ||
@@ -8,0 +40,0 @@ |
{ | ||
"name": "graphql-mapping-template", | ||
"version": "3.5.1-authSubRelease.0", | ||
"version": "3.5.1-authSubRelease.2", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"cloudform": "^2.2.1" | ||
"cloudform": "^3.5.0" | ||
}, | ||
@@ -26,4 +26,4 @@ "devDependencies": { | ||
"ts-jest": "^22.4.6", | ||
"tslint": "^5.10.0", | ||
"typescript": "^3.5.1" | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -47,3 +47,3 @@ "author": "Amazon Web Services", | ||
}, | ||
"gitHead": "9499db0d398ea20acdace5f6f1fc3a03660f1548" | ||
"gitHead": "ba9e69ea8f0a54c6e97662280cb013e5946c8c4f" | ||
} |
109293
+ Addedcloudform@3.8.0(transitive)
+ Addedcloudform-types@3.8.0(transitive)
- Removedcloudform@2.3.0(transitive)
Updatedcloudform@^3.5.0