graphql-function-transformer
Advanced tools
Comparing version 1.5.1-ddb-local-install-script.0 to 1.5.1-plugin.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.5.1-ddb-local-install-script.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-ddb-local-install-script.0) (2019-08-15) | ||
## [1.5.1-plugin.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-plugin.0) (2019-08-23) | ||
@@ -9,0 +9,0 @@ |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -7,0 +10,0 @@ extendStatics(d, b); |
{ | ||
"name": "graphql-function-transformer", | ||
"version": "1.5.1-ddb-local-install-script.0", | ||
"version": "1.5.1-plugin.0", | ||
"description": "Implements the @function directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.5.1-ddb-local-install-script.0", | ||
"graphql-transformer-common": "3.12.1-ddb-local-install-script.0", | ||
"graphql-transformer-core": "3.11.1-ddb-local-install-script.0" | ||
"graphql-mapping-template": "3.5.1-plugin.0", | ||
"graphql-transformer-common": "3.12.1-plugin.0", | ||
"graphql-transformer-core": "3.11.1-plugin.0" | ||
}, | ||
@@ -26,3 +26,5 @@ "devDependencies": { | ||
"ts-jest": "^22.4.6", | ||
"tslint-config-airbnb": "^5.11.1" | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -44,3 +46,3 @@ "jest": { | ||
}, | ||
"gitHead": "f8e29d6a26cf08d6f51f3d4352894a9f9a47508b" | ||
"gitHead": "0ce2e5eb87a88bbfb5127b1f75c168bb33713915" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62485
631
6
+ Addedgraphql-mapping-template@3.5.1-plugin.0(transitive)
+ Addedgraphql-transformer-common@3.12.1-plugin.0(transitive)
+ Addedgraphql-transformer-core@3.11.1-plugin.0(transitive)
- Removedcloudform@2.3.0(transitive)
- Removedgraphql-mapping-template@3.5.1-ddb-local-install-script.0(transitive)
- Removedgraphql-transformer-common@3.12.1-ddb-local-install-script.0(transitive)
- Removedgraphql-transformer-core@3.11.1-ddb-local-install-script.0(transitive)