@ledgerhq/hw-app-aptos 6.35.0-nightly.20260114024814 → 6.35.0-nightly.20260115024415

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-app-aptos@6.34.11 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-aptos
2
+ > @ledgerhq/hw-app-aptos@6.34.12 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-aptos
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-aptos
2
2
 
3
- ## 6.35.0-nightly.20260114024814
3
+ ## 6.35.0-nightly.20260115024415
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,22 @@
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.20260114024814
13
- - @ledgerhq/errors@6.29.0-nightly.20260114024814
12
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260115024415
13
+ - @ledgerhq/errors@6.29.0-nightly.20260115024415
14
+
15
+ ## 6.34.12
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies []:
20
+ - @ledgerhq/hw-transport@6.31.16
21
+
22
+ ## 6.34.12-next.0
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies []:
27
+ - @ledgerhq/hw-transport@6.31.16-next.0
14
28
 
15
29
  ## 6.34.11
16
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-aptos",
3
- "version": "6.35.0-nightly.20260114024814",
3
+ "version": "6.35.0-nightly.20260115024415",
4
4
  "description": "Ledger Hardware Wallet Aptos Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@noble/hashes": "1.8.0",
31
31
  "bip32-path": "^0.4.2",
32
- "@ledgerhq/errors": "^6.29.0-nightly.20260114024814",
33
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260114024814"
32
+ "@ledgerhq/errors": "^6.29.0-nightly.20260115024415",
33
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260115024415"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "30.0.0",
@@ -42,7 +42,7 @@
42
42
  "@swc/jest": "0.2.39",
43
43
  "@swc/core": "1.15.8",
44
44
  "ts-node": "^10.4.0",
45
- "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260114024814"
45
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260115024415"
46
46
  },
47
47
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
48
48
  "scripts": {