@rango-dev/provider-tonconnect 0.24.1-next.6 → 0.25.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/package.json +3 -3
  2. package/CHANGELOG.md +0 -136
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-tonconnect",
3
- "version": "0.24.1-next.6",
3
+ "version": "0.25.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -25,7 +25,7 @@
25
25
  "@hub3js/namespaces": "^0.5.1",
26
26
  "@hub3js/std": "^0.4.0",
27
27
  "@hub3js/tvm": "^0.4.0",
28
- "@rango-dev/signer-ton": "^0.29.1-next.0",
28
+ "@rango-dev/signer-ton": "^0.30.0",
29
29
  "@ton/core": "^0.59.0",
30
30
  "@ton/crypto": "^3.3.0",
31
31
  "@tonconnect/ui": "^2.0.9",
@@ -34,4 +34,4 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  }
37
- }
37
+ }
package/CHANGELOG.md DELETED
@@ -1,136 +0,0 @@
1
- # [0.24.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.23.0...provider-tonconnect@0.24.0) (2026-08-18)
2
-
3
-
4
-
5
- # [0.23.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.22.1...provider-tonconnect@0.23.0) (2026-07-07)
6
-
7
-
8
-
9
- ## [0.22.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.22.0...provider-tonconnect@0.22.1) (2026-06-02)
10
-
11
-
12
- ### Bug Fixes
13
-
14
- * remove null values from ton signer data and use raw address format ([9ca3f69](https://github.com/rango-exchange/rango-client/commit/9ca3f691e2a6bfe83d2377a565fd69f5c2b8ae45))
15
-
16
-
17
-
18
- # [0.22.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.21.1...provider-tonconnect@0.22.0) (2026-05-31)
19
-
20
-
21
- ### Features
22
-
23
- * migrated tonconnect to the hub ([e525841](https://github.com/rango-exchange/rango-client/commit/e525841665ddeaa4bf72620ede54ad5e7e1328e6))
24
-
25
-
26
-
27
- ## [0.21.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.21.0...provider-tonconnect@0.21.1) (2026-05-02)
28
-
29
-
30
-
31
- # [0.21.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.20.0...provider-tonconnect@0.21.0) (2026-04-29)
32
-
33
-
34
-
35
- # [0.20.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.19.0...provider-tonconnect@0.20.0) (2025-12-30)
36
-
37
-
38
-
39
- # [0.19.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.18.0...provider-tonconnect@0.19.0) (2025-12-15)
40
-
41
-
42
-
43
- # [0.18.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.17.0...provider-tonconnect@0.18.0) (2025-12-09)
44
-
45
-
46
-
47
- # [0.17.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.16.1...provider-tonconnect@0.17.0) (2025-12-02)
48
-
49
-
50
-
51
- ## [0.16.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.16.0...provider-tonconnect@0.16.1) (2025-11-22)
52
-
53
-
54
-
55
- # [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.13.0...provider-tonconnect@0.14.0) (2025-10-29)
56
-
57
-
58
-
59
- # [0.13.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.12.0...provider-tonconnect@0.13.0) (2025-09-29)
60
-
61
-
62
-
63
- # [0.12.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.11.0...provider-tonconnect@0.12.0) (2025-09-06)
64
-
65
-
66
-
67
- # [0.11.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.10.0...provider-tonconnect@0.11.0) (2025-08-19)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
73
-
74
-
75
- ### Features
76
-
77
- * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
78
-
79
-
80
-
81
- # [0.10.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.9.0...provider-tonconnect@0.10.0) (2025-08-05)
82
-
83
-
84
-
85
- # [0.9.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.8.0...provider-tonconnect@0.9.0) (2025-07-22)
86
-
87
-
88
- ### Reverts
89
-
90
- * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
91
-
92
-
93
-
94
- # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.6.1...provider-tonconnect@0.7.0) (2025-06-09)
95
-
96
-
97
-
98
- ## [0.6.1](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.6.0...provider-tonconnect@0.6.1) (2025-05-04)
99
-
100
-
101
-
102
- # [0.6.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.5.0...provider-tonconnect@0.6.0) (2025-04-30)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
108
-
109
-
110
- ### Features
111
-
112
- * update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
113
-
114
-
115
-
116
- # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.4.0...provider-tonconnect@0.5.0) (2025-03-11)
117
-
118
-
119
-
120
- # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.3.0...provider-tonconnect@0.4.0) (2025-02-23)
121
-
122
-
123
-
124
- # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-tonconnect@0.2.0...provider-tonconnect@0.3.0) (2024-12-30)
125
-
126
-
127
-
128
- # 0.2.0 (2024-11-27)
129
-
130
-
131
- ### Features
132
-
133
- * add ton connect provider ([2a2dbb7](https://github.com/rango-exchange/rango-client/commit/2a2dbb79022263f19446ced49d298e04d63f927f))
134
-
135
-
136
-