@rango-dev/provider-unisat 0.19.0 → 0.19.1

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 +108 -0
  2. package/package.json +5 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,108 @@
1
+ ## [0.19.1](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.19.0...provider-unisat@0.19.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.19.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.18.0...provider-unisat@0.19.0) (2026-09-15)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **unisat:** send JSON content type when broadcasting BTC transactions ([9fd3579](https://github.com/rango-exchange/rango-client/commit/9fd3579a2a775db2533de9f60ec0b3db058b3850))
13
+
14
+
15
+ ### Features
16
+
17
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
18
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
19
+ # [0.18.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.17.0...provider-unisat@0.18.0) (2026-08-18)
20
+
21
+
22
+
23
+ # [0.17.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.16.0...provider-unisat@0.17.0) (2026-07-07)
24
+
25
+
26
+
27
+ # [0.16.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.15.1...provider-unisat@0.16.0) (2026-05-31)
28
+
29
+
30
+
31
+ ## [0.15.1](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.15.0...provider-unisat@0.15.1) (2026-05-02)
32
+
33
+
34
+
35
+ # [0.15.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.14.0...provider-unisat@0.15.0) (2026-04-29)
36
+
37
+
38
+
39
+ # [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.13.0...provider-unisat@0.14.0) (2025-12-30)
40
+
41
+
42
+
43
+ # [0.13.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.12.0...provider-unisat@0.13.0) (2025-12-15)
44
+
45
+
46
+
47
+ # [0.12.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.11.0...provider-unisat@0.12.0) (2025-12-09)
48
+
49
+
50
+
51
+ # [0.11.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.10.1...provider-unisat@0.11.0) (2025-12-02)
52
+
53
+
54
+
55
+ ## [0.10.1](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.10.0...provider-unisat@0.10.1) (2025-11-22)
56
+
57
+
58
+
59
+ # [0.8.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.7.0...provider-unisat@0.8.0) (2025-10-29)
60
+
61
+
62
+ ### Reverts
63
+
64
+ * Revert "feat: implement deep linking" ([a0b0edc](https://github.com/rango-exchange/rango-client/commit/a0b0edcc052bfea69af2037b73c0bb6a9b38c2a9))
65
+
66
+
67
+
68
+ # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.6.0...provider-unisat@0.7.0) (2025-09-29)
69
+
70
+
71
+
72
+ # [0.6.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.5.0...provider-unisat@0.6.0) (2025-09-06)
73
+
74
+
75
+ ### Features
76
+
77
+ * implement deep linking ([1dec48e](https://github.com/rango-exchange/rango-client/commit/1dec48e4db944977fb6d3797d7aa49527940fab6))
78
+
79
+
80
+
81
+ # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.4.0...provider-unisat@0.5.0) (2025-08-19)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * add rango-dev/wallets-core to dependencies of providers ([84b4b2b](https://github.com/rango-exchange/rango-client/commit/84b4b2b7c3a7f5631228fb6ebf04617c3c4428e9))
87
+ * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
88
+
89
+
90
+ ### Features
91
+
92
+ * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
93
+
94
+
95
+
96
+ # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.3.0...provider-unisat@0.4.0) (2025-08-05)
97
+
98
+
99
+
100
+ # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-unisat@0.2.0...provider-unisat@0.3.0) (2025-07-22)
101
+
102
+
103
+ ### Reverts
104
+
105
+ * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
106
+
107
+
108
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-unisat",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
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",
@@ -25,8 +26,8 @@
25
26
  "@hub3js/core": "^0.62.0",
26
27
  "@hub3js/namespaces": "^0.5.1",
27
28
  "@hub3js/std": "^0.4.0",
28
- "@rango-dev/internal-blockchains": "^0.2.0",
29
- "@rango-dev/wallets-core": "^0.62.0",
29
+ "@rango-dev/internal-blockchains": "^0.2.1",
30
+ "@rango-dev/wallets-core": "^0.62.1",
30
31
  "bitcoinjs-lib": "^6.1.7",
31
32
  "caip": "^1.1.1",
32
33
  "rango-types": "^0.5.0"