@ledgerhq/hw-app-multiversx 6.26.0-nightly.1 → 6.26.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-multiversx@6.25.4-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-multiversx
2
+ > @ledgerhq/hw-app-multiversx@6.25.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-multiversx
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # @ledgerhq/hw-app-elrond
2
2
 
3
- ## 6.26.0-nightly.1
3
+ ## 6.26.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.25.4-nightly.0
10
-
11
9
  ### Patch Changes
12
10
 
13
11
  - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.31.13-nightly.0
12
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251030160608
15
13
 
16
14
  ## 6.25.3
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-multiversx",
3
- "version": "6.26.0-nightly.1",
3
+ "version": "6.26.0-nightly.20251030160608",
4
4
  "description": "Ledger Hardware Wallet MultiversX Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -32,7 +32,7 @@
32
32
  "bignumber.js": "^9.0.1",
33
33
  "bip32-path": "^0.4.2",
34
34
  "protobufjs": "^7.2.6",
35
- "@ledgerhq/hw-transport": "6.31.13-nightly.0"
35
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251030160608"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "^29.5.10",
@@ -43,7 +43,7 @@
43
43
  "source-map-support": "^0.5.21",
44
44
  "ts-jest": "^29.1.1",
45
45
  "ts-node": "^10.4.0",
46
- "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.0"
46
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251030160608"
47
47
  },
48
48
  "scripts": {
49
49
  "clean": "rimraf lib lib-es",