@ledgerhq/hw-app-kaspa 1.4.0-nightly.20260109024422 → 1.4.0-nightly.20260113024349

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-kaspa
2
2
 
3
- ## 1.4.0-nightly.20260109024422
3
+ ## 1.4.0-nightly.20260113024349
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
- - @ledgerhq/hw-transport@6.32.0-nightly.20260109024422
13
- - @ledgerhq/errors@6.29.0-nightly.20260109024422
12
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260113024349
13
+ - @ledgerhq/errors@6.29.0-nightly.20260113024349
14
14
 
15
15
  ## 1.3.4
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-kaspa",
3
- "version": "1.4.0-nightly.20260109024422",
3
+ "version": "1.4.0-nightly.20260113024349",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "bignumber.js": "^9.1.2",
23
23
  "bip32-path": "^0.4.2",
24
- "@ledgerhq/errors": "^6.29.0-nightly.20260109024422",
25
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260109024422"
24
+ "@ledgerhq/errors": "^6.29.0-nightly.20260113024349",
25
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260113024349"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/jest": "30.0.0",
@@ -31,8 +31,8 @@
31
31
  "@swc/jest": "0.2.39",
32
32
  "@swc/core": "1.15.8",
33
33
  "ts-node": "^10.9.2",
34
- "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260109024422",
35
- "@ledgerhq/hw-transport-node-speculos": "^6.31.0-nightly.20260109024422"
34
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260113024349",
35
+ "@ledgerhq/hw-transport-node-speculos": "^6.31.0-nightly.20260113024349"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsc && tsc -m ES6 --outDir lib-es",