@tuwaio/satellite-react 0.3.9 → 0.3.10

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.
Files changed (2) hide show
  1. package/package.json +12 -11
  2. package/socket.json +17 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-react",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,8 @@
33
33
  "access": "public"
34
34
  },
35
35
  "files": [
36
- "dist"
36
+ "dist",
37
+ "socket.json"
37
38
  ],
38
39
  "keywords": [
39
40
  "web3",
@@ -116,10 +117,10 @@
116
117
  },
117
118
  "devDependencies": {
118
119
  "@types/react": "^19.2.17",
119
- "@tuwaio/orbit-core": "^0.2.13",
120
- "@tuwaio/orbit-evm": "^0.2.18",
121
- "@tuwaio/orbit-solana": "^0.2.11",
122
- "@wagmi/core": "^3.6.3",
120
+ "@tuwaio/orbit-core": "^0.2.15",
121
+ "@tuwaio/orbit-evm": "^0.2.20",
122
+ "@tuwaio/orbit-solana": "^0.2.13",
123
+ "@wagmi/core": "^3.6.4",
123
124
  "@wallet-standard/react": "^1.0.3",
124
125
  "@wallet-standard/app": "^1.1.1",
125
126
  "@wallet-standard/base": "^1.1.1",
@@ -129,14 +130,14 @@
129
130
  "@wallet-standard/ui-registry": "^1.1.1",
130
131
  "gill": "^0.14.0",
131
132
  "immer": "^11.1.15",
132
- "react": "^19.2.7",
133
+ "react": "^19.2.8",
133
134
  "tsup": "^8.5.1",
134
- "viem": "^2.55.2",
135
+ "viem": "^2.55.8",
135
136
  "typescript": "^6.0.3",
136
137
  "zustand": "^5.0.14",
137
- "@tuwaio/satellite-core": "^0.3.7",
138
- "@tuwaio/satellite-evm": "^0.3.8",
139
- "@tuwaio/satellite-solana": "^0.3.10"
138
+ "@tuwaio/satellite-core": "^0.3.8",
139
+ "@tuwaio/satellite-solana": "^0.3.11",
140
+ "@tuwaio/satellite-evm": "^0.3.9"
140
141
  },
141
142
  "scripts": {
142
143
  "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
+ }