@ledgerhq/evm-tools 1.1.0-nightly.3 → 1.1.0-windows-certificate.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.1.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.0.19 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,20 +1,6 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.1.0-nightly.3
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`6623cd1`](https://github.com/LedgerHQ/ledger-live/commit/6623cd13102bd8340bd7d4dfdd469934527985c3)]:
8
- - @ledgerhq/live-env@2.1.0-nightly.2
9
-
10
- ## 1.1.0-nightly.2
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [[`6d44f25`](https://github.com/LedgerHQ/ledger-live/commit/6d44f255c5b2f453c61d0b754807db1f76d7174e)]:
15
- - @ledgerhq/live-env@2.1.0-nightly.1
16
-
17
- ## 1.1.0-nightly.1
3
+ ## 1.1.0-windows-certificate.0
18
4
 
19
5
  ### Minor Changes
20
6
 
@@ -22,16 +8,9 @@
22
8
 
23
9
  ### Patch Changes
24
10
 
25
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
26
- - @ledgerhq/cryptoassets@13.1.0-nightly.1
27
- - @ledgerhq/live-env@2.1.0-nightly.0
28
-
29
- ## 1.0.20-nightly.0
30
-
31
- ### Patch Changes
32
-
33
- - Updated dependencies [[`801265b`](https://github.com/LedgerHQ/ledger-live/commit/801265b7ff3ed7ebd0012eb50f70898557a2dd52)]:
34
- - @ledgerhq/cryptoassets@13.1.0-nightly.0
11
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584), [`4499990`](https://github.com/LedgerHQ/ledger-live/commit/449999066c58ae5df371dfb92a7230f9b5e90a60), [`801265b`](https://github.com/LedgerHQ/ledger-live/commit/801265b7ff3ed7ebd0012eb50f70898557a2dd52), [`6d44f25`](https://github.com/LedgerHQ/ledger-live/commit/6d44f255c5b2f453c61d0b754807db1f76d7174e), [`6623cd1`](https://github.com/LedgerHQ/ledger-live/commit/6623cd13102bd8340bd7d4dfdd469934527985c3), [`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c), [`fda6a81`](https://github.com/LedgerHQ/ledger-live/commit/fda6a814544b3a1debceab22f69485911e76cadc), [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a)]:
12
+ - @ledgerhq/cryptoassets@13.1.0-windows-certificate.0
13
+ - @ledgerhq/live-env@2.1.0-windows-certificate.0
35
14
 
36
15
  ## 1.0.19
37
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.1.0-nightly.3",
3
+ "version": "1.1.0-windows-certificate.0",
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.1.0-nightly.1",
52
- "@ledgerhq/live-env": "^2.1.0-nightly.2"
51
+ "@ledgerhq/cryptoassets": "^13.1.0-windows-certificate.0",
52
+ "@ledgerhq/live-env": "^2.1.0-windows-certificate.0"
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.48.0-nightly.0"
61
+ "@ledgerhq/types-live": "^6.48.0-windows-certificate.0"
62
62
  },
63
63
  "scripts": {
64
64
  "clean": "rimraf lib lib-es",