@ledgerhq/coin-vechain 2.5.0-nightly.0 → 2.5.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/coin-vechain@2.4.7 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-vechain
2
+ > @ledgerhq/coin-vechain@2.5.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.5.0-nightly.0
3
+ ## 2.5.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,8 +8,19 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
12
- - @ledgerhq/coin-framework@2.3.0-nightly.0
11
+ - Updated dependencies [[`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
12
+ - @ledgerhq/coin-framework@2.3.0
13
+
14
+ ## 2.5.0-next.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
23
+ - @ledgerhq/coin-framework@2.3.0-next.0
13
24
 
14
25
  ## 2.4.7
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-vechain",
3
- "version": "2.5.0-nightly.0",
3
+ "version": "2.5.0",
4
4
  "description": "Ledger VeChain Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -85,7 +85,7 @@
85
85
  "lodash": "^4.17.21",
86
86
  "rxjs": "^7.8.1",
87
87
  "thor-devkit": "^2.0.6",
88
- "@ledgerhq/coin-framework": "^2.3.0-nightly.0",
88
+ "@ledgerhq/coin-framework": "^2.3.0",
89
89
  "@ledgerhq/cryptoassets": "^13.13.0",
90
90
  "@ledgerhq/devices": "^8.4.4",
91
91
  "@ledgerhq/errors": "^6.19.1",
@@ -100,8 +100,8 @@
100
100
  "jest": "^29.7.0",
101
101
  "ts-jest": "^29.1.1",
102
102
  "@ledgerhq/coin-tester": "^0.4.0",
103
- "@ledgerhq/types-live": "^6.63.0-nightly.0",
104
- "@ledgerhq/types-cryptoassets": "^7.20.0"
103
+ "@ledgerhq/types-cryptoassets": "^7.20.0",
104
+ "@ledgerhq/types-live": "^6.63.0"
105
105
  },
106
106
  "scripts": {
107
107
  "clean": "rimraf lib lib-es",