graphql-function-transformer
Advanced tools
Comparing version 1.5.1-authSubRelease.0 to 1.5.1-authSubRelease.2
@@ -6,2 +6,26 @@ # Change Log | ||
## [1.5.1-authSubRelease.2](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.2) (2019-08-24) | ||
### 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)) | ||
* mock support for API, function and storage ([#1893](https://github.com/aws-amplify/amplify-cli/issues/1893)) ([372e534](https://github.com/aws-amplify/amplify-cli/commit/372e534)) | ||
## [1.5.1-authSubRelease.1](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.1) (2019-08-24) | ||
### 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)) | ||
* mock support for API, function and storage ([#1893](https://github.com/aws-amplify/amplify-cli/issues/1893)) ([372e534](https://github.com/aws-amplify/amplify-cli/commit/372e534)) | ||
## [1.5.1-authSubRelease.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.0) (2019-08-16) | ||
@@ -8,0 +32,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-authSubRelease.0", | ||
"version": "1.5.1-authSubRelease.2", | ||
"description": "Implements the @function directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.5.1-authSubRelease.0", | ||
"graphql-transformer-common": "3.12.1-authSubRelease.0", | ||
"graphql-transformer-core": "3.11.1-authSubRelease.0" | ||
"graphql-mapping-template": "3.5.1-authSubRelease.2", | ||
"graphql-transformer-common": "3.12.1-authSubRelease.2", | ||
"graphql-transformer-core": "3.11.1-authSubRelease.2" | ||
}, | ||
@@ -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": "9499db0d398ea20acdace5f6f1fc3a03660f1548" | ||
"gitHead": "ba9e69ea8f0a54c6e97662280cb013e5946c8c4f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63661
631
6
+ Addedgraphql-mapping-template@3.5.1-authSubRelease.2(transitive)
+ Addedgraphql-transformer-common@3.12.1-authSubRelease.2(transitive)
+ Addedgraphql-transformer-core@3.11.1-authSubRelease.2(transitive)
- Removedcloudform@2.3.0(transitive)
- Removedgraphql-mapping-template@3.5.1-authSubRelease.0(transitive)
- Removedgraphql-transformer-common@3.12.1-authSubRelease.0(transitive)
- Removedgraphql-transformer-core@3.11.1-authSubRelease.0(transitive)