@initia/interwovenkit-react 2.0.5 → 2.1.0
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/index.cjs +2 -2
- package/dist/index.d.ts +23 -1
- package/dist/index.js +5600 -4785
- package/dist/styles.css +1 -1
- package/dist/styles.js +1 -1
- package/package.json +52 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@initia/interwovenkit-react",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Connect dApps to Initia and Interwoven Rollups",
|
|
5
5
|
"author": "Initia (https://initia.xyz)",
|
|
6
6
|
"repository": "github:initia-labs/interwovenkit",
|
|
@@ -21,82 +21,84 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@amplitude/analytics-browser": "^2.
|
|
25
|
-
"@base-ui-components/react": "1.0.0-beta.
|
|
26
|
-
"@cosmjs/amino": "^0.36.
|
|
27
|
-
"@cosmjs/crypto": "^0.36.
|
|
28
|
-
"@cosmjs/encoding": "^0.36.
|
|
29
|
-
"@cosmjs/math": "^0.36.
|
|
30
|
-
"@cosmjs/proto-signing": "^0.36.
|
|
31
|
-
"@cosmjs/stargate": "^0.36.
|
|
32
|
-
"@cosmjs/tendermint-rpc": "^0.36.
|
|
33
|
-
"@initia/amino-converter": "^1.0.
|
|
24
|
+
"@amplitude/analytics-browser": "^2.30.1",
|
|
25
|
+
"@base-ui-components/react": "1.0.0-beta.3",
|
|
26
|
+
"@cosmjs/amino": "^0.36.2",
|
|
27
|
+
"@cosmjs/crypto": "^0.36.2",
|
|
28
|
+
"@cosmjs/encoding": "^0.36.2",
|
|
29
|
+
"@cosmjs/math": "^0.36.2",
|
|
30
|
+
"@cosmjs/proto-signing": "^0.36.2",
|
|
31
|
+
"@cosmjs/stargate": "^0.36.2",
|
|
32
|
+
"@cosmjs/tendermint-rpc": "^0.36.2",
|
|
33
|
+
"@initia/amino-converter": "^1.0.13",
|
|
34
34
|
"@initia/icons-react": "^1.0.0",
|
|
35
|
+
"@initia/initia.proto": "^1.0.3",
|
|
35
36
|
"@initia/utils": "2.0.0",
|
|
36
37
|
"@lukemorales/query-key-factory": "^1.3.4",
|
|
37
|
-
"@mysten/bcs": "^1.
|
|
38
|
+
"@mysten/bcs": "^1.8.0",
|
|
38
39
|
"@noble/hashes": "^1.8.0",
|
|
39
|
-
"@privy-io/cross-app-connect": "
|
|
40
|
-
"@rainbow-me/rainbowkit": "^2.2.
|
|
41
|
-
"@react-spring/web": "^10.0.
|
|
40
|
+
"@privy-io/cross-app-connect": "0.2.3",
|
|
41
|
+
"@rainbow-me/rainbowkit": "^2.2.9",
|
|
42
|
+
"@react-spring/web": "^10.0.3",
|
|
42
43
|
"bignumber.js": "^9.3.1",
|
|
43
44
|
"change-case": "^5.4.4",
|
|
44
45
|
"clsx": "^2.1.1",
|
|
45
46
|
"cosmjs-types": "^0.10.1",
|
|
46
47
|
"date-fns": "^4.1.0",
|
|
47
48
|
"ethers": "^6.15.0",
|
|
48
|
-
"jotai": "^2.
|
|
49
|
-
"ky": "^1.
|
|
50
|
-
"nanoid": "^5.1.
|
|
49
|
+
"jotai": "^2.15.1",
|
|
50
|
+
"ky": "^1.14.0",
|
|
51
|
+
"nanoid": "^5.1.6",
|
|
51
52
|
"qr-code-styling": "^1.9.2",
|
|
52
53
|
"radix-ui": "^1.4.3",
|
|
53
|
-
"ramda": "^0.
|
|
54
|
+
"ramda": "^0.32.0",
|
|
54
55
|
"react-error-boundary": "^6.0.0",
|
|
55
|
-
"react-hook-form": "^7.
|
|
56
|
-
"react-intersection-observer": "^
|
|
56
|
+
"react-hook-form": "^7.66.0",
|
|
57
|
+
"react-intersection-observer": "^10.0.0",
|
|
57
58
|
"react-merge-refs": "^3.0.2",
|
|
58
59
|
"usehooks-ts": "^3.1.1",
|
|
59
60
|
"xss": "^1.0.15"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@initia/initia-registry-types": "^1.0.
|
|
63
|
-
"@keplr-wallet/types": "^0.12.
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@types/
|
|
69
|
-
"@types/react
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
63
|
+
"@initia/initia-registry-types": "^1.0.11",
|
|
64
|
+
"@keplr-wallet/types": "^0.12.285",
|
|
65
|
+
"@privy-io/react-auth": "^3.6.1",
|
|
66
|
+
"@skip-go/client": "^1.5.9",
|
|
67
|
+
"@tanstack/react-query": "^5.90.7",
|
|
68
|
+
"@tsconfig/vite-react": "^7.0.1",
|
|
69
|
+
"@types/ramda": "^0.31.1",
|
|
70
|
+
"@types/react": "^19.2.2",
|
|
71
|
+
"@types/react-dom": "^19.2.2",
|
|
72
|
+
"@vitejs/plugin-react-swc": "^4.2.1",
|
|
73
|
+
"eslint": "^9.39.1",
|
|
72
74
|
"postcss": "^8.5.6",
|
|
73
|
-
"react": "^19.
|
|
74
|
-
"react-dom": "^19.
|
|
75
|
+
"react": "^19.2.0",
|
|
76
|
+
"react-dom": "^19.2.0",
|
|
75
77
|
"standard-version": "^9.5.0",
|
|
76
|
-
"typescript": "^5.9.
|
|
77
|
-
"viem": "^2.
|
|
78
|
-
"vite": "^7.
|
|
78
|
+
"typescript": "^5.9.3",
|
|
79
|
+
"viem": "^2.38.6",
|
|
80
|
+
"vite": "^7.2.2",
|
|
79
81
|
"vite-plugin-dts": "^4.5.4",
|
|
80
|
-
"vitest": "^
|
|
81
|
-
"wagmi": "
|
|
82
|
+
"vitest": "^4.0.8",
|
|
83
|
+
"wagmi": "2.17.2"
|
|
82
84
|
},
|
|
83
85
|
"peerDependencies": {
|
|
84
86
|
"@amplitude/analytics-browser": ">=2.0.0",
|
|
85
|
-
"@base-ui-components/react": "1.0.0-beta.
|
|
86
|
-
"@cosmjs/amino": "
|
|
87
|
-
"@cosmjs/crypto": "
|
|
88
|
-
"@cosmjs/encoding": "
|
|
89
|
-
"@cosmjs/math": "
|
|
90
|
-
"@cosmjs/proto-signing": "
|
|
91
|
-
"@cosmjs/stargate": "
|
|
92
|
-
"@cosmjs/tendermint-rpc": "
|
|
87
|
+
"@base-ui-components/react": "1.0.0-beta.3",
|
|
88
|
+
"@cosmjs/amino": "0.36.x",
|
|
89
|
+
"@cosmjs/crypto": "0.36.x",
|
|
90
|
+
"@cosmjs/encoding": "0.36.x",
|
|
91
|
+
"@cosmjs/math": "0.36.x",
|
|
92
|
+
"@cosmjs/proto-signing": "0.36.x",
|
|
93
|
+
"@cosmjs/stargate": "0.36.x",
|
|
94
|
+
"@cosmjs/tendermint-rpc": "0.36.x",
|
|
93
95
|
"@initia/amino-converter": ">=1.0.0",
|
|
94
96
|
"@initia/icons-react": ">=1.0.0",
|
|
95
97
|
"@initia/utils": "2.0.0",
|
|
96
98
|
"@lukemorales/query-key-factory": ">=1.0.0",
|
|
97
|
-
"@mysten/bcs": "
|
|
98
|
-
"@noble/hashes": "
|
|
99
|
-
"@privy-io/cross-app-connect": "
|
|
99
|
+
"@mysten/bcs": "1.8.0",
|
|
100
|
+
"@noble/hashes": "1.x",
|
|
101
|
+
"@privy-io/cross-app-connect": "0.2.3",
|
|
100
102
|
"@rainbow-me/rainbowkit": ">=2.0.0",
|
|
101
103
|
"@react-spring/web": ">=10.0.0",
|
|
102
104
|
"@tanstack/react-query": ">=5.0.0",
|
|
@@ -120,7 +122,7 @@
|
|
|
120
122
|
"react-merge-refs": ">=3.0.0",
|
|
121
123
|
"usehooks-ts": ">=3.0.0",
|
|
122
124
|
"viem": ">=2.0.0",
|
|
123
|
-
"wagmi": "
|
|
125
|
+
"wagmi": "2.17.2",
|
|
124
126
|
"xss": ">=1.0.0"
|
|
125
127
|
},
|
|
126
128
|
"scripts": {
|