react-native-onyx 3.0.35 → 3.0.37

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -274,7 +274,7 @@ type ExpandOnyxKeys<TKey extends OnyxKey> = TKey extends CollectionKeyBase ? NoI
274
274
  * If a new method is added to OnyxUtils.METHOD constant, it must be added to OnyxMethodValueMap type.
275
275
  * Otherwise it will show static type errors.
276
276
  */
277
- type OnyxUpdate<TKey extends OnyxKey = OnyxKey> = {
277
+ type OnyxUpdate<TKey extends OnyxKey> = {
278
278
  [K in TKey]: {
279
279
  onyxMethod: typeof OnyxUtils.METHOD.SET;
280
280
  key: ExpandOnyxKeys<K>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "3.0.35",
3
+ "version": "3.0.37",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",