@rango-dev/provider-ledger 0.22.0 → 0.22.1-next.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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [0.22.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.21.0...provider-ledger@0.22.0) (2025-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fix dynamic import issue in provider ledger ([b997aa3](https://github.com/rango-exchange/rango-client/commit/b997aa39782eea98374d5de8dde79c6cc839b687))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* migrate ledger provider to use hub ([a114101](https://github.com/rango-exchange/rango-client/commit/a114101bd9c317ec5c82c6146a6e88813bcbebf3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
# [0.21.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.20.0...provider-ledger@0.21.0) (2025-09-06)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-ledger",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/mod.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@ledgerhq/types-cryptoassets": "^7.11.0",
|
|
29
29
|
"@ledgerhq/types-devices": "^6.24.0",
|
|
30
30
|
"@rango-dev/signer-solana": "^0.44.0",
|
|
31
|
-
"@rango-dev/wallets-core": "^0.50.
|
|
32
|
-
"@rango-dev/wallets-shared": "^0.51.
|
|
31
|
+
"@rango-dev/wallets-core": "^0.50.1-next.1",
|
|
32
|
+
"@rango-dev/wallets-shared": "^0.51.1-next.1",
|
|
33
33
|
"@solana/web3.js": "^1.91.4",
|
|
34
34
|
"@types/w3c-web-hid": "^1.0.2",
|
|
35
35
|
"bs58": "^5.0.0",
|