@ledgerhq/coin-evm 0.5.0-hotfix.0 → 0.5.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 +25 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add telos evm currency
|
|
8
|
+
|
|
9
|
+
- [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Create EVM send flow
|
|
10
|
+
|
|
11
|
+
- [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add support for Ledger infra as node and/or explorer
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Fix building & bundling of `evm-tools` & `domain-service` libs due to .gitignore(s)
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1)]:
|
|
18
|
+
- @ledgerhq/cryptoassets@9.11.0
|
|
19
|
+
- @ledgerhq/live-env@0.4.1
|
|
20
|
+
- @ledgerhq/types-cryptoassets@7.4.0
|
|
21
|
+
- @ledgerhq/types-live@6.38.0
|
|
22
|
+
- @ledgerhq/coin-framework@0.5.0
|
|
23
|
+
- @ledgerhq/evm-tools@1.0.2
|
|
24
|
+
- @ledgerhq/hw-app-eth@6.34.1
|
|
25
|
+
- @ledgerhq/domain-service@1.1.7
|
|
26
|
+
- @ledgerhq/live-network@1.1.4
|
|
27
|
+
|
|
3
28
|
## 0.5.0-hotfix.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-evm",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Ledger EVM Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"react-native-get-random-values": "^1.8.0",
|
|
56
56
|
"rxjs": "^6.6.7",
|
|
57
|
-
"@ledgerhq/coin-framework": "^0.5.0
|
|
58
|
-
"@ledgerhq/cryptoassets": "^9.11.0
|
|
57
|
+
"@ledgerhq/coin-framework": "^0.5.0",
|
|
58
|
+
"@ledgerhq/cryptoassets": "^9.11.0",
|
|
59
59
|
"@ledgerhq/devices": "^8.0.5",
|
|
60
|
-
"@ledgerhq/domain-service": "^1.1.7
|
|
60
|
+
"@ledgerhq/domain-service": "^1.1.7",
|
|
61
61
|
"@ledgerhq/errors": "^6.13.0",
|
|
62
|
-
"@ledgerhq/evm-tools": "^1.0.2
|
|
63
|
-
"@ledgerhq/hw-app-eth": "^6.34.1
|
|
64
|
-
"@ledgerhq/live-env": "^0.4.1
|
|
65
|
-
"@ledgerhq/live-network": "^1.1.4
|
|
62
|
+
"@ledgerhq/evm-tools": "^1.0.2",
|
|
63
|
+
"@ledgerhq/hw-app-eth": "^6.34.1",
|
|
64
|
+
"@ledgerhq/live-env": "^0.4.1",
|
|
65
|
+
"@ledgerhq/live-network": "^1.1.4",
|
|
66
66
|
"@ledgerhq/live-promise": "^0.0.1",
|
|
67
67
|
"@ledgerhq/logs": "^6.10.1",
|
|
68
|
-
"@ledgerhq/types-cryptoassets": "^7.4.0
|
|
69
|
-
"@ledgerhq/types-live": "^6.38.0
|
|
68
|
+
"@ledgerhq/types-cryptoassets": "^7.4.0",
|
|
69
|
+
"@ledgerhq/types-live": "^6.38.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/invariant": "^2.2.2",
|