graphql-mapping-template
Advanced tools
Comparing version 1.1.0-alpha.0a106b94 to 1.1.0-alpha.0fe7fa01
@@ -6,2 +6,18 @@ # Change Log | ||
<a name="1.0.28"></a> | ||
## [1.0.28](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@1.0.28-beta.0...graphql-mapping-template@1.0.28) (2018-10-18) | ||
**Note:** Version bump only for package graphql-mapping-template | ||
<a name="1.0.28-beta.0"></a> | ||
## [1.0.28-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@1.0.12...graphql-mapping-template@1.0.28-beta.0) (2018-10-12) | ||
**Note:** Version bump only for package graphql-mapping-template | ||
<a name="1.0.12"></a> | ||
@@ -8,0 +24,0 @@ ## [1.0.12](https://github.com/aws-amplify/amplify-cli/compare/graphql-mapping-template@1.0.11...graphql-mapping-template@1.0.12) (2018-08-23) |
@@ -5,1 +5,2 @@ export * from './ast'; | ||
export * from './print'; | ||
export * from './http'; |
@@ -10,2 +10,3 @@ "use strict"; | ||
__export(require("./print")); | ||
__export(require("./http")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "graphql-mapping-template", | ||
"version": "1.1.0-alpha.0a106b94", | ||
"version": "1.1.0-alpha.0fe7fa01", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,2 +5,2 @@ export * from './ast'; | ||
export * from './print'; | ||
export * from './http'; |
Sorry, the diff of this file is not supported yet
83300
33
1983