merge-graphql-schemas
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -9,2 +9,22 @@ # Change Log | ||
## [1.5.1] - 2018-03-16 | ||
### Changed | ||
- Updated the astPrinter with the latest print.js code from graphql-js. [PR #123](https://github.com/okgrow/merge-graphql-schemas/pull/123) | ||
- Updated the mutation test to include some comments. [PR #123](https://github.com/okgrow/merge-graphql-schemas/pull/123) | ||
- Updated tests to check NonNullTypes merge scenario when using `mergeTypes(types, { all: true})` Thanks to [PR #125](https://github.com/okgrow/merge-graphql-schemas/pull/125) by [@lastmjs](https://github.com/lastmjs) | ||
- Upgraded dependencies to: | ||
- `"deepmerge": "^2.1.0"` | ||
- Upgraded devDependencies to: | ||
- `"jest": "^22.4.2"` | ||
- `"core-js": "^2.5.3"` | ||
- `"rollup": "^0.57.0"` | ||
- `"graphql": "^0.13.2"` | ||
- `"rollup-plugin-babel": "^3.0.3"` | ||
- `"eslint-plugin-import": "^2.9.0"` | ||
- `"rollup-plugin-commonjs": "^8.4.1"` | ||
- `"rollup-plugin-node-resolve": "^3.2.0"` | ||
### Fixed | ||
- Correctly handle NonNullTypes when using `mergeTypes(types, { all: true})` Thanks to [PR #125](https://github.com/okgrow/merge-graphql-schemas/pull/125) by [@lastmjs](https://github.com/lastmjs) | ||
## [1.5.0] - 2018-02-26 | ||
@@ -11,0 +31,0 @@ ### Added |
{ | ||
"name": "merge-graphql-schemas", | ||
"author": "OK GROW!", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"lintfix": "eslint ./src --fix", | ||
"testonly": "jest", | ||
"testonly": "jest --verbose", | ||
"test": "npm run lint && npm run testonly", | ||
@@ -35,3 +35,3 @@ "test-watch": "npm run testonly -- --watch", | ||
"dependencies": { | ||
"deepmerge": "^2.0.1", | ||
"deepmerge": "^2.1.0", | ||
"glob": "^7.1.2", | ||
@@ -48,3 +48,3 @@ "is-glob": "^4.0.0" | ||
"babel-preset-env": "^1.6.1", | ||
"core-js": "^2.5.1", | ||
"core-js": "^2.5.3", | ||
"eslint": "^3.15.0", | ||
@@ -54,14 +54,14 @@ "eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-babel": "2.x.x", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.9.0", | ||
"graphql": "^0.13.1", | ||
"jest": "^20.0.4", | ||
"rollup": "^0.52.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"graphql": "^0.13.2", | ||
"jest": "^22.4.2", | ||
"rollup": "^0.57.0", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-filesize": "^1.5.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-node-resolve": "^3.2.0", | ||
"rollup-watch": "^4.3.1" | ||
} | ||
} |
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
260813
7439
Updateddeepmerge@^2.1.0