react-native-onyx 1.0.68 → 1.0.69

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.
@@ -86,6 +86,9 @@ const provider = {
86
86
  */
87
87
  clear: () => clear(getCustomStore()),
88
88
 
89
+ // This is a noop for now in order to keep clients from crashing see https://github.com/Expensify/Expensify/issues/312438
90
+ setMemoryOnlyKeys: () => {},
91
+
89
92
  /**
90
93
  * Returns all keys available in storage
91
94
  * @returns {Promise<String[]>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",