@ledgerhq/coin-celo 1.6.0-nightly.5 → 1.6.0-nightly.6
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 +11 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-celo@1.6.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-celo@1.6.0-nightly.5 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,16 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.6.0-nightly.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`51995e9`](https://github.com/LedgerHQ/ledger-live/commit/51995e96a9e1fafe14c7cbe45ce0b1ec8ebd106b)]:
|
|
8
|
+
- @ledgerhq/types-live@6.87.0-nightly.4
|
|
9
|
+
- @ledgerhq/coin-framework@6.7.0-nightly.6
|
|
10
|
+
- @ledgerhq/coin-evm@2.33.0-nightly.6
|
|
11
|
+
- @ledgerhq/cryptoassets@13.31.0-nightly.6
|
|
12
|
+
- @ledgerhq/hw-app-eth@6.46.1-nightly.5
|
|
13
|
+
|
|
3
14
|
## 1.6.0-nightly.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-celo",
|
|
3
|
-
"version": "1.6.0-nightly.
|
|
3
|
+
"version": "1.6.0-nightly.6",
|
|
4
4
|
"description": "celo coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -114,17 +114,17 @@
|
|
|
114
114
|
"invariant": "^2.2.4",
|
|
115
115
|
"lodash": "^4.17.21",
|
|
116
116
|
"rxjs": "^7.8.1",
|
|
117
|
-
"@ledgerhq/coin-evm": "^2.33.0-nightly.
|
|
118
|
-
"@ledgerhq/coin-framework": "^6.7.0-nightly.
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.31.0-nightly.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.33.0-nightly.6",
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.7.0-nightly.6",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.31.0-nightly.6",
|
|
120
120
|
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
121
121
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
122
|
-
"@ledgerhq/hw-app-eth": "^6.46.1-nightly.
|
|
122
|
+
"@ledgerhq/hw-app-eth": "^6.46.1-nightly.5",
|
|
123
123
|
"@ledgerhq/live-config": "^3.2.0",
|
|
124
124
|
"@ledgerhq/live-env": "^2.19.0-nightly.1",
|
|
125
125
|
"@ledgerhq/live-network": "^2.0.20-nightly.2",
|
|
126
126
|
"@ledgerhq/logs": "^6.13.0",
|
|
127
|
-
"@ledgerhq/types-live": "^6.87.0-nightly.
|
|
127
|
+
"@ledgerhq/types-live": "^6.87.0-nightly.4"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@faker-js/faker": "^9.9.0",
|