@ledgerhq/evm-tools 1.9.0-nightly.20251219024040 → 1.9.0-nightly.20251220023811

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.9.0-nightly.20251219024040
3
+ ## 1.9.0-nightly.20251220023811
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`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.20251219024040
11
+ - Updated dependencies [[`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`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.20251220023811
13
13
 
14
14
  ## 1.8.2
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.9.0-nightly.20251219024040",
3
+ "version": "1.9.0-nightly.20251220023811",
4
4
  "description": "EVM tooling used for coin integrations & app bindings",
5
5
  "main": "./index.ts",
6
6
  "keywords": [
@@ -47,9 +47,9 @@
47
47
  "dependencies": {
48
48
  "@ethersproject/constants": "^5.7.0",
49
49
  "@ethersproject/hash": "^5.7.0",
50
- "axios": "1.12.2",
50
+ "axios": "1.13.2",
51
51
  "crypto-js": "4.2.0",
52
- "@ledgerhq/live-env": "^2.23.0-nightly.20251219024040"
52
+ "@ledgerhq/live-env": "^2.23.0-nightly.20251220023811"
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.91.0-nightly.20251219024040"
60
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251220023811"
61
61
  },
62
62
  "scripts": {
63
63
  "clean": "rimraf lib lib-es",