react-native-onyx 1.0.71 → 1.0.72

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/Onyx.d.ts CHANGED
@@ -323,4 +323,4 @@ declare const Onyx: {
323
323
  };
324
324
 
325
325
  export default Onyx;
326
- export {OnyxUpdate};
326
+ export {OnyxUpdate, ConnectOptions};
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import Onyx, {OnyxUpdate} from './Onyx';
1
+ import Onyx, {OnyxUpdate, ConnectOptions} from './Onyx';
2
2
  import {CustomTypeOptions, OnyxCollection, OnyxEntry} from './types';
3
3
  import withOnyx from './withOnyx';
4
4
 
5
5
  export default Onyx;
6
- export {CustomTypeOptions, OnyxCollection, OnyxEntry, OnyxUpdate, withOnyx};
6
+ export {CustomTypeOptions, OnyxCollection, OnyxEntry, OnyxUpdate, withOnyx, ConnectOptions};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",