react-native-onyx 1.0.111 → 1.0.112

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.
package/lib/OnyxCache.js CHANGED
@@ -121,7 +121,7 @@ class OnyxCache {
121
121
 
122
122
  // lodash adds a small overhead so we don't use it here
123
123
  // eslint-disable-next-line prefer-object-spread, rulesdir/prefer-underscore-method
124
- this.storageMap = Object.assign({}, utils.fastMerge(this.storageMap, data));
124
+ this.storageMap = Object.assign({}, utils.fastMerge(this.storageMap, data, false));
125
125
 
126
126
  const storageKeys = this.getAllKeys();
127
127
  const mergedKeys = _.keys(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",