@ledgerhq/coin-celo 1.4.0-nightly.2 → 1.4.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-celo@1.4.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-celo@1.4.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.4.0-nightly.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`f8092e3`](https://github.com/LedgerHQ/ledger-live/commit/f8092e3b3b5df2e4a7b8ba9f83d393701854d7f7)]:
|
|
8
|
+
- @ledgerhq/cryptoassets@13.28.0-nightly.2
|
|
9
|
+
- @ledgerhq/coin-evm@2.30.0-nightly.3
|
|
10
|
+
- @ledgerhq/coin-framework@6.4.0-nightly.3
|
|
11
|
+
- @ledgerhq/types-live@6.83.1-nightly.0
|
|
12
|
+
|
|
3
13
|
## 1.4.0-nightly.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-celo",
|
|
3
|
-
"version": "1.4.0-nightly.
|
|
3
|
+
"version": "1.4.0-nightly.3",
|
|
4
4
|
"description": "celo coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
"invariant": "^2.2.4",
|
|
115
115
|
"lodash": "^4.17.21",
|
|
116
116
|
"rxjs": "^7.8.1",
|
|
117
|
-
"@ledgerhq/coin-evm": "^2.30.0-nightly.
|
|
118
|
-
"@ledgerhq/coin-framework": "^6.4.0-nightly.
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.28.0-nightly.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.30.0-nightly.3",
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.4.0-nightly.3",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.28.0-nightly.2",
|
|
120
120
|
"@ledgerhq/devices": "^8.5.1",
|
|
121
121
|
"@ledgerhq/errors": "^6.25.0",
|
|
122
122
|
"@ledgerhq/hw-app-eth": "^6.45.18-nightly.1",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"ts-jest": "^29.1.1",
|
|
138
138
|
"typescript": "^5.4.5",
|
|
139
139
|
"@ledgerhq/disable-network-setup": "^0.0.0",
|
|
140
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
140
|
+
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0"
|
|
141
141
|
},
|
|
142
142
|
"scripts": {
|
|
143
143
|
"clean": "rimraf lib lib-es",
|