@ledgerhq/evm-tools 1.9.0-nightly.20251209140356 → 1.9.0-nightly.20251210100832

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/evm-tools@1.8.1 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.8.2 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.9.0-nightly.20251209140356
3
+ ## 1.9.0-nightly.20251210100832
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,8 +8,22 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045)]:
12
- - @ledgerhq/live-env@2.22.0-nightly.20251209140356
11
+ - Updated dependencies [[`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b)]:
12
+ - @ledgerhq/live-env@2.23.0-nightly.20251210100832
13
+
14
+ ## 1.8.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045)]:
19
+ - @ledgerhq/live-env@2.22.0
20
+
21
+ ## 1.8.2-next.0
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045)]:
26
+ - @ledgerhq/live-env@2.22.0-next.0
13
27
 
14
28
  ## 1.8.1
15
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.9.0-nightly.20251209140356",
3
+ "version": "1.9.0-nightly.20251210100832",
4
4
  "description": "EVM tooling used for coin integrations & app bindings",
5
5
  "main": "./index.ts",
6
6
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "@ethersproject/hash": "^5.7.0",
50
50
  "axios": "1.12.2",
51
51
  "crypto-js": "4.2.0",
52
- "@ledgerhq/live-env": "^2.22.0-nightly.20251209140356"
52
+ "@ledgerhq/live-env": "^2.23.0-nightly.20251210100832"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/crypto-js": "^4.1.1",
@@ -57,7 +57,7 @@
57
57
  "@types/node": "^22.10.10",
58
58
  "jest": "^29.7.0",
59
59
  "ts-jest": "^29.1.1",
60
- "@ledgerhq/types-live": "^6.90.0-nightly.20251209140356"
60
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251210100832"
61
61
  },
62
62
  "scripts": {
63
63
  "clean": "rimraf lib lib-es",