@rango-dev/provider-ledger 0.20.0 → 0.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [0.20.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.19.0...provider-ledger@0.20.0) (2025-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
7
+
8
+
9
+ ### Features
10
+
11
+ * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
12
+
13
+
14
+
1
15
  # [0.19.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.18.0...provider-ledger@0.19.0) (2025-08-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-ledger",
3
- "version": "0.20.0",
3
+ "version": "0.20.1-next.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -28,7 +28,7 @@
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-shared": "^0.49.0",
31
+ "@rango-dev/wallets-shared": "^0.49.1-next.1",
32
32
  "@solana/web3.js": "^1.91.4",
33
33
  "@types/w3c-web-hid": "^1.0.2",
34
34
  "bs58": "^5.0.0",