merge-graphql-schemas
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -10,2 +10,6 @@ # Change Log | ||
## [1.5.7] | ||
### Fixed | ||
- Typescript issue introduced in previous PR. [PR #168](https://github.com/okgrow/merge-graphql-schemas/pull/172) by [@koenpunt](https://github.com/koenpunt). | ||
## [1.5.6] | ||
@@ -12,0 +16,0 @@ ### Fixed |
{ | ||
"name": "merge-graphql-schemas", | ||
"author": "OK GROW!", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -17,2 +17,2 @@ import { DocumentNode, Source } from 'graphql'; | ||
} | ||
): Array<string | Buffer>; | ||
): Array<string | any>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268961