@ledgerhq/hw-app-helium 6.34.0-nightly.1 → 6.34.0-nightly.20251030160608

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.33.9-nightly.0 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,18 +1,16 @@
1
1
  # @ledgerhq/hw-app-helium
2
2
 
3
- ## 6.34.0-nightly.1
3
+ ## 6.34.0-nightly.20251030160608
4
4
 
5
5
  ### Minor Changes
6
6
 
7
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
8
8
 
9
- ## 6.33.9-nightly.0
10
-
11
9
  ### Patch Changes
12
10
 
13
11
  - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
14
- - @ledgerhq/errors@6.27.0-nightly.0
15
- - @ledgerhq/hw-transport@6.31.13-nightly.0
12
+ - @ledgerhq/errors@6.27.0-nightly.20251030160608
13
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251030160608
16
14
 
17
15
  ## 6.33.8
18
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-helium",
3
- "version": "6.34.0-nightly.1",
3
+ "version": "6.34.0-nightly.20251030160608",
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.0"
36
+ "@ledgerhq/errors": "^6.27.0-nightly.20251030160608",
37
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251030160608"
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.0",
50
- "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.0"
49
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251030160608",
50
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251030160608"
51
51
  },
52
52
  "scripts": {
53
53
  "clean": "rimraf lib lib-es",