@ledgerhq/evm-tools 1.0.15-wc-test.0 → 1.0.15

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.0.14 build /home/runner/work/ledger-live/ledger-live/libs/evm-tools
2
+ > @ledgerhq/evm-tools@1.0.15 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,6 +1,17 @@
1
1
  # @ledgerhq/evm-tools
2
2
 
3
- ## 1.0.15-wc-test.0
3
+ ## 1.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`628fa73`](https://github.com/LedgerHQ/ledger-live/commit/628fa732866a6018287ca7bc3d463acb3f5cd6b9) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Remove live-network dependency
8
+
9
+ - [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Move clear signed selectors to evm-tools lib
10
+
11
+ - Updated dependencies [[`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa)]:
12
+ - @ledgerhq/live-env@1.0.0
13
+
14
+ ## 1.0.15-next.0
4
15
 
5
16
  ### Patch Changes
6
17
 
@@ -8,9 +19,8 @@
8
19
 
9
20
  - [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Move clear signed selectors to evm-tools lib
10
21
 
11
- - Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`4715e4c`](https://github.com/LedgerHQ/ledger-live/commit/4715e4c411fa2396330ebcb810aeb6bfc9892e88), [`c6c58db`](https://github.com/LedgerHQ/ledger-live/commit/c6c58dbcff862af1ebcd1537dc76a81e61d5d328)]:
12
- - @ledgerhq/live-env@1.0.0-wc-test.0
13
- - @ledgerhq/cryptoassets@11.4.1-wc-test.0
22
+ - Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370)]:
23
+ - @ledgerhq/live-env@1.0.0-next.0
14
24
 
15
25
  ## 1.0.14
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/evm-tools",
3
- "version": "1.0.15-wc-test.0",
3
+ "version": "1.0.15",
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": "^11.4.1-wc-test.0",
52
- "@ledgerhq/live-env": "^1.0.0-wc-test.0"
51
+ "@ledgerhq/cryptoassets": "^11.4.0",
52
+ "@ledgerhq/live-env": "^1.0.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.44.1-wc-test.0"
61
+ "@ledgerhq/types-live": "^6.44.1"
62
62
  },
63
63
  "scripts": {
64
64
  "clean": "rimraf lib lib-es",