@ledgerhq/coin-celo 1.2.1-nightly.0 → 1.2.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-celo@1.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
2
+ > @ledgerhq/coin-celo@1.2.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,26 @@
1
1
  # @ledgerhq/coin-celo
2
2
 
3
+ ## 1.2.1-nightly.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`2834ca4`](https://github.com/LedgerHQ/ledger-live/commit/2834ca443fe9071979d3b506e4ca4fbc17aeca7b), [`e8899f0`](https://github.com/LedgerHQ/ledger-live/commit/e8899f0dac12c6ca9c655c121eeb907f6bbad844)]:
8
+ - @ledgerhq/live-env@2.15.0-nightly.0
9
+ - @ledgerhq/types-live@6.82.0-nightly.0
10
+ - @ledgerhq/coin-evm@2.28.0-nightly.2
11
+ - @ledgerhq/coin-framework@6.2.0-nightly.0
12
+ - @ledgerhq/live-config@3.2.0-nightly.0
13
+ - @ledgerhq/cryptoassets@13.25.1-nightly.0
14
+ - @ledgerhq/live-network@2.0.16-nightly.0
15
+ - @ledgerhq/hw-app-eth@6.45.16-nightly.0
16
+
17
+ ## 1.2.1-nightly.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`2a4070b`](https://github.com/LedgerHQ/ledger-live/commit/2a4070b594271007fa47dc7451b612008a233006)]:
22
+ - @ledgerhq/coin-evm@2.28.0-nightly.1
23
+
3
24
  ## 1.2.1-nightly.0
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-celo",
3
- "version": "1.2.1-nightly.0",
3
+ "version": "1.2.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.28.0-nightly.0",
118
- "@ledgerhq/coin-framework": "^6.1.0",
119
- "@ledgerhq/cryptoassets": "^13.25.0",
117
+ "@ledgerhq/coin-evm": "^2.28.0-nightly.2",
118
+ "@ledgerhq/coin-framework": "^6.2.0-nightly.0",
119
+ "@ledgerhq/cryptoassets": "^13.25.1-nightly.0",
120
120
  "@ledgerhq/devices": "^8.5.0",
121
121
  "@ledgerhq/errors": "^6.24.0",
122
- "@ledgerhq/hw-app-eth": "^6.45.15",
123
- "@ledgerhq/live-config": "^3.1.0",
124
- "@ledgerhq/live-env": "^2.14.0",
125
- "@ledgerhq/live-network": "^2.0.15",
122
+ "@ledgerhq/hw-app-eth": "^6.45.16-nightly.0",
123
+ "@ledgerhq/live-config": "^3.2.0-nightly.0",
124
+ "@ledgerhq/live-env": "^2.15.0-nightly.0",
125
+ "@ledgerhq/live-network": "^2.0.16-nightly.0",
126
126
  "@ledgerhq/logs": "^6.13.0",
127
- "@ledgerhq/types-live": "^6.81.0"
127
+ "@ledgerhq/types-live": "^6.82.0-nightly.0"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@types/invariant": "^2.2.37",
@@ -141,7 +141,7 @@
141
141
  "scripts": {
142
142
  "clean": "rimraf lib lib-es",
143
143
  "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
144
- "coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-celo.json",
144
+ "coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests",
145
145
  "prewatch": "pnpm build",
146
146
  "watch": "tsc --watch",
147
147
  "watch:es": "tsc --watch -m esnext --moduleResolution bundler --outDir lib-es",