@ledgerhq/coin-vechain 2.8.0-nightly.2 → 2.8.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +36 -12
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-vechain@2.
|
|
2
|
+
> @ledgerhq/coin-vechain@2.8.0 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
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
-
## 2.8.0
|
|
3
|
+
## 2.8.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,26 +10,50 @@
|
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
|
-
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3)]:
|
|
14
|
-
- @ledgerhq/cryptoassets@13.
|
|
15
|
-
- @ledgerhq/coin-framework@
|
|
13
|
+
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
14
|
+
- @ledgerhq/cryptoassets@13.24.0
|
|
15
|
+
- @ledgerhq/coin-framework@6.0.0
|
|
16
|
+
- @ledgerhq/live-env@2.13.0
|
|
17
|
+
- @ledgerhq/live-network@2.0.14
|
|
16
18
|
|
|
17
|
-
## 2.
|
|
19
|
+
## 2.8.0-next.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [#11110](https://github.com/LedgerHQ/ledger-live/pull/11110) [`e165f4e`](https://github.com/LedgerHQ/ledger-live/commit/e165f4e1cc7058fb26d415a36cc03165febc69b0) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - deps(coin-vechain): remove `coin-tester` dependency
|
|
24
|
+
|
|
25
|
+
- [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
30
|
+
- @ledgerhq/cryptoassets@13.24.0-next.0
|
|
31
|
+
- @ledgerhq/coin-framework@6.0.0-next.0
|
|
32
|
+
- @ledgerhq/live-env@2.13.0-next.0
|
|
33
|
+
- @ledgerhq/live-network@2.0.14-next.0
|
|
34
|
+
|
|
35
|
+
## 2.7.15
|
|
18
36
|
|
|
19
37
|
### Patch Changes
|
|
20
38
|
|
|
21
|
-
- Updated dependencies [[`
|
|
22
|
-
- @ledgerhq/
|
|
23
|
-
- @ledgerhq/coin-framework@5.
|
|
24
|
-
- @ledgerhq/cryptoassets@13.22.1-nightly.0
|
|
25
|
-
- @ledgerhq/live-network@2.0.14-nightly.0
|
|
39
|
+
- Updated dependencies [[`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
|
|
40
|
+
- @ledgerhq/cryptoassets@13.23.0
|
|
41
|
+
- @ledgerhq/coin-framework@5.8.0
|
|
26
42
|
|
|
27
|
-
## 2.7.15-
|
|
43
|
+
## 2.7.15-next.1
|
|
28
44
|
|
|
29
45
|
### Patch Changes
|
|
30
46
|
|
|
31
47
|
- Updated dependencies []:
|
|
32
|
-
- @ledgerhq/coin-framework@5.
|
|
48
|
+
- @ledgerhq/coin-framework@5.8.0-next.1
|
|
49
|
+
|
|
50
|
+
## 2.7.15-next.0
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [[`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
|
|
55
|
+
- @ledgerhq/cryptoassets@13.23.0-next.0
|
|
56
|
+
- @ledgerhq/coin-framework@5.8.0-next.0
|
|
33
57
|
|
|
34
58
|
## 2.7.14
|
|
35
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-vechain",
|
|
3
|
-
"version": "2.8.0
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Ledger VeChain Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
"lodash": "^4.17.21",
|
|
86
86
|
"rxjs": "^7.8.1",
|
|
87
87
|
"thor-devkit": "^2.0.6",
|
|
88
|
-
"@ledgerhq/coin-framework": "^
|
|
89
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
88
|
+
"@ledgerhq/coin-framework": "^6.0.0",
|
|
89
|
+
"@ledgerhq/cryptoassets": "^13.24.0",
|
|
90
90
|
"@ledgerhq/devices": "8.4.8",
|
|
91
91
|
"@ledgerhq/errors": "^6.23.0",
|
|
92
|
-
"@ledgerhq/live-env": "^2.13.0
|
|
93
|
-
"@ledgerhq/live-network": "^2.0.14
|
|
92
|
+
"@ledgerhq/live-env": "^2.13.0",
|
|
93
|
+
"@ledgerhq/live-network": "^2.0.14"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@faker-js/faker": "^9.6.0",
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"jest": "^29.7.0",
|
|
102
102
|
"msw": "^2.2.13",
|
|
103
103
|
"ts-jest": "^29.1.1",
|
|
104
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
105
|
-
"@ledgerhq/types-live": "^6.
|
|
104
|
+
"@ledgerhq/types-cryptoassets": "^7.25.0",
|
|
105
|
+
"@ledgerhq/types-live": "^6.80.0",
|
|
106
106
|
"@ledgerhq/disable-network-setup": "^0.0.0"
|
|
107
107
|
},
|
|
108
108
|
"scripts": {
|