merge-graphql-schemas
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -9,2 +9,12 @@ # Change Log | ||
## [1.5.5] | ||
### Added | ||
- Typescript typings [PR #167](https://github.com/okgrow/merge-graphql-schemas/pull/167) by [@onehorsetown](https://github.com/onehorsetown) | ||
### Changed | ||
- Updated to graphql@14.0.2 and added it to the peer dependencies [PR #166](https://github.com/okgrow/merge-graphql-schemas/pull/166) by [@polco](https://github.com/polco) | ||
### Fixed | ||
- Query merge issue when combining NonNull & ListType modifiers [PR #161](https://github.com/okgrow/merge-graphql-schemas/pull/161) by [@tdharris](https://github.com/tdharris) | ||
## [1.5.4] | ||
@@ -11,0 +21,0 @@ ### Fixed |
{ | ||
"name": "merge-graphql-schemas", | ||
"author": "OK GROW!", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.", | ||
@@ -13,2 +13,3 @@ "repository": { | ||
"module": "dist/index.esm.js", | ||
"typings": "typings/index.d.ts", | ||
"scripts": { | ||
@@ -32,3 +33,4 @@ "rollup:build": "cross-env BABEL_ENV=build rollup -c", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"typings" | ||
], | ||
@@ -41,3 +43,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"graphql": "^0.11.7 || ^0.13.0" | ||
"graphql": "^0.11.7 || ^0.13.0 || ^14.0.2" | ||
}, | ||
@@ -58,3 +60,3 @@ "devDependencies": { | ||
"eslint-plugin-react": "^6.9.0", | ||
"graphql": "^0.13.2", | ||
"graphql": "^14.0.2", | ||
"jest": "^23.6.0", | ||
@@ -61,0 +63,0 @@ "rollup": "^0.65.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
268505
7
7524