@ledgerhq/hw-app-multiversx 6.23.1-nightly.0 → 6.24.0

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.23.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-multiversx
2
+ > @ledgerhq/hw-app-multiversx@6.24.0 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,11 +1,16 @@
1
1
  # @ledgerhq/hw-app-elrond
2
2
 
3
- ## 6.23.1-nightly.0
3
+ ## 6.24.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.5-nightly.0
7
+ - [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
8
+
9
+ ## 6.24.0-next.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
9
14
 
10
15
  ## 6.23.0
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-multiversx",
3
- "version": "6.23.1-nightly.0",
3
+ "version": "6.24.0",
4
4
  "description": "Ledger Hardware Wallet MultiversX Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -32,7 +32,7 @@
32
32
  "bip32-path": "^0.4.2",
33
33
  "protobufjs": "^7.2.6",
34
34
  "axios": "^1.7.4",
35
- "@ledgerhq/hw-transport": "^6.31.5-nightly.0"
35
+ "@ledgerhq/hw-transport": "^6.31.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "^29.5.10",
@@ -44,7 +44,7 @@
44
44
  "ts-jest": "^29.1.1",
45
45
  "ts-node": "^10.4.0",
46
46
  "jest-sonar": "0.2.16",
47
- "@ledgerhq/hw-transport-mocker": "^6.29.5-nightly.0"
47
+ "@ledgerhq/hw-transport-mocker": "^6.29.4"
48
48
  },
49
49
  "scripts": {
50
50
  "clean": "rimraf lib lib-es",