@ledgerhq/coin-celo 1.4.0-nightly.2 → 1.4.0-nightly.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-celo@1.4.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
2
+ > @ledgerhq/coin-celo@1.4.0-nightly.3 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,25 @@
1
1
  # @ledgerhq/coin-celo
2
2
 
3
+ ## 1.4.0-nightly.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202)]:
8
+ - @ledgerhq/types-live@6.84.0-nightly.1
9
+ - @ledgerhq/coin-framework@6.4.0-nightly.4
10
+ - @ledgerhq/coin-evm@2.30.0-nightly.4
11
+ - @ledgerhq/hw-app-eth@6.45.18-nightly.2
12
+
13
+ ## 1.4.0-nightly.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`f8092e3`](https://github.com/LedgerHQ/ledger-live/commit/f8092e3b3b5df2e4a7b8ba9f83d393701854d7f7)]:
18
+ - @ledgerhq/cryptoassets@13.28.0-nightly.2
19
+ - @ledgerhq/coin-evm@2.30.0-nightly.3
20
+ - @ledgerhq/coin-framework@6.4.0-nightly.3
21
+ - @ledgerhq/types-live@6.83.1-nightly.0
22
+
3
23
  ## 1.4.0-nightly.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-celo",
3
- "version": "1.4.0-nightly.2",
3
+ "version": "1.4.0-nightly.4",
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.30.0-nightly.2",
118
- "@ledgerhq/coin-framework": "^6.4.0-nightly.2",
119
- "@ledgerhq/cryptoassets": "^13.28.0-nightly.1",
117
+ "@ledgerhq/coin-evm": "^2.30.0-nightly.4",
118
+ "@ledgerhq/coin-framework": "^6.4.0-nightly.4",
119
+ "@ledgerhq/cryptoassets": "^13.28.0-nightly.2",
120
120
  "@ledgerhq/devices": "^8.5.1",
121
121
  "@ledgerhq/errors": "^6.25.0",
122
- "@ledgerhq/hw-app-eth": "^6.45.18-nightly.1",
122
+ "@ledgerhq/hw-app-eth": "^6.45.18-nightly.2",
123
123
  "@ledgerhq/live-config": "^3.2.0",
124
124
  "@ledgerhq/live-env": "^2.16.0-nightly.1",
125
125
  "@ledgerhq/live-network": "^2.0.17-nightly.1",
126
126
  "@ledgerhq/logs": "^6.13.0",
127
- "@ledgerhq/types-live": "^6.83.1-nightly.0"
127
+ "@ledgerhq/types-live": "^6.84.0-nightly.1"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@types/invariant": "^2.2.37",
@@ -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.26.0"
140
+ "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0"
141
141
  },
142
142
  "scripts": {
143
143
  "clean": "rimraf lib lib-es",