@reef-chain/react-lib 2.6.0 → 2.6.2

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.
@@ -18,7 +18,7 @@ export declare const toReefBalanceDisplay: (value?: BigNumber) => string;
18
18
  export declare const uniqueCombinations: <T>(array: T[]) => [T, T][];
19
19
  export declare const errorStatus: (text: string) => ButtonStatus;
20
20
  export declare const ensureVoidRun: (canRun: boolean) => <I>(fun: (obj: I) => void, obj: I) => void;
21
- export declare const removeUndefinedItem: <Type>(item: Type | undefined) => item is Type;
21
+ export declare const removeUndefinedItem: <Type>(item: (Type | undefined)) => item is Type;
22
22
  export declare const formatAgoDate: (timestamp: number | string) => string;
23
23
  export declare const dropDuplicatesMultiKey: <Obj, Key extends keyof Obj>(objects: Obj[], keys: Key[]) => Obj[];
24
24
  export declare const fromReefEVMAddressWithNotification: (address: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reef-chain/react-lib",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "Reef React Library",
5
5
  "author": "Reef chain",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "@polkadot/react-identicon": "^0.86.4",
34
34
  "@reef-chain/evm-provider": "^2.0.3",
35
35
  "@reef-chain/ui-kit": "^2.0.4",
36
- "@reef-chain/util-lib": "^2.4.7",
36
+ "@reef-chain/util-lib": "^2.4.14",
37
37
  "@types/react-router-dom": "^5.3.0",
38
38
  "axios": "^1.6.5",
39
39
  "bignumber.js": "^9.0.2",