apollo-cache
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "apollo-cache", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -33,3 +33,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"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\"", | ||
@@ -40,9 +40,9 @@ "clean": "rm -rf coverage/* lib/*", | ||
"dependencies": { | ||
"apollo-utilities": "^1.3.3", | ||
"apollo-utilities": "^1.3.4", | ||
"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
96993
+ Addedgraphql@15.9.0(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updatedapollo-utilities@^1.3.4