graphql-anywhere
Advanced tools
Comparing version 4.2.6 to 4.2.7
{ | ||
"name": "graphql-anywhere", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"description": "Run GraphQL queries with no schema and just one resolver", | ||
@@ -15,3 +15,3 @@ "main": "./lib/bundle.cjs.js", | ||
"postbuild": "npm run bundle", | ||
"bundle": "../../node_modules/rollup/bin/rollup -c rollup.config.js", | ||
"bundle": "npx rollup -c rollup.config.js", | ||
"watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\"", | ||
@@ -45,3 +45,3 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"apollo-utilities": "^1.3.3", | ||
"apollo-utilities": "^1.3.4", | ||
"ts-invariant": "^0.3.2", | ||
@@ -51,5 +51,5 @@ "tslib": "^1.10.0" | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
}, | ||
"gitHead": "68fa57751ce201ba6b72efdbf8fdda1729c991cc" | ||
"gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead" | ||
} |
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
167677
+ Addedgraphql@15.9.0(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updatedapollo-utilities@^1.3.4