@tuwaio/nova-connect 1.0.0-fix-packages-alpha.12.e9e925c → 1.0.0-fix-indep-alpha.1.a295e4d
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/{chunk-P5ZBSLGK.js → chunk-2T6SPFUT.js} +2 -2
- package/dist/{chunk-P5ZBSLGK.js.map → chunk-2T6SPFUT.js.map} +1 -1
- package/dist/{chunk-FK4AEST5.cjs → chunk-43RGAIHU.cjs} +2 -2
- package/dist/{chunk-FK4AEST5.cjs.map → chunk-43RGAIHU.cjs.map} +1 -1
- package/dist/{chunk-4FB4UCVM.js → chunk-5MQWJQI6.js} +4 -4
- package/dist/chunk-5MQWJQI6.js.map +1 -0
- package/dist/{chunk-UDTWMOQ2.cjs → chunk-6RD6S5PU.cjs} +4 -4
- package/dist/chunk-6RD6S5PU.cjs.map +1 -0
- package/dist/chunk-K3D72CBB.js +3 -0
- package/dist/chunk-K3D72CBB.js.map +1 -0
- package/dist/chunk-WPVFEWS5.cjs +3 -0
- package/dist/chunk-WPVFEWS5.cjs.map +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/satellite/index.cjs +1 -1
- package/dist/satellite/index.js +1 -1
- package/package.json +22 -20
- package/dist/chunk-4FB4UCVM.js.map +0 -1
- package/dist/chunk-IMKRWFCZ.cjs +0 -3
- package/dist/chunk-IMKRWFCZ.cjs.map +0 -1
- package/dist/chunk-S6WXKVYP.js +0 -3
- package/dist/chunk-S6WXKVYP.js.map +0 -1
- package/dist/chunk-UDTWMOQ2.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "1.0.0-fix-
|
|
3
|
+
"version": "1.0.0-fix-indep-alpha.1.a295e4d",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -84,9 +84,6 @@
|
|
|
84
84
|
"url": "https://github.com/Argeare5"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
|
-
"dependencies": {
|
|
88
|
-
"@tuwaio/satellite-react": "^0.2.0"
|
|
89
|
-
},
|
|
90
87
|
"peerDependencies": {
|
|
91
88
|
"@bgd-labs/react-web3-icons": ">=1.5",
|
|
92
89
|
"@heroicons/react": "2.x.x",
|
|
@@ -98,9 +95,10 @@
|
|
|
98
95
|
"@tuwaio/satellite-core": ">=0.2",
|
|
99
96
|
"@tuwaio/satellite-evm": ">=0.2",
|
|
100
97
|
"@tuwaio/satellite-solana": ">=0.2",
|
|
98
|
+
"@tuwaio/satellite-react": ">=0.2.2",
|
|
101
99
|
"@tuwaio/pulsar-core": ">=0.3",
|
|
102
|
-
"@tuwaio/nova-core": ">=0.
|
|
103
|
-
"@tuwaio/nova-transactions": ">=0.2",
|
|
100
|
+
"@tuwaio/nova-core": ">=0.2.2",
|
|
101
|
+
"@tuwaio/nova-transactions": ">=0.2.2",
|
|
104
102
|
"@wallet-standard/react": "1.x.x",
|
|
105
103
|
"@wagmi/core": "3.x.x",
|
|
106
104
|
"gill": ">=0.14",
|
|
@@ -109,7 +107,7 @@
|
|
|
109
107
|
"ethereum-blockies-base64": "1.x.x",
|
|
110
108
|
"framer-motion": "12.x.x",
|
|
111
109
|
"@emotion/is-prop-valid": "1.x.x",
|
|
112
|
-
"react": "19.
|
|
110
|
+
"react": ">=19.2.3",
|
|
113
111
|
"react-toastify": "11.x.x",
|
|
114
112
|
"viem": "2.x.x",
|
|
115
113
|
"zustand": "5.x.x"
|
|
@@ -160,6 +158,9 @@
|
|
|
160
158
|
"react-toastify": {
|
|
161
159
|
"optional": false
|
|
162
160
|
},
|
|
161
|
+
"@tuwaio/satellite-react": {
|
|
162
|
+
"optional": false
|
|
163
|
+
},
|
|
163
164
|
"dayjs": {
|
|
164
165
|
"optional": true
|
|
165
166
|
},
|
|
@@ -192,16 +193,17 @@
|
|
|
192
193
|
}
|
|
193
194
|
},
|
|
194
195
|
"devDependencies": {
|
|
195
|
-
"@bgd-labs/react-web3-icons": "^1.
|
|
196
|
+
"@bgd-labs/react-web3-icons": "^1.58.0",
|
|
196
197
|
"@heroicons/react": "^2.2.0",
|
|
197
198
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
198
199
|
"@radix-ui/react-select": "^2.2.6",
|
|
199
200
|
"@tuwaio/orbit-core": "^0.2.0",
|
|
200
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
201
|
+
"@tuwaio/orbit-evm": "^0.2.2",
|
|
202
|
+
"@tuwaio/satellite-react": "^0.2.2",
|
|
201
203
|
"@tuwaio/orbit-solana": "^0.2.0",
|
|
202
204
|
"@tuwaio/satellite-core": "^0.2.0",
|
|
203
|
-
"@tuwaio/satellite-evm": "^0.2.
|
|
204
|
-
"@tuwaio/satellite-solana": "^0.2.
|
|
205
|
+
"@tuwaio/satellite-evm": "^0.2.2",
|
|
206
|
+
"@tuwaio/satellite-solana": "^0.2.2",
|
|
205
207
|
"@tuwaio/pulsar-core": "^0.3.0",
|
|
206
208
|
"@wallet-standard/react": "^1.0.1",
|
|
207
209
|
"@wagmi/core": "^3.0.0",
|
|
@@ -210,25 +212,25 @@
|
|
|
210
212
|
"dayjs": "^1.11.19",
|
|
211
213
|
"immer": "^11.0.1",
|
|
212
214
|
"ethereum-blockies-base64": "^1.0.2",
|
|
213
|
-
"framer-motion": "^12.23.
|
|
214
|
-
"react": "^19.2.
|
|
215
|
+
"framer-motion": "^12.23.26",
|
|
216
|
+
"react": "^19.2.3",
|
|
215
217
|
"react-toastify": "^11.0.5",
|
|
216
218
|
"tailwind-merge": "^3.4.0",
|
|
217
|
-
"viem": "^2.
|
|
219
|
+
"viem": "^2.42.1",
|
|
218
220
|
"zustand": "^5.0.9",
|
|
219
|
-
"@tailwindcss/postcss": "^4.1.
|
|
220
|
-
"@tailwindcss/vite": "^4.1.
|
|
221
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
222
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
221
223
|
"@types/react": "^19.2.7",
|
|
222
|
-
"autoprefixer": "^10.4.
|
|
224
|
+
"autoprefixer": "^10.4.23",
|
|
223
225
|
"postcss": "^8.5.6",
|
|
224
226
|
"postcss-cli": "^11.0.1",
|
|
225
|
-
"tailwindcss": "^4.1.
|
|
227
|
+
"tailwindcss": "^4.1.18",
|
|
226
228
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
227
229
|
"tw-animate-css": "^1.4.0",
|
|
228
230
|
"typescript": "^5.9.3",
|
|
229
231
|
"tsup": "^8.5.1",
|
|
230
|
-
"@tuwaio/nova-
|
|
231
|
-
"@tuwaio/nova-
|
|
232
|
+
"@tuwaio/nova-transactions": "^1.0.0-fix-indep-alpha.1.a295e4d",
|
|
233
|
+
"@tuwaio/nova-core": "^1.0.0-fix-indep-alpha.1.a295e4d"
|
|
232
234
|
},
|
|
233
235
|
"scripts": {
|
|
234
236
|
"start": "tsup src/index.ts --watch",
|