|
142 | 142 | },
|
143 | 143 | "typesVersions": {
|
144 | 144 | "*": {
|
145 |
| - "adapters/*": [ |
146 |
| - "./dist/types/exports/adapters/*.d.ts" |
147 |
| - ], |
148 |
| - "auth": [ |
149 |
| - "./dist/types/exports/auth.d.ts" |
150 |
| - ], |
151 |
| - "chains": [ |
152 |
| - "./dist/types/exports/chains.d.ts" |
153 |
| - ], |
154 |
| - "contract": [ |
155 |
| - "./dist/types/exports/contract.d.ts" |
156 |
| - ], |
157 |
| - "deploys": [ |
158 |
| - "./dist/types/exports/deploys.d.ts" |
159 |
| - ], |
160 |
| - "event": [ |
161 |
| - "./dist/types/exports/event.d.ts" |
162 |
| - ], |
163 |
| - "extensions/*": [ |
164 |
| - "./dist/types/exports/extensions/*.d.ts" |
165 |
| - ], |
166 |
| - "pay": [ |
167 |
| - "./dist/types/exports/pay.d.ts" |
168 |
| - ], |
169 |
| - "react": [ |
170 |
| - "./dist/types/exports/react.d.ts" |
171 |
| - ], |
172 |
| - "react-native": [ |
173 |
| - "./dist/types/exports/react-native.d.ts" |
174 |
| - ], |
175 |
| - "rpc": [ |
176 |
| - "./dist/types/exports/rpc.d.ts" |
177 |
| - ], |
178 |
| - "storage": [ |
179 |
| - "./dist/types/exports/storage.d.ts" |
180 |
| - ], |
181 |
| - "transaction": [ |
182 |
| - "./dist/types/exports/transaction.d.ts" |
183 |
| - ], |
184 |
| - "utils": [ |
185 |
| - "./dist/types/exports/utils.d.ts" |
186 |
| - ], |
187 |
| - "wallets": [ |
188 |
| - "./dist/types/exports/wallets.d.ts" |
189 |
| - ], |
190 |
| - "wallets/*": [ |
191 |
| - "./dist/types/exports/wallets/*.d.ts" |
192 |
| - ], |
193 |
| - "modules": [ |
194 |
| - "./dist/types/exports/modules.d.ts" |
195 |
| - ], |
196 |
| - "social": [ |
197 |
| - "./dist/types/exports/social.d.ts" |
198 |
| - ], |
199 |
| - "ai": [ |
200 |
| - "./dist/types/exports/ai.d.ts" |
201 |
| - ], |
202 |
| - "bridge": [ |
203 |
| - "./dist/types/exports/bridge.d.ts" |
204 |
| - ] |
| 145 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 146 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 147 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 148 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 149 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 150 | + "event": ["./dist/types/exports/event.d.ts"], |
| 151 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 152 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 153 | + "react": ["./dist/types/exports/react.d.ts"], |
| 154 | + "react-native": ["./dist/types/exports/react-native.d.ts"], |
| 155 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 156 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 157 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 158 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 159 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 160 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], |
| 161 | + "modules": ["./dist/types/exports/modules.d.ts"], |
| 162 | + "social": ["./dist/types/exports/social.d.ts"], |
| 163 | + "ai": ["./dist/types/exports/ai.d.ts"], |
| 164 | + "bridge": ["./dist/types/exports/bridge.d.ts"] |
205 | 165 | }
|
206 | 166 | },
|
207 | 167 | "browser": {
|
|
223 | 183 | "@coinbase/wallet-sdk": "4.3.0",
|
224 | 184 | "@emotion/react": "11.14.0",
|
225 | 185 | "@emotion/styled": "11.14.0",
|
226 |
| - "@noble/curves": "1.8.1", |
227 |
| - "@noble/hashes": "1.7.1", |
| 186 | + "@noble/curves": "1.8.2", |
| 187 | + "@noble/hashes": "1.7.2", |
228 | 188 | "@passwordless-id/webauthn": "^2.1.2",
|
229 | 189 | "@radix-ui/react-dialog": "1.1.10",
|
230 | 190 | "@radix-ui/react-focus-scope": "1.1.4",
|
|
241 | 201 | "mipd": "0.0.7",
|
242 | 202 | "open": "10.1.1",
|
243 | 203 | "ora": "8.2.0",
|
244 |
| - "ox": "0.6.12", |
| 204 | + "ox": "0.7.0", |
245 | 205 | "prompts": "2.4.2",
|
246 | 206 | "toml": "3.0.0",
|
247 | 207 | "uqr": "0.1.2",
|
248 |
| - "viem": "2.24.3" |
| 208 | + "viem": "2.27.2" |
249 | 209 | },
|
250 | 210 | "peerDependencies": {
|
251 | 211 | "@aws-sdk/client-lambda": "^3",
|
|
0 commit comments