react-native-onyx 1.0.44 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -222,7 +222,7 @@ function signOut() {
222
222
  ```
223
223
 
224
224
  ## Storage Providers
225
- Onyx.get/set and the rest of the API accesses the underlying storage
225
+ `Onyx.get`, `Onyx.set`, and the rest of the API accesses the underlying storage
226
226
  differently depending on the platform
227
227
 
228
228
  Under the hood storage access calls are delegated to a [`StorageProvider`](lib/storage/index.web.js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",