@iota/ledgerjs-hw-app-iota 0.2.1 → 0.2.2

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iota/ledgerjs-hw-app-iota
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7a58232: Update dependencies
8
+
3
9
  ## 0.2.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  # ledgerjs-hw-app-iota
6
6
 
7
+ `@iota/ledgerjs-hw-app-iota` is part of the **IOTA Rebased SDK**, designed specifically for interacting with the IOTA Rebased protocol.
8
+
9
+ > **Note**: This package is currently supported **only in Testnet and Devnet**, it is **not yet supported in Mainnet**.
10
+
7
11
  [Ledger Hardware Wallet](https://www.ledger.com/) JavaScript bindings for [IOTA](https://iota.org/),
8
12
  based on [LedgerJS](https://github.com/LedgerHQ/ledgerjs).
9
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iota/ledgerjs-hw-app-iota",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Ledger Hardware Wallet IOTA Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -50,10 +50,10 @@
50
50
  "@ledgerhq/hw-transport-node-speculos-http": "^6.29.2",
51
51
  "@size-limit/preset-small-lib": "^11.1.4",
52
52
  "@types/node": "^20.14.10",
53
- "axios": "^1.7.4",
53
+ "axios": "^1.8.2",
54
54
  "size-limit": "^11.1.4",
55
55
  "typescript": "^5.5.3",
56
- "vitest": "^2.0.1",
56
+ "vitest": "^2.1.9",
57
57
  "@iota/build-scripts": "0.0.0"
58
58
  },
59
59
  "scripts": {