react-native-onyx 1.0.99 → 1.0.100

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.
@@ -56,7 +56,7 @@ const provider = {
56
56
  return getValues.then((values) => {
57
57
  const upsertMany = _.map(pairs, ([key, value], index) => {
58
58
  const prev = values[index];
59
- const newValue = utils.fastMarge(prev, value);
59
+ const newValue = utils.fastMerge(prev, value);
60
60
  return promisifyRequest(store.put(newValue, key));
61
61
  });
62
62
  return Promise.all(upsertMany);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",