apollo-cache
Advanced tools
Comparing version 1.2.0-rc.1 to 1.2.0-rc.2
{ | ||
"name": "apollo-cache", | ||
"version": "1.2.0-rc.1", | ||
"version": "1.2.0-rc.2", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -34,3 +34,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"bundle": "../../node_modules/rollup/bin/rollup -c rollup.config.js", | ||
"watch": "tsc -w -p .", | ||
"watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\"", | ||
"clean": "rm -rf coverage/* lib/*", | ||
@@ -40,6 +40,6 @@ "prepublishOnly": "npm run clean && npm run build" | ||
"dependencies": { | ||
"apollo-utilities": "^1.2.0-rc.1", | ||
"apollo-utilities": "^1.2.0-rc.2", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "559a94807cc9a2ae28ecc51ca412857b63f726b6" | ||
"gitHead": "8f13d4ac9c50fa294e807bbd948851292da6a5b8" | ||
} |
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
93184
Updatedapollo-utilities@^1.2.0-rc.2