@ledgerhq/evm-tools 1.5.0 → 1.6.0-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-next.2 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.5.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,18 +1,12 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.5.0
3
+ ## 1.6.0-nightly.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#9158](https://github.com/LedgerHQ/ledger-live/pull/9158) [`7931e5f`](https://github.com/LedgerHQ/ledger-live/commit/7931e5f6bf379eee7b80f5a95f13b6e96140ac5a) Thanks [@Canestin](https://github.com/Canestin)! - change uniswap signmessage modal
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [[`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
12
- - @ledgerhq/live-env@2.6.0
13
- - @ledgerhq/cryptoassets-evm-signatures@13.5.4
7
+ - [#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
14
8
 
15
- ## 1.5.0-next.2
9
+ ## 1.5.0
16
10
 
17
11
  ### Minor Changes
18
12
 
@@ -21,10 +15,10 @@
21
15
  ### Patch Changes
22
16
 
23
17
  - Updated dependencies [[`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
24
- - @ledgerhq/live-env@2.6.0-next.2
25
- - @ledgerhq/cryptoassets-evm-signatures@13.5.4-next.2
18
+ - @ledgerhq/live-env@2.6.0
19
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.4
26
20
 
27
- ## 1.5.0-nightly.1
21
+ ## 1.5.0-next.0
28
22
 
29
23
  ### Minor Changes
30
24
 
@@ -32,17 +26,9 @@
32
26
 
33
27
  ### Patch Changes
34
28
 
35
- - Updated dependencies [[`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
36
- - @ledgerhq/live-env@2.6.0-nightly.1
37
- - @ledgerhq/cryptoassets-evm-signatures@13.5.4-nightly.1
38
-
39
- ## 1.4.1-nightly.0
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies [[`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e)]:
44
- - @ledgerhq/live-env@2.6.0-nightly.0
45
- - @ledgerhq/cryptoassets-evm-signatures@13.5.4-nightly.0
29
+ - Updated dependencies [[`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
30
+ - @ledgerhq/live-env@2.6.0-next.0
31
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.4-next.0
46
32
 
47
33
  ## 1.4.0
48
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.5.0",
3
+ "version": "1.6.0-nightly.0",
4
4
  "description": "EVM tooling used for coin integrations & app bindings",
5
5
  "main": "./index.ts",
6
6
  "keywords": [
@@ -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.61.0"
62
+ "@ledgerhq/types-live": "^6.63.0-nightly.0"
63
63
  },
64
64
  "scripts": {
65
65
  "clean": "rimraf lib lib-es",