@tuwaio/nova-connect 0.4.6 → 0.4.7
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/package.json +19 -18
- package/socket.json +17 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,7 +51,8 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
|
-
"dist"
|
|
54
|
+
"dist",
|
|
55
|
+
"socket.json"
|
|
55
56
|
],
|
|
56
57
|
"keywords": [
|
|
57
58
|
"web3",
|
|
@@ -198,18 +199,18 @@
|
|
|
198
199
|
},
|
|
199
200
|
"devDependencies": {
|
|
200
201
|
"@heroicons/react": "^2.2.0",
|
|
201
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
202
|
-
"@radix-ui/react-select": "^2.3.
|
|
203
|
-
"@tuwaio/orbit-core": "^0.2.
|
|
204
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
205
|
-
"@tuwaio/orbit-solana": "^0.2.
|
|
206
|
-
"@tuwaio/satellite-react": "^0.3.
|
|
207
|
-
"@tuwaio/satellite-core": "^0.3.
|
|
208
|
-
"@tuwaio/satellite-evm": "^0.3.
|
|
209
|
-
"@tuwaio/satellite-solana": "^0.3.
|
|
210
|
-
"@tuwaio/pulsar-core": "^0.6.
|
|
202
|
+
"@radix-ui/react-dialog": "^1.1.22",
|
|
203
|
+
"@radix-ui/react-select": "^2.3.6",
|
|
204
|
+
"@tuwaio/orbit-core": "^0.2.15",
|
|
205
|
+
"@tuwaio/orbit-evm": "^0.2.20",
|
|
206
|
+
"@tuwaio/orbit-solana": "^0.2.13",
|
|
207
|
+
"@tuwaio/satellite-react": "^0.3.10",
|
|
208
|
+
"@tuwaio/satellite-core": "^0.3.8",
|
|
209
|
+
"@tuwaio/satellite-evm": "^0.3.9",
|
|
210
|
+
"@tuwaio/satellite-solana": "^0.3.11",
|
|
211
|
+
"@tuwaio/pulsar-core": "^0.6.8",
|
|
211
212
|
"@wallet-standard/react": "^1.0.3",
|
|
212
|
-
"@wagmi/core": "^3.6.
|
|
213
|
+
"@wagmi/core": "^3.6.4",
|
|
213
214
|
"@web3icons/react": "^4.1.19",
|
|
214
215
|
"@web3icons/common": "^0.11.48",
|
|
215
216
|
"gill": "^0.14.0",
|
|
@@ -218,24 +219,24 @@
|
|
|
218
219
|
"immer": "^11.1.15",
|
|
219
220
|
"ethereum-blockies-base64": "^1.0.2",
|
|
220
221
|
"framer-motion": "^12.42.2",
|
|
221
|
-
"react": "^19.2.
|
|
222
|
+
"react": "^19.2.8",
|
|
222
223
|
"react-toastify": "^11.1.0",
|
|
223
224
|
"tailwind-merge": "^3.6.0",
|
|
224
|
-
"viem": "^2.55.
|
|
225
|
+
"viem": "^2.55.8",
|
|
225
226
|
"zustand": "^5.0.14",
|
|
226
227
|
"@tailwindcss/postcss": "^4.3.3",
|
|
227
228
|
"@tailwindcss/vite": "^4.3.3",
|
|
228
229
|
"@types/react": "^19.2.17",
|
|
229
230
|
"autoprefixer": "^10.5.4",
|
|
230
|
-
"postcss": "^8.5.
|
|
231
|
+
"postcss": "^8.5.23",
|
|
231
232
|
"postcss-cli": "^11.0.1",
|
|
232
233
|
"tailwindcss": "^4.3.3",
|
|
233
234
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
234
235
|
"tw-animate-css": "^1.4.0",
|
|
235
236
|
"typescript": "^6.0.3",
|
|
236
237
|
"tsup": "^8.5.1",
|
|
237
|
-
"@tuwaio/nova-core": "^0.4.
|
|
238
|
-
"@tuwaio/nova-transactions": "^0.4.
|
|
238
|
+
"@tuwaio/nova-core": "^0.4.6",
|
|
239
|
+
"@tuwaio/nova-transactions": "^0.4.7"
|
|
239
240
|
},
|
|
240
241
|
"scripts": {
|
|
241
242
|
"start": "tsup src/index.ts --watch",
|
package/socket.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://socket.dev/config/schema.json",
|
|
3
|
+
"version": 1,
|
|
4
|
+
"issueRules": {
|
|
5
|
+
"networkAccess": "ignore",
|
|
6
|
+
"envVars": "ignore",
|
|
7
|
+
"filesystemAccess": "ignore",
|
|
8
|
+
"shellAccess": "ignore",
|
|
9
|
+
"minifiedFile": "ignore",
|
|
10
|
+
"obfuscatedFile": "ignore",
|
|
11
|
+
"urlStrings": "ignore",
|
|
12
|
+
"unpopularPackage": "ignore",
|
|
13
|
+
"unstableOwnership": "ignore",
|
|
14
|
+
"newAuthor": "ignore",
|
|
15
|
+
"gptAnomaly": "ignore"
|
|
16
|
+
}
|
|
17
|
+
}
|