apollo-cache-persist
Advanced tools
Comparing version 0.0.2-beta.2 to 0.0.2-beta.3
{ | ||
"name": "apollo-cache-persist", | ||
"version": "0.0.2-beta.2", | ||
"version": "0.0.2-beta.3", | ||
"description": "Simple persistence for all Apollo cache implementations", | ||
@@ -11,3 +11,3 @@ "author": "James Reggio <james.reggio@gmail.com>", | ||
"license": "MIT", | ||
"main": "bundle.umd.js", | ||
"main": "index.js", | ||
"module": "index.js", | ||
@@ -46,3 +46,4 @@ "jsnext:main": "index.js", | ||
"uglify-js": "^3.2.2" | ||
} | ||
}, | ||
"browser": "bundle.umd.js" | ||
} |
@@ -1,2 +0,2 @@ | ||
# apollo-cache-persist | ||
# apollo-cache-persist [![npm version](https://badge.fury.io/js/apollo-cache-persist.svg)](https://badge.fury.io/js/apollo-cache-persist) [![build status](https://travis-ci.org/apollographql/apollo-cache-persist.svg?branch=master)](https://travis-ci.org/apollographql/apollo-cache-persist) | ||
@@ -199,3 +199,3 @@ **NOTE: This repo is in 'pre-release' and not quite ready to production use | ||
[does not support](https://github.com/facebook/react-native/issues/12529#issuecomment-345326643) | ||
individual values in exceed of 2 MB on Android. | ||
individual values in excess of 2 MB on Android. | ||
@@ -303,4 +303,4 @@ ## Common Questions | ||
This is the result of a 2 MB limitation of `AsyncStorage` on Android. Set a | ||
smaller `maxSize` or switch to a filesystem-based storage provider, such as | ||
This is the result of a 2 MB per key limitation of `AsyncStorage` on Android. Set | ||
a smaller `maxSize` or switch to a filesystem-based storage provider, such as | ||
[`redux-persist-fs-storage`](https://github.com/leethree/redux-persist-fs-storage). |
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
105681