@ledgerhq/coin-celo 1.6.0-nightly.0 → 1.6.0-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-celo@1.5.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
2
+ > @ledgerhq/coin-celo@1.6.0-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,18 @@
1
1
  # @ledgerhq/coin-celo
2
2
 
3
+ ## 1.6.0-nightly.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46)]:
8
+ - @ledgerhq/cryptoassets@13.31.0-nightly.1
9
+ - @ledgerhq/types-live@6.87.0-nightly.1
10
+ - @ledgerhq/live-env@2.19.0-nightly.0
11
+ - @ledgerhq/coin-evm@2.33.0-nightly.1
12
+ - @ledgerhq/hw-app-eth@6.46.1-nightly.1
13
+ - @ledgerhq/coin-framework@6.7.0-nightly.1
14
+ - @ledgerhq/live-network@2.0.20-nightly.0
15
+
3
16
  ## 1.6.0-nightly.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-celo",
3
- "version": "1.6.0-nightly.0",
3
+ "version": "1.6.0-nightly.1",
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.0",
118
- "@ledgerhq/coin-framework": "^6.7.0-nightly.0",
119
- "@ledgerhq/cryptoassets": "^13.31.0-nightly.0",
117
+ "@ledgerhq/coin-evm": "^2.33.0-nightly.1",
118
+ "@ledgerhq/coin-framework": "^6.7.0-nightly.1",
119
+ "@ledgerhq/cryptoassets": "^13.31.0-nightly.1",
120
120
  "@ledgerhq/devices": "8.6.1",
121
121
  "@ledgerhq/errors": "^6.26.0",
122
- "@ledgerhq/hw-app-eth": "^6.46.1-nightly.0",
122
+ "@ledgerhq/hw-app-eth": "^6.46.1-nightly.1",
123
123
  "@ledgerhq/live-config": "^3.2.0",
124
- "@ledgerhq/live-env": "^2.18.0",
125
- "@ledgerhq/live-network": "^2.0.19",
124
+ "@ledgerhq/live-env": "^2.19.0-nightly.0",
125
+ "@ledgerhq/live-network": "^2.0.20-nightly.0",
126
126
  "@ledgerhq/logs": "^6.13.0",
127
- "@ledgerhq/types-live": "^6.87.0-nightly.0"
127
+ "@ledgerhq/types-live": "^6.87.0-nightly.1"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@faker-js/faker": "^9.9.0",