@ledgerhq/coin-celo 1.6.1-nightly.1 → 1.6.1-nightly.2
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 +8 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-celo@1.6.1-nightly.
|
|
2
|
+
> @ledgerhq/coin-celo@1.6.1-nightly.1 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,13 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.6.1-nightly.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25)]:
|
|
8
|
+
- @ledgerhq/coin-evm@2.34.0-nightly.2
|
|
9
|
+
- @ledgerhq/coin-framework@6.8.0-nightly.1
|
|
10
|
+
|
|
3
11
|
## 1.6.1-nightly.1
|
|
4
12
|
|
|
5
13
|
### 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.2",
|
|
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.34.0-nightly.
|
|
118
|
-
"@ledgerhq/coin-framework": "^6.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.34.0-nightly.2",
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.8.0-nightly.1",
|
|
119
119
|
"@ledgerhq/cryptoassets": "^13.31.1-nightly.0",
|
|
120
|
-
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
121
120
|
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
122
121
|
"@ledgerhq/hw-app-eth": "^6.46.2-nightly.0",
|
|
123
122
|
"@ledgerhq/live-config": "^3.2.0",
|
|
124
123
|
"@ledgerhq/live-env": "^2.19.0",
|
|
125
124
|
"@ledgerhq/live-network": "^2.0.20",
|
|
126
125
|
"@ledgerhq/logs": "^6.13.0",
|
|
127
|
-
"@ledgerhq/types-live": "^6.88.0-nightly.0"
|
|
126
|
+
"@ledgerhq/types-live": "^6.88.0-nightly.0",
|
|
127
|
+
"@ledgerhq/errors": "^6.27.0-nightly.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@faker-js/faker": "^9.9.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/disable-network-setup": "^0.0.0",
|
|
140
|
+
"@ledgerhq/types-cryptoassets": "^7.29.0"
|
|
141
141
|
},
|
|
142
142
|
"scripts": {
|
|
143
143
|
"clean": "rimraf lib lib-es",
|