@rango-dev/provider-trustwallet 0.64.0 → 0.64.2-next.0

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/CHANGELOG.md +308 -0
  2. package/package.json +6 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,308 @@
1
+ ## [0.64.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.64.0...provider-trustwallet@0.64.1) (2026-09-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ship dist and changelog when publishing with npm ([0a8bd5d](https://github.com/rango-exchange/rango-client/commit/0a8bd5d779bd652b6ca7195cda4ce465ba196f0e))
7
+ # [0.64.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.63.0...provider-trustwallet@0.64.0) (2026-09-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
13
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
14
+ # [0.63.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.62.0...provider-trustwallet@0.63.0) (2026-08-18)
15
+
16
+
17
+
18
+ # [0.62.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.61.0...provider-trustwallet@0.62.0) (2026-07-28)
19
+
20
+
21
+
22
+ # [0.61.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.60.0...provider-trustwallet@0.61.0) (2026-07-07)
23
+
24
+
25
+ ### Features
26
+
27
+ * add support for hyperliquid transactions ([88630bc](https://github.com/rango-exchange/rango-client/commit/88630bcf6dfa67d57e6cd002da4106142785946f))
28
+
29
+
30
+
31
+ # [0.60.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.59.1...provider-trustwallet@0.60.0) (2026-05-31)
32
+
33
+
34
+
35
+ ## [0.59.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.59.0...provider-trustwallet@0.59.1) (2026-05-02)
36
+
37
+
38
+
39
+ # [0.59.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.58.0...provider-trustwallet@0.59.0) (2026-04-29)
40
+
41
+
42
+
43
+ # [0.58.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.57.0...provider-trustwallet@0.58.0) (2025-12-30)
44
+
45
+
46
+
47
+ # [0.57.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.56.0...provider-trustwallet@0.57.0) (2025-12-15)
48
+
49
+
50
+
51
+ # [0.56.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.55.0...provider-trustwallet@0.56.0) (2025-12-09)
52
+
53
+
54
+
55
+ # [0.55.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.54.1...provider-trustwallet@0.55.0) (2025-12-02)
56
+
57
+
58
+
59
+ ## [0.54.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.54.0...provider-trustwallet@0.54.1) (2025-11-22)
60
+
61
+
62
+
63
+ # [0.52.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.51.0...provider-trustwallet@0.52.0) (2025-10-29)
64
+
65
+
66
+ ### Reverts
67
+
68
+ * Revert "feat: implement deep linking" ([a0b0edc](https://github.com/rango-exchange/rango-client/commit/a0b0edcc052bfea69af2037b73c0bb6a9b38c2a9))
69
+
70
+
71
+
72
+ # [0.51.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.50.0...provider-trustwallet@0.51.0) (2025-09-29)
73
+
74
+
75
+ ### Features
76
+
77
+ * implement changeAccountSubscriber builder ([8e2ca97](https://github.com/rango-exchange/rango-client/commit/8e2ca9783fcd57445ca558e688c402a30aba3686))
78
+
79
+
80
+
81
+ # [0.50.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.49.0...provider-trustwallet@0.50.0) (2025-09-06)
82
+
83
+
84
+ ### Features
85
+
86
+ * implement deep linking ([1dec48e](https://github.com/rango-exchange/rango-client/commit/1dec48e4db944977fb6d3797d7aa49527940fab6))
87
+
88
+
89
+
90
+ # [0.49.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.48.0...provider-trustwallet@0.49.0) (2025-08-19)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * add rango-dev/wallets-core to dependencies of providers ([84b4b2b](https://github.com/rango-exchange/rango-client/commit/84b4b2b7c3a7f5631228fb6ebf04617c3c4428e9))
96
+ * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
97
+
98
+
99
+ ### Features
100
+
101
+ * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
102
+
103
+
104
+
105
+ # [0.48.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.47.0...provider-trustwallet@0.48.0) (2025-08-05)
106
+
107
+
108
+ ### Features
109
+
110
+ * implement canSwitchNetwork for hub providers ([5a4eced](https://github.com/rango-exchange/rango-client/commit/5a4eced221046b5474176aca7c569092e36f1bde))
111
+
112
+
113
+
114
+ # [0.47.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.46.0...provider-trustwallet@0.47.0) (2025-07-22)
115
+
116
+
117
+ ### Bug Fixes
118
+
119
+ * handle trust wallet in app browser user rejection error ([1b1d07f](https://github.com/rango-exchange/rango-client/commit/1b1d07f9155bbd7dbe3f7a9157b353e4a2a3cc40))
120
+
121
+
122
+ ### Reverts
123
+
124
+ * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
125
+
126
+
127
+
128
+ # [0.45.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.44.1...provider-trustwallet@0.45.0) (2025-06-09)
129
+
130
+
131
+ ### Features
132
+
133
+ * migrate trust wallet to use hub and add support for solana ([61497fd](https://github.com/rango-exchange/rango-client/commit/61497fd40d48d48030e5a6d7ece53b5b7daf7b09))
134
+
135
+
136
+
137
+ ## [0.44.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.44.0...provider-trustwallet@0.44.1) (2025-05-04)
138
+
139
+
140
+
141
+ # [0.44.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.43.0...provider-trustwallet@0.44.0) (2025-04-30)
142
+
143
+
144
+ ### Bug Fixes
145
+
146
+ * rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
147
+
148
+
149
+ ### Features
150
+
151
+ * update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
152
+
153
+
154
+
155
+ # [0.43.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.42.0...provider-trustwallet@0.43.0) (2025-03-11)
156
+
157
+
158
+
159
+ # [0.42.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.41.0...provider-trustwallet@0.42.0) (2025-02-23)
160
+
161
+
162
+
163
+ # [0.41.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.40.0...provider-trustwallet@0.41.0) (2024-12-30)
164
+
165
+
166
+
167
+ # [0.40.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.39.0...provider-trustwallet@0.40.0) (2024-11-27)
168
+
169
+
170
+
171
+ # [0.39.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.38.0...provider-trustwallet@0.39.0) (2024-11-12)
172
+
173
+
174
+
175
+ # [0.38.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.37.0...provider-trustwallet@0.38.0) (2024-10-12)
176
+
177
+
178
+ ### Bug Fixes
179
+
180
+ * bump sdk and fix type issues ([d442208](https://github.com/rango-exchange/rango-client/commit/d4422083bf5dd27d5f509ce1db7f9560d05428c8))
181
+
182
+
183
+ ### Performance Improvements
184
+
185
+ * lazy load signer packages ([7b88f18](https://github.com/rango-exchange/rango-client/commit/7b88f1834f7b29b4b81ab6c81a07bb88e8ccf55c))
186
+
187
+
188
+
189
+ # [0.37.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.36.0...provider-trustwallet@0.37.0) (2024-09-10)
190
+
191
+
192
+
193
+ # [0.36.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.35.1...provider-trustwallet@0.36.0) (2024-08-11)
194
+
195
+
196
+
197
+ ## [0.35.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.35.0...provider-trustwallet@0.35.1) (2024-07-14)
198
+
199
+
200
+
201
+ # [0.35.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.33.2...provider-trustwallet@0.35.0) (2024-07-09)
202
+
203
+
204
+
205
+ # [0.34.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.33.2...provider-trustwallet@0.34.0) (2024-06-01)
206
+
207
+
208
+
209
+ ## [0.33.2](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.33.1...provider-trustwallet@0.33.2) (2024-05-26)
210
+
211
+
212
+
213
+ ## [0.33.1](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.33.0...provider-trustwallet@0.33.1) (2024-05-25)
214
+
215
+
216
+
217
+ # [0.33.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.32.0...provider-trustwallet@0.33.0) (2024-05-14)
218
+
219
+
220
+
221
+ # [0.32.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.31.0...provider-trustwallet@0.32.0) (2024-04-24)
222
+
223
+
224
+
225
+ # [0.31.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.30.0...provider-trustwallet@0.31.0) (2024-04-23)
226
+
227
+
228
+
229
+ # [0.30.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.29.0...provider-trustwallet@0.30.0) (2024-04-09)
230
+
231
+
232
+
233
+ # [0.29.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.28.0...provider-trustwallet@0.29.0) (2024-03-12)
234
+
235
+
236
+
237
+ # [0.28.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.27.0...provider-trustwallet@0.28.0) (2024-02-20)
238
+
239
+
240
+
241
+ # [0.27.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.26.0...provider-trustwallet@0.27.0) (2024-02-07)
242
+
243
+
244
+
245
+ # [0.26.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.25.0...provider-trustwallet@0.26.0) (2024-01-22)
246
+
247
+
248
+
249
+ # [0.25.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.23.0...provider-trustwallet@0.25.0) (2023-12-24)
250
+
251
+
252
+ ### Bug Fixes
253
+
254
+ * fix HMR for widget and playground ([8524820](https://github.com/rango-exchange/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
255
+
256
+
257
+
258
+ # [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.13.0...provider-trustwallet@0.14.0) (2023-08-03)
259
+
260
+
261
+
262
+ # [0.13.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.12.0...provider-trustwallet@0.13.0) (2023-08-01)
263
+
264
+
265
+
266
+ # [0.9.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.8.0...provider-trustwallet@0.9.0) (2023-07-31)
267
+
268
+
269
+
270
+ # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.6.0...provider-trustwallet@0.7.0) (2023-07-11)
271
+
272
+
273
+
274
+ # [0.6.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.5.0...provider-trustwallet@0.6.0) (2023-07-11)
275
+
276
+
277
+ ### Reverts
278
+
279
+ * Revert "support for rango-types cjs format" ([ed4e050](https://github.com/rango-exchange/rango-client/commit/ed4e050bfc0dcde7aeffa6b0d73b02080a5721eb))
280
+ * Revert "support for rango-types cjs format" ([4f5f55f](https://github.com/rango-exchange/rango-client/commit/4f5f55f96e8daa329588b932b19c291c30f339c4))
281
+
282
+
283
+
284
+ # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.4.0...provider-trustwallet@0.5.0) (2023-05-31)
285
+
286
+
287
+
288
+ # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.3.0...provider-trustwallet@0.4.0) (2023-05-31)
289
+
290
+
291
+
292
+ # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.2.0...provider-trustwallet@0.3.0) (2023-05-30)
293
+
294
+
295
+
296
+ # [0.2.0](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.1.15...provider-trustwallet@0.2.0) (2023-05-30)
297
+
298
+
299
+
300
+ ## [0.1.14](https://github.com/rango-exchange/rango-client/compare/provider-trustwallet@0.1.13...provider-trustwallet@0.1.14) (2023-05-15)
301
+
302
+
303
+ ### Bug Fixes
304
+
305
+ * update rango-types and fix notification bugs ([993f185](https://github.com/rango-exchange/rango-client/commit/993f185e0b8c5e5e15a2c65ba2d85d1f9c8daa90))
306
+
307
+
308
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-trustwallet",
3
- "version": "0.64.0",
3
+ "version": "0.64.2-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -11,7 +11,8 @@
11
11
  "typings": "dist/mod.d.ts",
12
12
  "files": [
13
13
  "dist",
14
- "src"
14
+ "src",
15
+ "CHANGELOG.md"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "yarn run rangutopia library build",
@@ -26,9 +27,9 @@
26
27
  "@hub3js/namespaces": "^0.5.1",
27
28
  "@hub3js/solana": "^0.5.0",
28
29
  "@hub3js/std": "^0.4.0",
29
- "@rango-dev/signer-evm": "^0.46.0",
30
- "@rango-dev/signer-solana": "^0.49.0",
31
- "@rango-dev/wallets-core": "^0.62.0",
30
+ "@rango-dev/signer-evm": "^0.46.2-next.0",
31
+ "@rango-dev/signer-solana": "^0.50.1-next.0",
32
+ "@rango-dev/wallets-core": "^0.62.2-next.0",
32
33
  "bs58": "^5.0.0",
33
34
  "rango-types": "^0.5.0"
34
35
  },