@ledgerhq/hw-app-str 7.3.0-nightly.20251211024123 → 7.3.0-nightly.20251212024049

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 +4 -4
  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.20251211024123
3
+ ## 7.3.0-nightly.20251212024049
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143)]:
12
- - @ledgerhq/errors@6.28.0-nightly.20251211024123
13
- - @ledgerhq/hw-transport@6.31.14-nightly.20251211024123
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.20251212024049
13
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251212024049
14
14
 
15
15
  ## 7.2.9
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.20251211024123",
3
+ "version": "7.3.0-nightly.20251212024049",
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.20251211024123",
32
- "@ledgerhq/hw-transport": "6.31.14-nightly.20251211024123"
31
+ "@ledgerhq/errors": "^6.28.0-nightly.20251212024049",
32
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251212024049"
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.20251211024123"
43
+ "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251212024049"
44
44
  },
45
45
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
46
46
  "scripts": {