@ledgerhq/hw-app-helium 6.34.0-nightly.2 → 6.34.0-nightly.20251031023756

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-helium@6.34.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-helium
2
+ > @ledgerhq/hw-app-helium@6.33.8 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-helium
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,25 +1,16 @@
1
1
  # @ledgerhq/hw-app-helium
2
2
 
3
- ## 6.34.0-nightly.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.13-nightly.1
9
-
10
- ## 6.34.0-nightly.1
3
+ ## 6.34.0-nightly.20251031023756
11
4
 
12
5
  ### Minor Changes
13
6
 
14
7
  - [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
15
8
 
16
- ## 6.33.9-nightly.0
17
-
18
9
  ### Patch Changes
19
10
 
20
11
  - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
21
- - @ledgerhq/errors@6.27.0-nightly.0
22
- - @ledgerhq/hw-transport@6.31.13-nightly.0
12
+ - @ledgerhq/errors@6.27.0-nightly.20251031023756
13
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251031023756
23
14
 
24
15
  ## 6.33.8
25
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-helium",
3
- "version": "6.34.0-nightly.2",
3
+ "version": "6.34.0-nightly.20251031023756",
4
4
  "description": "Ledger Hardware Wallet Helium Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -33,8 +33,8 @@
33
33
  "bignumber.js": "^9.1.2",
34
34
  "bip32-path": "^0.4.2",
35
35
  "long": "^5.2.0",
36
- "@ledgerhq/errors": "^6.27.0-nightly.0",
37
- "@ledgerhq/hw-transport": "6.31.13-nightly.1"
36
+ "@ledgerhq/errors": "^6.27.0-nightly.20251031023756",
37
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251031023756"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/jest": "^29.5.10",
@@ -46,8 +46,8 @@
46
46
  "source-map-support": "^0.5.21",
47
47
  "ts-jest": "^29.1.1",
48
48
  "ts-node": "^10.4.0",
49
- "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.1",
50
- "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.1"
49
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251031023756",
50
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251031023756"
51
51
  },
52
52
  "scripts": {
53
53
  "clean": "rimraf lib lib-es",