merge-graphql-schemas
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -9,2 +9,13 @@ # Change Log | ||
## [1.5.4] | ||
### Fixed | ||
- added fix for merging interface and scalar [PR #157](https://github.com/okgrow/merge-graphql-schemas/pull/157) by [@iamrommel](https://github.com/iamrommel) | ||
### Changed | ||
- Package updates [PR #162](https://github.com/okgrow/merge-graphql-schemas/pull/162) by [@cfnelson](https://github.com/cfnelson) | ||
- Upgraded dependencies to: | ||
- "deepmerge": "^2.1.1", | ||
- "glob": "^7.1.3", | ||
- Upgraded devDependencies - Refer to PR | ||
## [1.5.3] | ||
@@ -11,0 +22,0 @@ ### Fixed |
{ | ||
"name": "merge-graphql-schemas", | ||
"author": "OK GROW!", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.", | ||
@@ -14,4 +14,4 @@ "repository": { | ||
"scripts": { | ||
"rollup:build": "BABEL_ENV=build rollup -c", | ||
"rollup:watch": "BABEL_ENV=build rollup -c -w", | ||
"rollup:build": "cross-env BABEL_ENV=build rollup -c", | ||
"rollup:watch": "cross-env BABEL_ENV=build rollup -c -w", | ||
"prepare": "npm run rollup:build", | ||
@@ -35,4 +35,4 @@ "lint": "eslint ./src", | ||
"dependencies": { | ||
"deepmerge": "^2.1.0", | ||
"glob": "^7.1.2", | ||
"deepmerge": "^2.1.1", | ||
"glob": "^7.1.3", | ||
"is-glob": "^4.0.0" | ||
@@ -47,4 +47,5 @@ }, | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"core-js": "^2.5.3", | ||
"babel-preset-env": "^1.7.0", | ||
"core-js": "^2.5.7", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^3.15.0", | ||
@@ -54,14 +55,14 @@ "eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-babel": "2.x.x", | ||
"eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.9.0", | ||
"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.2.0", | ||
"jest": "^23.6.0", | ||
"rollup": "^0.65.2", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.6", | ||
"rollup-plugin-filesize": "^4.0.1", | ||
"rollup-plugin-node-resolve": "^3.4.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
265860
7473
21
Updateddeepmerge@^2.1.1
Updatedglob@^7.1.3