@ledgerhq/evm-tools 1.7.0-nightly.1 → 1.7.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.6.5-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.7.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,36 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.7.0-nightly.1
3
+ ## 1.7.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`20406e5`](https://github.com/LedgerHQ/ledger-live/commit/20406e52b4167289fced610c6ca9824a6d68cdac)]:
8
+ - @ledgerhq/live-env@2.12.0-nightly.0
9
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.10-nightly.0
10
+
11
+ ## 1.7.0
4
12
 
5
13
  ### Minor Changes
6
14
 
7
15
  - [#10543](https://github.com/LedgerHQ/ledger-live/pull/10543) [`881dc73`](https://github.com/LedgerHQ/ledger-live/commit/881dc73e98bba95567fc2a4a6c54659d44f22957) Thanks [@adammino-ledger](https://github.com/adammino-ledger)! - added dapp selectors to be able to track more types of transactions on evm contracts
8
16
 
9
- ## 1.6.5-nightly.0
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
20
+ - @ledgerhq/live-env@2.11.0
21
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.9
22
+
23
+ ## 1.7.0-next.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#10543](https://github.com/LedgerHQ/ledger-live/pull/10543) [`881dc73`](https://github.com/LedgerHQ/ledger-live/commit/881dc73e98bba95567fc2a4a6c54659d44f22957) Thanks [@adammino-ledger](https://github.com/adammino-ledger)! - added dapp selectors to be able to track more types of transactions on evm contracts
10
28
 
11
29
  ### Patch Changes
12
30
 
13
31
  - Updated dependencies [[`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
14
- - @ledgerhq/live-env@2.11.0-nightly.0
15
- - @ledgerhq/cryptoassets-evm-signatures@13.5.9-nightly.0
32
+ - @ledgerhq/live-env@2.11.0-next.0
33
+ - @ledgerhq/cryptoassets-evm-signatures@13.5.9-next.0
16
34
 
17
35
  ## 1.6.4
18
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.7.0-nightly.1",
3
+ "version": "1.7.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.9-nightly.0",
53
- "@ledgerhq/live-env": "^2.11.0-nightly.0"
52
+ "@ledgerhq/cryptoassets-evm-signatures": "^13.5.10-nightly.0",
53
+ "@ledgerhq/live-env": "^2.12.0-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.75.0-nightly.1"
62
+ "@ledgerhq/types-live": "^6.77.0-nightly.1"
63
63
  },
64
64
  "scripts": {
65
65
  "clean": "rimraf lib lib-es",