|
109 | 109 | }, |
110 | 110 | "typesVersions": { |
111 | 111 | "*": { |
112 | | - "adapters/*": [ |
113 | | - "./dist/types/exports/adapters/*.d.ts" |
114 | | - ], |
115 | | - "auth": [ |
116 | | - "./dist/types/exports/auth.d.ts" |
117 | | - ], |
118 | | - "chains": [ |
119 | | - "./dist/types/exports/chains.d.ts" |
120 | | - ], |
121 | | - "contract": [ |
122 | | - "./dist/types/exports/contract.d.ts" |
123 | | - ], |
124 | | - "deploys": [ |
125 | | - "./dist/types/exports/deploys.d.ts" |
126 | | - ], |
127 | | - "event": [ |
128 | | - "./dist/types/exports/event.d.ts" |
129 | | - ], |
130 | | - "extensions/*": [ |
131 | | - "./dist/types/exports/extensions/*.d.ts" |
132 | | - ], |
133 | | - "pay": [ |
134 | | - "./dist/types/exports/pay.d.ts" |
135 | | - ], |
136 | | - "react": [ |
137 | | - "./dist/types/exports/react.d.ts" |
138 | | - ], |
139 | | - "react-native": [ |
140 | | - "./dist/types/exports/react-native.d.ts" |
141 | | - ], |
142 | | - "rpc": [ |
143 | | - "./dist/types/exports/rpc.d.ts" |
144 | | - ], |
145 | | - "storage": [ |
146 | | - "./dist/types/exports/storage.d.ts" |
147 | | - ], |
148 | | - "transaction": [ |
149 | | - "./dist/types/exports/transaction.d.ts" |
150 | | - ], |
151 | | - "utils": [ |
152 | | - "./dist/types/exports/utils.d.ts" |
153 | | - ], |
154 | | - "wallets": [ |
155 | | - "./dist/types/exports/wallets.d.ts" |
156 | | - ], |
157 | | - "wallets/*": [ |
158 | | - "./dist/types/exports/wallets/*.d.ts" |
159 | | - ] |
| 112 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 113 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 114 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 115 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 116 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 117 | + "event": ["./dist/types/exports/event.d.ts"], |
| 118 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 119 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 120 | + "react": ["./dist/types/exports/react.d.ts"], |
| 121 | + "react-native": ["./dist/types/exports/react-native.d.ts"], |
| 122 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 123 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 124 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 125 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 126 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 127 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"] |
160 | 128 | } |
161 | 129 | }, |
162 | 130 | "browser": { |
|
174 | 142 | "!tsconfig.build.json" |
175 | 143 | ], |
176 | 144 | "dependencies": { |
177 | | - "@coinbase/wallet-sdk": "4.0.0-rc.1", |
| 145 | + "@coinbase/wallet-sdk": "4.0.0-rc.2", |
178 | 146 | "@emotion/react": "11.11.4", |
179 | 147 | "@emotion/styled": "11.11.0", |
180 | 148 | "@google/model-viewer": "2.1.1", |
|
0 commit comments