@ledgerhq/coin-celo 1.6.1-nightly.0 → 1.6.1-nightly.1
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 +7 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-celo@1.6.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
|
|
2
|
+
> @ledgerhq/coin-celo@1.6.1-nightly.0 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,12 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.6.1-nightly.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ae0f8e4`](https://github.com/LedgerHQ/ledger-live/commit/ae0f8e4fb7fed90b7b110769b4bef54642fc24cf)]:
|
|
8
|
+
- @ledgerhq/coin-evm@2.34.0-nightly.1
|
|
9
|
+
|
|
3
10
|
## 1.6.1-nightly.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-celo",
|
|
3
|
-
"version": "1.6.1-nightly.
|
|
3
|
+
"version": "1.6.1-nightly.1",
|
|
4
4
|
"description": "celo coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"invariant": "^2.2.4",
|
|
115
115
|
"lodash": "^4.17.21",
|
|
116
116
|
"rxjs": "^7.8.1",
|
|
117
|
-
"@ledgerhq/coin-evm": "^2.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.34.0-nightly.1",
|
|
118
118
|
"@ledgerhq/coin-framework": "^6.7.1-nightly.0",
|
|
119
119
|
"@ledgerhq/cryptoassets": "^13.31.1-nightly.0",
|
|
120
|
-
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
121
120
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
121
|
+
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
122
122
|
"@ledgerhq/hw-app-eth": "^6.46.2-nightly.0",
|
|
123
123
|
"@ledgerhq/live-config": "^3.2.0",
|
|
124
124
|
"@ledgerhq/live-env": "^2.19.0",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"jest": "^29.7.0",
|
|
137
137
|
"ts-jest": "^29.1.1",
|
|
138
138
|
"typescript": "^5.4.5",
|
|
139
|
-
"@ledgerhq/
|
|
140
|
-
"@ledgerhq/
|
|
139
|
+
"@ledgerhq/types-cryptoassets": "^7.29.0",
|
|
140
|
+
"@ledgerhq/disable-network-setup": "^0.0.0"
|
|
141
141
|
},
|
|
142
142
|
"scripts": {
|
|
143
143
|
"clean": "rimraf lib lib-es",
|