react-native-onyx 2.0.125 → 2.0.126

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/dist/OnyxUtils.js CHANGED
@@ -562,6 +562,7 @@ function keysChanged(collectionKey, partialCollection, partialPreviousCollection
562
562
  }
563
563
  const subscriberCallback = subscriber.callback;
564
564
  subscriberCallback(cachedCollection[subscriber.key], subscriber.key);
565
+ lastConnectionCallbackData.set(subscriber.subscriptionID, cachedCollection[subscriber.key]);
565
566
  continue;
566
567
  }
567
568
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "2.0.125",
3
+ "version": "2.0.126",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",