@ledgerhq/coin-vechain 2.7.9-nightly.3 → 2.7.9

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.7.9-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-vechain
2
+ > @ledgerhq/coin-vechain@2.7.9 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,36 +1,31 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 2.7.9-nightly.3
3
+ ## 2.7.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e)]:
8
- - @ledgerhq/cryptoassets@13.19.0-nightly.1
9
- - @ledgerhq/coin-framework@5.3.0-nightly.3
7
+ - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
8
+ - @ledgerhq/live-env@2.10.0
9
+ - @ledgerhq/coin-framework@5.3.0
10
+ - @ledgerhq/cryptoassets@13.18.1
11
+ - @ledgerhq/live-network@2.0.10
10
12
 
11
- ## 2.7.9-nightly.2
13
+ ## 2.7.9-next.1
12
14
 
13
15
  ### Patch Changes
14
16
 
15
- - Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f)]:
16
- - @ledgerhq/errors@6.22.0-nightly.0
17
- - @ledgerhq/coin-framework@5.3.0-nightly.2
18
- - @ledgerhq/devices@8.4.7-nightly.0
19
- - @ledgerhq/live-network@2.0.10-nightly.0
17
+ - Updated dependencies [[`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431)]:
18
+ - @ledgerhq/coin-framework@5.3.0-next.1
20
19
 
21
- ## 2.7.9-nightly.1
20
+ ## 2.7.9-next.0
22
21
 
23
22
  ### Patch Changes
24
23
 
25
- - Updated dependencies [[`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4)]:
26
- - @ledgerhq/coin-framework@5.3.0-nightly.1
27
-
28
- ## 2.7.9-nightly.0
29
-
30
- ### Patch Changes
31
-
32
- - Updated dependencies []:
33
- - @ledgerhq/coin-framework@5.2.1-nightly.0
24
+ - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
25
+ - @ledgerhq/live-env@2.10.0-next.0
26
+ - @ledgerhq/coin-framework@5.3.0-next.0
27
+ - @ledgerhq/cryptoassets@13.18.1-next.0
28
+ - @ledgerhq/live-network@2.0.10-next.0
34
29
 
35
30
  ## 2.7.8
36
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-vechain",
3
- "version": "2.7.9-nightly.3",
3
+ "version": "2.7.9",
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": "^5.3.0-nightly.3",
89
- "@ledgerhq/cryptoassets": "^13.19.0-nightly.1",
90
- "@ledgerhq/devices": "8.4.7-nightly.0",
91
- "@ledgerhq/errors": "^6.22.0-nightly.0",
92
- "@ledgerhq/live-env": "^2.9.1-nightly.0",
93
- "@ledgerhq/live-network": "^2.0.10-nightly.0"
88
+ "@ledgerhq/coin-framework": "^5.3.0",
89
+ "@ledgerhq/cryptoassets": "^13.18.1",
90
+ "@ledgerhq/devices": "8.4.6",
91
+ "@ledgerhq/errors": "^6.21.0",
92
+ "@ledgerhq/live-env": "^2.10.0",
93
+ "@ledgerhq/live-network": "^2.0.10"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@faker-js/faker": "^9.6.0",
@@ -101,9 +101,9 @@
101
101
  "jest": "^29.7.0",
102
102
  "msw": "^2.2.13",
103
103
  "ts-jest": "^29.1.1",
104
- "@ledgerhq/coin-tester": "^0.7.0-nightly.1",
104
+ "@ledgerhq/coin-tester": "^0.6.0",
105
105
  "@ledgerhq/types-cryptoassets": "^7.23.0",
106
- "@ledgerhq/types-live": "^6.73.0-nightly.2",
106
+ "@ledgerhq/types-live": "^6.73.0",
107
107
  "@ledgerhq/disable-network-setup": "^0.0.0"
108
108
  },
109
109
  "scripts": {