|
110 | 110 | },
|
111 | 111 | "typesVersions": {
|
112 | 112 | "*": {
|
113 |
| - "adapters/*": [ |
114 |
| - "./dist/types/exports/adapters/*.d.ts" |
115 |
| - ], |
116 |
| - "auth": [ |
117 |
| - "./dist/types/exports/auth.d.ts" |
118 |
| - ], |
119 |
| - "chains": [ |
120 |
| - "./dist/types/exports/chains.d.ts" |
121 |
| - ], |
122 |
| - "contract": [ |
123 |
| - "./dist/types/exports/contract.d.ts" |
124 |
| - ], |
125 |
| - "deploys": [ |
126 |
| - "./dist/types/exports/deploys.d.ts" |
127 |
| - ], |
128 |
| - "event": [ |
129 |
| - "./dist/types/exports/event.d.ts" |
130 |
| - ], |
131 |
| - "extensions/*": [ |
132 |
| - "./dist/types/exports/extensions/*.d.ts" |
133 |
| - ], |
134 |
| - "pay": [ |
135 |
| - "./dist/types/exports/pay.d.ts" |
136 |
| - ], |
137 |
| - "react": [ |
138 |
| - "./dist/types/exports/react.d.ts" |
139 |
| - ], |
140 |
| - "react-native": [ |
141 |
| - "./dist/types/exports/react-native.d.ts" |
142 |
| - ], |
143 |
| - "rpc": [ |
144 |
| - "./dist/types/exports/rpc.d.ts" |
145 |
| - ], |
146 |
| - "storage": [ |
147 |
| - "./dist/types/exports/storage.d.ts" |
148 |
| - ], |
149 |
| - "transaction": [ |
150 |
| - "./dist/types/exports/transaction.d.ts" |
151 |
| - ], |
152 |
| - "utils": [ |
153 |
| - "./dist/types/exports/utils.d.ts" |
154 |
| - ], |
155 |
| - "wallets": [ |
156 |
| - "./dist/types/exports/wallets.d.ts" |
157 |
| - ], |
158 |
| - "wallets/*": [ |
159 |
| - "./dist/types/exports/wallets/*.d.ts" |
160 |
| - ] |
| 113 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 114 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 115 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 116 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 117 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 118 | + "event": ["./dist/types/exports/event.d.ts"], |
| 119 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 120 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 121 | + "react": ["./dist/types/exports/react.d.ts"], |
| 122 | + "react-native": ["./dist/types/exports/react-native.d.ts"], |
| 123 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 124 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 125 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 126 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 127 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 128 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"] |
161 | 129 | }
|
162 | 130 | },
|
163 | 131 | "browser": {
|
|
218 | 186 | "react": {
|
219 | 187 | "optional": true
|
220 | 188 | },
|
| 189 | + "react-native": { |
| 190 | + "optional": true |
| 191 | + }, |
221 | 192 | "ethers": {
|
222 | 193 | "optional": true
|
223 | 194 | },
|
|
250 | 221 | },
|
251 | 222 | "@react-native-async-storage/async-storage": {
|
252 | 223 | "optional": true
|
| 224 | + }, |
| 225 | + "@coinbase/wallet-mobile-sdk": { |
| 226 | + "optional": true |
253 | 227 | }
|
254 | 228 | },
|
255 | 229 | "scripts": {
|
|
0 commit comments