@cfxjs/sirius-next-common 0.1.36 → 0.1.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.
@@ -7,7 +7,7 @@ interface AddressCache {
7
7
  [key: string]: unknown;
8
8
  }
9
9
  declare const ADDRESS_FUNC_CACHE: AddressCache;
10
- declare const convertCheckSum: <T extends LooseAddressType>(address: T) => T | `0x${string}`;
10
+ declare const convertCheckSum: <T extends LooseAddressType>(address: T) => `0x${string}` | T;
11
11
  declare const isCoreMainOrTestAddress: (address: LooseAddressType) => boolean;
12
12
  declare const isCoreMainnetAddress: (address: LooseAddressType) => boolean;
13
13
  declare const isCoreTestnetAddress: (address: LooseAddressType) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-common",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**"
@@ -28,7 +28,7 @@
28
28
  "i18next": "^19.3.4",
29
29
  "i18next-browser-languagedetector": "^7.2.1",
30
30
  "jest-environment-jsdom": "^29.7.0",
31
- "js-conflux-sdk": "2.5.0",
31
+ "js-conflux-sdk": "2.5.1",
32
32
  "lodash": "^4.17.21",
33
33
  "lucide-react": "^0.379.0",
34
34
  "pako": "2.0.2",
@@ -64,9 +64,9 @@
64
64
  "typescript": "^5.4.2",
65
65
  "unocss": "0.58.6",
66
66
  "vitest": "3.2.3",
67
- "@cfxjs/sirius-next-i18n": "0.1.25",
68
- "@cfxjs/sirius-next-typescript-config": "0.0.0",
69
- "@cfxjs/sirius-next-eslint-config": "0.0.0"
67
+ "@cfxjs/sirius-next-i18n": "0.1.30",
68
+ "@cfxjs/sirius-next-eslint-config": "0.0.0",
69
+ "@cfxjs/sirius-next-typescript-config": "0.0.0"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"