@ledgerhq/coin-vechain 2.12.2-nightly.20251203101856 → 2.12.2-nightly.20251203105022

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.12.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-vechain
2
+ > @ledgerhq/coin-vechain@2.12.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
 
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 2.12.2-nightly.20251203101856
3
+ ## 2.12.2-nightly.20251203105022
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#12840](https://github.com/LedgerHQ/ledger-live/pull/12840) [`ed580b3`](https://github.com/LedgerHQ/ledger-live/commit/ed580b3b8bee2ad492e40788adb29f90f175bce5) Thanks [@alevito](https://github.com/alevito)! - improve accuracy of gas estimation by setting the transaction caller to origin's address, rather than the recipient's address
8
8
 
9
9
  - Updated dependencies [[`50aeea1`](https://github.com/LedgerHQ/ledger-live/commit/50aeea1233056e9abff9568eb928927f39e76cff), [`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`fe81926`](https://github.com/LedgerHQ/ledger-live/commit/fe81926afeb2df8e917e6bd1e4cbab13f09647fd), [`67137eb`](https://github.com/LedgerHQ/ledger-live/commit/67137eb5d7f04dd5f3610fdaa4e463d292654105), [`49ef24c`](https://github.com/LedgerHQ/ledger-live/commit/49ef24cbd1948bfd146af0b20f2128951b2dc170), [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3), [`903ea9c`](https://github.com/LedgerHQ/ledger-live/commit/903ea9cdacf704a0119de2803a4f409b775391a5), [`9251b77`](https://github.com/LedgerHQ/ledger-live/commit/9251b77fcb01709723842f19220a2a41a6fc8f3b), [`02ef98f`](https://github.com/LedgerHQ/ledger-live/commit/02ef98faeb13c182ef255e06a43c39abeb55ecc7), [`6d0c6b2`](https://github.com/LedgerHQ/ledger-live/commit/6d0c6b2eda60049d8eebda5de2c54e8f0be7d009), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d)]:
10
- - @ledgerhq/cryptoassets@13.34.0-nightly.20251203101856
11
- - @ledgerhq/coin-framework@6.10.0-nightly.20251203101856
12
- - @ledgerhq/live-env@2.22.0-nightly.20251203101856
13
- - @ledgerhq/live-network@2.1.2-nightly.20251203101856
10
+ - @ledgerhq/cryptoassets@13.34.0-nightly.20251203105022
11
+ - @ledgerhq/coin-framework@6.10.0-nightly.20251203105022
12
+ - @ledgerhq/live-env@2.22.0-nightly.20251203105022
13
+ - @ledgerhq/live-network@2.1.2-nightly.20251203105022
14
14
 
15
15
  ## 2.12.1
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-vechain",
3
- "version": "2.12.2-nightly.20251203101856",
3
+ "version": "2.12.2-nightly.20251203105022",
4
4
  "description": "Ledger VeChain Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -86,12 +86,12 @@
86
86
  "rxjs": "^7.8.1",
87
87
  "@vechain/sdk-core": "2.0.0",
88
88
  "@vechain/sdk-network": "2.0.0",
89
- "@ledgerhq/coin-framework": "^6.10.0-nightly.20251203101856",
90
- "@ledgerhq/cryptoassets": "^13.34.0-nightly.20251203101856",
89
+ "@ledgerhq/coin-framework": "^6.10.0-nightly.20251203105022",
90
+ "@ledgerhq/cryptoassets": "^13.34.0-nightly.20251203105022",
91
91
  "@ledgerhq/devices": "8.7.0",
92
92
  "@ledgerhq/errors": "^6.27.0",
93
- "@ledgerhq/live-network": "^2.1.2-nightly.20251203101856",
94
- "@ledgerhq/live-env": "^2.22.0-nightly.20251203101856"
93
+ "@ledgerhq/live-env": "^2.22.0-nightly.20251203105022",
94
+ "@ledgerhq/live-network": "^2.1.2-nightly.20251203105022"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@faker-js/faker": "^9.6.0",
@@ -103,7 +103,7 @@
103
103
  "msw": "^2.2.13",
104
104
  "ts-jest": "^29.1.1",
105
105
  "@ledgerhq/types-cryptoassets": "^7.30.0",
106
- "@ledgerhq/types-live": "^6.90.0-nightly.20251203101856",
106
+ "@ledgerhq/types-live": "^6.90.0-nightly.20251203105022",
107
107
  "@ledgerhq/disable-network-setup": "^0.1.0"
108
108
  },
109
109
  "scripts": {