@ledgerhq/evm-tools 1.2.0-next.1 → 1.2.0-nightly.3

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.2.0-next.0 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.2.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.2.0-next.1
3
+ ## 1.2.0-nightly.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
8
- - @ledgerhq/cryptoassets@13.3.0-next.1
7
+ - Updated dependencies [[`d13e7b9`](https://github.com/LedgerHQ/ledger-live/commit/d13e7b9f55d92098cacc9384fd7fab24033c040f)]:
8
+ - @ledgerhq/cryptoassets@13.3.0-nightly.3
9
9
 
10
- ## 1.2.0-next.0
10
+ ## 1.2.0-nightly.2
11
11
 
12
12
  ### Minor Changes
13
13
 
@@ -15,9 +15,24 @@
15
15
 
16
16
  ### Patch Changes
17
17
 
18
- - Updated dependencies [[`db9c2d7`](https://github.com/LedgerHQ/ledger-live/commit/db9c2d78fb74df586c3ea1b9fb75ce3b014a0f4b), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`8553b3e`](https://github.com/LedgerHQ/ledger-live/commit/8553b3eef10132396ec580a2d5f20b616f5b18a0), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c)]:
19
- - @ledgerhq/cryptoassets@13.3.0-next.0
20
- - @ledgerhq/live-env@2.2.0-next.0
18
+ - Updated dependencies [[`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c)]:
19
+ - @ledgerhq/live-env@2.2.0-nightly.1
20
+ - @ledgerhq/cryptoassets@13.3.0-nightly.2
21
+
22
+ ## 1.1.3-nightly.1
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf)]:
27
+ - @ledgerhq/cryptoassets@13.3.0-nightly.1
28
+ - @ledgerhq/live-env@2.2.0-nightly.0
29
+
30
+ ## 1.1.3-nightly.0
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`8553b3e`](https://github.com/LedgerHQ/ledger-live/commit/8553b3eef10132396ec580a2d5f20b616f5b18a0)]:
35
+ - @ledgerhq/cryptoassets@13.2.1-nightly.0
21
36
 
22
37
  ## 1.1.2
23
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.2.0-next.1",
3
+ "version": "1.2.0-nightly.3",
4
4
  "description": "EVM tooling used for coin integrations & app bindings",
5
5
  "main": "./index.ts",
6
6
  "keywords": [
@@ -48,8 +48,8 @@
48
48
  "axios": "^1.6.5",
49
49
  "crypto-js": "4.2.0",
50
50
  "ethers": "5.7.2",
51
- "@ledgerhq/cryptoassets": "^13.3.0-next.1",
52
- "@ledgerhq/live-env": "^2.2.0-next.0"
51
+ "@ledgerhq/cryptoassets": "^13.3.0-nightly.3",
52
+ "@ledgerhq/live-env": "^2.2.0-nightly.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/axios": "^0.14.0",
@@ -58,7 +58,7 @@
58
58
  "@types/node": "^20.8.10",
59
59
  "jest": "^29.7.0",
60
60
  "ts-jest": "^29.1.1",
61
- "@ledgerhq/types-live": "^6.50.0-next.0"
61
+ "@ledgerhq/types-live": "^6.50.0-nightly.3"
62
62
  },
63
63
  "scripts": {
64
64
  "clean": "rimraf lib lib-es",