react-native-onyx 2.0.59 → 2.0.61

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
@@ -280,6 +280,7 @@ function deleteKeyByConnections(connectionID) {
280
280
  const updatedConnectionIDs = onyxKeyToConnectionIDs.get(subscriber.key).filter((id) => id !== connectionID);
281
281
  onyxKeyToConnectionIDs.set(subscriber.key, updatedConnectionIDs);
282
282
  }
283
+ lastConnectionCallbackData.delete(connectionID);
283
284
  }
284
285
  /** Returns current key names stored in persisted storage */
285
286
  function getAllKeys() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "2.0.59",
3
+ "version": "2.0.61",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",
@@ -111,7 +111,7 @@
111
111
  }
112
112
  },
113
113
  "engines": {
114
- "node": ">=20.14.0",
114
+ "node": ">=20.15.1",
115
115
  "npm": ">=10.7.0"
116
116
  },
117
117
  "sideEffects": false