@ledgerhq/hw-app-multiversx 6.26.3-nightly.20260106024351 → 6.27.0-nightly.20260108024339

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 +7 -3
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @ledgerhq/hw-app-elrond
2
2
 
3
- ## 6.26.3-nightly.20260106024351
3
+ ## 6.27.0-nightly.20260108024339
4
+
5
+ ### Minor Changes
6
+
7
+ - [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
11
+ - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260108024339
9
13
 
10
14
  ## 6.26.2
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-multiversx",
3
- "version": "6.26.3-nightly.20260106024351",
3
+ "version": "6.27.0-nightly.20260108024339",
4
4
  "description": "Ledger Hardware Wallet MultiversX Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -32,18 +32,19 @@
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.16-nightly.20260106024351"
35
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260108024339"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/jest": "^29.5.10",
38
+ "@types/jest": "30.0.0",
39
39
  "@types/node": "^22.10.10",
40
40
  "documentation": "14.0.2",
41
- "jest": "^29.7.0",
41
+ "jest": "30.2.0",
42
42
  "rimraf": "^4.4.1",
43
43
  "source-map-support": "^0.5.21",
44
- "ts-jest": "^29.1.1",
44
+ "@swc/jest": "0.2.39",
45
+ "@swc/core": "1.15.8",
45
46
  "ts-node": "^10.4.0",
46
- "@ledgerhq/hw-transport-mocker": "^6.30.1-nightly.20260106024351"
47
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260108024339"
47
48
  },
48
49
  "scripts": {
49
50
  "clean": "rimraf lib lib-es",