@ledgerhq/hw-app-str 7.3.0-nightly.20251220023811 → 7.3.0-nightly.20251223024125

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-str
2
2
 
3
- ## 7.3.0-nightly.20251220023811
3
+ ## 7.3.0-nightly.20251223024125
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143)]:
12
- - @ledgerhq/errors@6.28.0-nightly.20251220023811
13
- - @ledgerhq/hw-transport@6.31.15-nightly.20251220023811
12
+ - @ledgerhq/errors@6.28.0-nightly.20251223024125
13
+ - @ledgerhq/hw-transport@6.31.15-nightly.20251223024125
14
14
 
15
15
  ## 7.2.10
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-str",
3
- "version": "7.3.0-nightly.20251220023811",
3
+ "version": "7.3.0-nightly.20251223024125",
4
4
  "description": "Ledger Hardware Wallet Stellar Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,8 +28,8 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "bip32-path": "^0.4.2",
31
- "@ledgerhq/errors": "^6.28.0-nightly.20251220023811",
32
- "@ledgerhq/hw-transport": "6.31.15-nightly.20251220023811"
31
+ "@ledgerhq/errors": "^6.28.0-nightly.20251223024125",
32
+ "@ledgerhq/hw-transport": "6.31.15-nightly.20251223024125"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^29.5.10",
@@ -40,7 +40,7 @@
40
40
  "source-map-support": "^0.5.21",
41
41
  "ts-jest": "^29.1.1",
42
42
  "ts-node": "^10.4.0",
43
- "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251220023811"
43
+ "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251223024125"
44
44
  },
45
45
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
46
46
  "scripts": {