apollo-cache
Advanced tools
Comparing version 1.1.13-alpha.12 to 1.1.13-alpha.13
# CHANGELOG | ||
---- | ||
**NOTE:** This changelog is no longer maintained. Changes are now tracked in | ||
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md). | ||
---- | ||
### 1.1.12 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "apollo-cache", | ||
"version": "1.1.13-alpha.12", | ||
"version": "1.1.13-alpha.13", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -42,3 +42,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "1.0.17-alpha.12" | ||
"apollo-utilities": "1.0.17-alpha.13" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
"rimraf": "2.6.2", | ||
"rollup": "0.62.0", | ||
"rollup": "0.63.4", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
@@ -56,0 +56,0 @@ "ts-jest": "20.0.14", |
62198
+ Addedapollo-utilities@1.0.17-alpha.13(transitive)
- Removedapollo-utilities@1.0.17-alpha.12(transitive)