@ledgerhq/evm-tools 1.6.0-nightly.0 → 1.6.1-nightly.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/evm-tools@1.5.0 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.6.0 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,20 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.6.0-nightly.0
3
+ ## 1.6.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7)]:
8
+ - @ledgerhq/live-env@2.7.0-nightly.0
9
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.5-nightly.0
10
+
11
+ ## 1.6.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#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
16
+
17
+ ## 1.6.0-next.0
4
18
 
5
19
  ### Minor Changes
6
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.6.0-nightly.0",
3
+ "version": "1.6.1-nightly.0",
4
4
  "description": "EVM tooling used for coin integrations & app bindings",
5
5
  "main": "./index.ts",
6
6
  "keywords": [
@@ -49,8 +49,8 @@
49
49
  "@ethersproject/hash": "^5.7.0",
50
50
  "axios": "1.7.7",
51
51
  "crypto-js": "4.2.0",
52
- "@ledgerhq/cryptoassets-evm-signatures": "^13.5.4",
53
- "@ledgerhq/live-env": "^2.6.0"
52
+ "@ledgerhq/live-env": "^2.7.0-nightly.0",
53
+ "@ledgerhq/cryptoassets-evm-signatures": "^13.5.5-nightly.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/axios": "^0.14.0",
@@ -59,7 +59,7 @@
59
59
  "@types/node": "^22.10.10",
60
60
  "jest": "^29.7.0",
61
61
  "ts-jest": "^29.1.1",
62
- "@ledgerhq/types-live": "^6.63.0-nightly.0"
62
+ "@ledgerhq/types-live": "^6.64.0-nightly.0"
63
63
  },
64
64
  "scripts": {
65
65
  "clean": "rimraf lib lib-es",