graphql-function-transformer
Advanced tools
Comparing version 1.3.0 to 1.3.1-beta.0
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.3.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.3.1-beta.0) (2019-08-07) | ||
### 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.3.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.3.0) (2019-08-02) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "graphql-function-transformer", | ||
"version": "1.3.0", | ||
"version": "1.3.1-beta.0", | ||
"description": "Implements the @function directive.", | ||
@@ -17,5 +17,5 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "3.3.0", | ||
"graphql-transformer-common": "3.10.0", | ||
"graphql-transformer-core": "3.9.0" | ||
"graphql-mapping-template": "3.3.1-beta.0", | ||
"graphql-transformer-common": "3.10.1-beta.0", | ||
"graphql-transformer-core": "3.9.1-beta.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8c4d22742c694510830ddc64dc54f46d789d57d8" | ||
"gitHead": "9ab20d34712741eec59f1cac43cbc4e96b871400" | ||
} |
@@ -12,3 +12,4 @@ { | ||
"dom" | ||
] | ||
], | ||
"skipLibCheck": true | ||
}, | ||
@@ -15,0 +16,0 @@ "exclude": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
61227
628
2
+ Addedgraphql-mapping-template@3.3.1-beta.0(transitive)
+ Addedgraphql-transformer-common@3.10.1-beta.0(transitive)
+ Addedgraphql-transformer-core@3.9.1-beta.0(transitive)
- Removedgraphql-mapping-template@3.3.0(transitive)
- Removedgraphql-transformer-common@3.10.0(transitive)
- Removedgraphql-transformer-core@3.9.0(transitive)