@ledgerhq/evm-tools 1.3.0-spl-tokens-test.0 → 1.3.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +23 -3
- package/package.json +5 -4
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# @ledgerhq/evm-tools
|
|
2
2
|
|
|
3
|
-
## 1.3.
|
|
3
|
+
## 1.3.1-nightly.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890)]:
|
|
8
|
+
- @ledgerhq/live-env@2.5.0-nightly.0
|
|
9
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.3-nightly.0
|
|
10
|
+
|
|
11
|
+
## 1.3.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#8175](https://github.com/LedgerHQ/ledger-live/pull/8175) [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove `ethers` from dependencies and use sub-librairies instead to reduce the package size.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2), [`95fbec9`](https://github.com/LedgerHQ/ledger-live/commit/95fbec9fdff75cd6d4ac23e189e876efffc81906), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93)]:
|
|
20
|
+
- @ledgerhq/live-env@2.4.1
|
|
21
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2
|
|
22
|
+
|
|
23
|
+
## 1.3.0-next.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
6
26
|
|
|
@@ -9,8 +29,8 @@
|
|
|
9
29
|
### Patch Changes
|
|
10
30
|
|
|
11
31
|
- Updated dependencies [[`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2), [`95fbec9`](https://github.com/LedgerHQ/ledger-live/commit/95fbec9fdff75cd6d4ac23e189e876efffc81906), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93)]:
|
|
12
|
-
- @ledgerhq/live-env@2.4.1-
|
|
13
|
-
- @ledgerhq/cryptoassets-evm-signatures@13.5.2-
|
|
32
|
+
- @ledgerhq/live-env@2.4.1-next.0
|
|
33
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2-next.0
|
|
14
34
|
|
|
15
35
|
## 1.2.4
|
|
16
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/evm-tools",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.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.
|
|
53
|
-
"@ledgerhq/live-env": "^2.
|
|
52
|
+
"@ledgerhq/cryptoassets-evm-signatures": "^13.5.3-nightly.0",
|
|
53
|
+
"@ledgerhq/live-env": "^2.5.0-nightly.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/axios": "^0.14.0",
|
|
@@ -59,13 +59,14 @@
|
|
|
59
59
|
"@types/node": "^20.8.10",
|
|
60
60
|
"jest": "^29.7.0",
|
|
61
61
|
"ts-jest": "^29.1.1",
|
|
62
|
-
"@ledgerhq/types-live": "^6.
|
|
62
|
+
"@ledgerhq/types-live": "^6.56.0-nightly.0"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"clean": "rimraf lib lib-es",
|
|
66
66
|
"build": "tsc && tsc -m ES6 --outDir lib-es",
|
|
67
67
|
"prewatch": "pnpm build",
|
|
68
68
|
"watch": "tsc --watch",
|
|
69
|
+
"watch:es": "tsc --watch -m ES6 --outDir lib-es",
|
|
69
70
|
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
|
|
70
71
|
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
|
|
71
72
|
"lint:fix": "pnpm lint --fix",
|