|
132 | 132 | }, |
133 | 133 | "typesVersions": { |
134 | 134 | "*": { |
135 | | - "adapters/*": [ |
136 | | - "./dist/types/exports/adapters/*.d.ts" |
137 | | - ], |
138 | | - "auth": [ |
139 | | - "./dist/types/exports/auth.d.ts" |
140 | | - ], |
141 | | - "chains": [ |
142 | | - "./dist/types/exports/chains.d.ts" |
143 | | - ], |
144 | | - "contract": [ |
145 | | - "./dist/types/exports/contract.d.ts" |
146 | | - ], |
147 | | - "deploys": [ |
148 | | - "./dist/types/exports/deploys.d.ts" |
149 | | - ], |
150 | | - "event": [ |
151 | | - "./dist/types/exports/event.d.ts" |
152 | | - ], |
153 | | - "extensions/*": [ |
154 | | - "./dist/types/exports/extensions/*.d.ts" |
155 | | - ], |
156 | | - "pay": [ |
157 | | - "./dist/types/exports/pay.d.ts" |
158 | | - ], |
159 | | - "react": [ |
160 | | - "./dist/types/exports/react.d.ts" |
161 | | - ], |
162 | | - "react-native": [ |
163 | | - "./dist/types/exports/react-native.d.ts" |
164 | | - ], |
165 | | - "rpc": [ |
166 | | - "./dist/types/exports/rpc.d.ts" |
167 | | - ], |
168 | | - "storage": [ |
169 | | - "./dist/types/exports/storage.d.ts" |
170 | | - ], |
171 | | - "transaction": [ |
172 | | - "./dist/types/exports/transaction.d.ts" |
173 | | - ], |
174 | | - "utils": [ |
175 | | - "./dist/types/exports/utils.d.ts" |
176 | | - ], |
177 | | - "wallets": [ |
178 | | - "./dist/types/exports/wallets.d.ts" |
179 | | - ], |
180 | | - "wallets/*": [ |
181 | | - "./dist/types/exports/wallets/*.d.ts" |
182 | | - ], |
183 | | - "modules": [ |
184 | | - "./dist/types/exports/modules.d.ts" |
185 | | - ], |
186 | | - "social": [ |
187 | | - "./dist/types/exports/social.d.ts" |
188 | | - ], |
189 | | - "ai": [ |
190 | | - "./dist/types/exports/ai.d.ts" |
191 | | - ] |
| 135 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 136 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 137 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 138 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 139 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 140 | + "event": ["./dist/types/exports/event.d.ts"], |
| 141 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 142 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 143 | + "react": ["./dist/types/exports/react.d.ts"], |
| 144 | + "react-native": ["./dist/types/exports/react-native.d.ts"], |
| 145 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 146 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 147 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 148 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 149 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 150 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], |
| 151 | + "modules": ["./dist/types/exports/modules.d.ts"], |
| 152 | + "social": ["./dist/types/exports/social.d.ts"], |
| 153 | + "ai": ["./dist/types/exports/ai.d.ts"] |
192 | 154 | } |
193 | 155 | }, |
194 | 156 | "browser": { |
|
217 | 179 | "@radix-ui/react-dialog": "1.1.5", |
218 | 180 | "@radix-ui/react-focus-scope": "1.1.1", |
219 | 181 | "@radix-ui/react-icons": "1.3.2", |
| 182 | + "@radix-ui/react-slot": "1.1.1", |
220 | 183 | "@radix-ui/react-tooltip": "1.1.7", |
221 | 184 | "@tanstack/react-query": "5.65.1", |
222 | 185 | "@walletconnect/ethereum-provider": "2.17.5", |
|
0 commit comments