@ledgerhq/coin-vechain 2.14.0-nightly.20251216024112 → 2.14.0-nightly.20251218023953

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/coin-vechain@2.13.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-vechain
2
+ > @ledgerhq/coin-vechain@2.13.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-vechain
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
@@ -61,7 +61,8 @@
61
61
  "src/types/constants.ts",
62
62
  "src/types/index.ts",
63
63
  "src/types/network.ts",
64
- "src/types/signer.ts"
64
+ "src/types/signer.ts",
65
+ "src/supportedFeatures.ts"
65
66
  ],
66
67
  "ignoreUnused": [
67
68
  "@ledgerhq/coin-framework",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 2.14.0-nightly.20251216024112
3
+ ## 2.14.0-nightly.20251218023953
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,15 +10,39 @@
10
10
 
11
11
  - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
12
12
 
13
+ - [#13091](https://github.com/LedgerHQ/ledger-live/pull/13091) [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: add descriptors (+supported features) and helpers for each coins
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`e63194f`](https://github.com/LedgerHQ/ledger-live/commit/e63194f7dbd5ff2b0135c26aac3842a2be676b0a), [`bc76d51`](https://github.com/LedgerHQ/ledger-live/commit/bc76d5154d35f8340b6b282c4909cd26920b8d40), [`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`7ae71b6`](https://github.com/LedgerHQ/ledger-live/commit/7ae71b64161424b398b63f77da5127085143fcdc), [`5fa83e4`](https://github.com/LedgerHQ/ledger-live/commit/5fa83e49c5fb103da7ecf0777b7e75bb35d5ed61), [`c5da2ce`](https://github.com/LedgerHQ/ledger-live/commit/c5da2cef7cded2b53c1af9aa3174cd27e5c92e0a), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`5e0556a`](https://github.com/LedgerHQ/ledger-live/commit/5e0556a3bd0ea60277462eed10c997b17b09d299), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`ddd40b4`](https://github.com/LedgerHQ/ledger-live/commit/ddd40b4cae93ecf3139fd33dc0f4dd1c8366d628), [`2a60165`](https://github.com/LedgerHQ/ledger-live/commit/2a601656b7a23a424a29f006ec53090648fdae4f), [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b)]:
18
+ - @ledgerhq/coin-framework@6.11.0-nightly.20251218023953
19
+ - @ledgerhq/cryptoassets@13.35.0-nightly.20251218023953
20
+ - @ledgerhq/errors@6.28.0-nightly.20251218023953
21
+ - @ledgerhq/live-env@2.23.0-nightly.20251218023953
22
+ - @ledgerhq/devices@8.8.0-nightly.20251218023953
23
+ - @ledgerhq/live-network@2.1.4-nightly.20251218023953
24
+
25
+ ## 2.13.1
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
30
+ - @ledgerhq/errors@6.27.1
31
+ - @ledgerhq/coin-framework@6.10.1
32
+ - @ledgerhq/cryptoassets@13.34.1
33
+ - @ledgerhq/devices@8.7.1
34
+ - @ledgerhq/live-network@2.1.3
35
+
36
+ ## 2.13.1-hotfix.0
37
+
13
38
  ### Patch Changes
14
39
 
15
- - Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`e63194f`](https://github.com/LedgerHQ/ledger-live/commit/e63194f7dbd5ff2b0135c26aac3842a2be676b0a), [`bc76d51`](https://github.com/LedgerHQ/ledger-live/commit/bc76d5154d35f8340b6b282c4909cd26920b8d40), [`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`7ae71b6`](https://github.com/LedgerHQ/ledger-live/commit/7ae71b64161424b398b63f77da5127085143fcdc), [`5fa83e4`](https://github.com/LedgerHQ/ledger-live/commit/5fa83e49c5fb103da7ecf0777b7e75bb35d5ed61), [`c5da2ce`](https://github.com/LedgerHQ/ledger-live/commit/c5da2cef7cded2b53c1af9aa3174cd27e5c92e0a), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`5e0556a`](https://github.com/LedgerHQ/ledger-live/commit/5e0556a3bd0ea60277462eed10c997b17b09d299), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`2a60165`](https://github.com/LedgerHQ/ledger-live/commit/2a601656b7a23a424a29f006ec53090648fdae4f)]:
16
- - @ledgerhq/coin-framework@6.11.0-nightly.20251216024112
17
- - @ledgerhq/cryptoassets@13.35.0-nightly.20251216024112
18
- - @ledgerhq/errors@6.28.0-nightly.20251216024112
19
- - @ledgerhq/live-env@2.23.0-nightly.20251216024112
20
- - @ledgerhq/devices@8.8.0-nightly.20251216024112
21
- - @ledgerhq/live-network@2.1.3-nightly.20251216024112
40
+ - Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
41
+ - @ledgerhq/errors@6.27.1-hotfix.0
42
+ - @ledgerhq/coin-framework@6.10.1-hotfix.0
43
+ - @ledgerhq/cryptoassets@13.34.1-hotfix.0
44
+ - @ledgerhq/devices@8.7.1-hotfix.0
45
+ - @ledgerhq/live-network@2.1.3-hotfix.0
22
46
 
23
47
  ## 2.13.0
24
48
 
@@ -0,0 +1,3 @@
1
+ import type { SupportedFeatures } from "@ledgerhq/coin-framework/features/types";
2
+ export declare const supportedFeatures: SupportedFeatures;
3
+ //# sourceMappingURL=supportedFeatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportedFeatures.d.ts","sourceRoot":"","sources":["../src/supportedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,eAAO,MAAM,iBAAiB,EAAE,iBAE/B,CAAC"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.supportedFeatures = void 0;
4
+ exports.supportedFeatures = {
5
+ blockchain_txs: ["send"],
6
+ };
7
+ //# sourceMappingURL=supportedFeatures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportedFeatures.js","sourceRoot":"","sources":["../src/supportedFeatures.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD,cAAc,EAAE,CAAC,MAAM,CAAC;CACzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SupportedFeatures } from "@ledgerhq/coin-framework/features/types";
2
+ export declare const supportedFeatures: SupportedFeatures;
3
+ //# sourceMappingURL=supportedFeatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportedFeatures.d.ts","sourceRoot":"","sources":["../src/supportedFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,eAAO,MAAM,iBAAiB,EAAE,iBAE/B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export const supportedFeatures = {
2
+ blockchain_txs: ["send"],
3
+ };
4
+ //# sourceMappingURL=supportedFeatures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportedFeatures.js","sourceRoot":"","sources":["../src/supportedFeatures.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAsB;IAClD,cAAc,EAAE,CAAC,MAAM,CAAC;CACzB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-vechain",
3
- "version": "2.14.0-nightly.20251216024112",
3
+ "version": "2.14.0-nightly.20251218023953",
4
4
  "description": "Ledger VeChain Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -86,12 +86,12 @@
86
86
  "rxjs": "7.8.2",
87
87
  "@vechain/sdk-core": "2.0.0",
88
88
  "@vechain/sdk-network": "2.0.0",
89
- "@ledgerhq/devices": "8.8.0-nightly.20251216024112",
90
- "@ledgerhq/cryptoassets": "^13.35.0-nightly.20251216024112",
91
- "@ledgerhq/errors": "^6.28.0-nightly.20251216024112",
92
- "@ledgerhq/live-env": "^2.23.0-nightly.20251216024112",
93
- "@ledgerhq/coin-framework": "^6.11.0-nightly.20251216024112",
94
- "@ledgerhq/live-network": "^2.1.3-nightly.20251216024112"
89
+ "@ledgerhq/coin-framework": "^6.11.0-nightly.20251218023953",
90
+ "@ledgerhq/cryptoassets": "^13.35.0-nightly.20251218023953",
91
+ "@ledgerhq/devices": "8.8.0-nightly.20251218023953",
92
+ "@ledgerhq/errors": "^6.28.0-nightly.20251218023953",
93
+ "@ledgerhq/live-env": "^2.23.0-nightly.20251218023953",
94
+ "@ledgerhq/live-network": "^2.1.4-nightly.20251218023953"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@faker-js/faker": "^9.6.0",
@@ -102,9 +102,9 @@
102
102
  "jest": "^29.7.0",
103
103
  "msw": "^2.2.13",
104
104
  "ts-jest": "^29.1.1",
105
- "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251216024112",
106
- "@ledgerhq/disable-network-setup": "^0.1.0",
107
- "@ledgerhq/types-live": "^6.91.0-nightly.20251216024112"
105
+ "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251218023953",
106
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251218023953",
107
+ "@ledgerhq/disable-network-setup": "^0.1.0"
108
108
  },
109
109
  "scripts": {
110
110
  "clean": "rimraf lib lib-es",
@@ -0,0 +1,5 @@
1
+ import type { SupportedFeatures } from "@ledgerhq/coin-framework/features/types";
2
+
3
+ export const supportedFeatures: SupportedFeatures = {
4
+ blockchain_txs: ["send"],
5
+ };