@ledgerhq/coin-celo 1.1.6-nightly.1 → 1.1.6-nightly.3

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.1.6-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
2
+ > @ledgerhq/coin-celo@1.1.6-nightly.2 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.1.6-nightly.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357)]:
8
+ - @ledgerhq/live-env@2.9.1-nightly.0
9
+ - @ledgerhq/coin-framework@5.2.0-nightly.3
10
+ - @ledgerhq/coin-evm@2.22.2-nightly.3
11
+ - @ledgerhq/cryptoassets@13.18.1-nightly.0
12
+ - @ledgerhq/live-network@2.0.9-nightly.0
13
+ - @ledgerhq/hw-app-eth@6.45.6-nightly.2
14
+
15
+ ## 1.1.6-nightly.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca)]:
20
+ - @ledgerhq/coin-framework@5.2.0-nightly.2
21
+ - @ledgerhq/coin-evm@2.22.2-nightly.2
22
+
3
23
  ## 1.1.6-nightly.1
4
24
 
5
25
  ### Patch Changes
package/jest.config.js CHANGED
@@ -5,5 +5,10 @@ module.exports = {
5
5
  testEnvironment: "node",
6
6
  testPathIgnorePatterns: ["lib/", "lib-es/", ".*\\.integ\\.test\\.[tj]s"],
7
7
  workerThreads: true,
8
+ coverageReporters: ["json", ["lcov", { file: "lcov.info", projectRoot: "../../../" }], "text"],
9
+ reporters: [
10
+ "default",
11
+ ["jest-sonar", { outputName: "sonar-executionTests-report.xml", reportedFilePath: "absolute" }],
12
+ ],
8
13
  setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
9
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-celo",
3
- "version": "1.1.6-nightly.1",
3
+ "version": "1.1.6-nightly.3",
4
4
  "description": "celo coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -104,39 +104,39 @@
104
104
  },
105
105
  "license": "Apache-2.0",
106
106
  "dependencies": {
107
- "bignumber.js": "^9.1.2",
108
- "invariant": "^2.2.4",
109
- "eip55": "^2.1.1",
110
- "lodash": "^4.17.21",
111
- "rxjs": "^7.8.1",
112
107
  "@celo/connect": "^6.0.2",
113
108
  "@celo/contractkit": "^8.3.1",
114
109
  "@celo/utils": "^7.0.0",
115
110
  "@celo/wallet-base": "^6.0.3",
116
111
  "@celo/wallet-ledger": "^6.0.3",
117
- "@ledgerhq/coin-framework": "^5.2.0-nightly.1",
118
- "@ledgerhq/coin-evm": "^2.22.2-nightly.1",
119
- "@ledgerhq/cryptoassets": "^13.18.0",
112
+ "bignumber.js": "^9.1.2",
113
+ "eip55": "^2.1.1",
114
+ "invariant": "^2.2.4",
115
+ "lodash": "^4.17.21",
116
+ "rxjs": "^7.8.1",
117
+ "@ledgerhq/coin-evm": "^2.22.2-nightly.3",
118
+ "@ledgerhq/coin-framework": "^5.2.0-nightly.3",
119
+ "@ledgerhq/cryptoassets": "^13.18.1-nightly.0",
120
120
  "@ledgerhq/devices": "^8.4.5",
121
121
  "@ledgerhq/errors": "^6.21.0",
122
- "@ledgerhq/live-network": "^2.0.8",
123
- "@ledgerhq/live-env": "^2.9.0",
122
+ "@ledgerhq/hw-app-eth": "^6.45.6-nightly.2",
123
+ "@ledgerhq/live-config": "^3.1.0",
124
+ "@ledgerhq/live-env": "^2.9.1-nightly.0",
125
+ "@ledgerhq/live-network": "^2.0.9-nightly.0",
124
126
  "@ledgerhq/logs": "^6.12.0",
125
- "@ledgerhq/types-live": "^6.72.0-nightly.1",
126
- "@ledgerhq/hw-app-eth": "^6.45.6-nightly.1",
127
- "@ledgerhq/live-config": "^3.1.0"
127
+ "@ledgerhq/types-live": "^6.72.0-nightly.1"
128
128
  },
129
129
  "devDependencies": {
130
- "@types/lodash": "^4.14.179",
131
130
  "@types/invariant": "^2.2.37",
132
131
  "@types/jest": "^29.5.12",
132
+ "@types/lodash": "^4.14.179",
133
133
  "dotenv": "^16.4.5",
134
134
  "expect": "^27.4.6",
135
135
  "jest": "^29.7.0",
136
136
  "ts-jest": "^29.1.1",
137
137
  "typescript": "^5.4.5",
138
- "@ledgerhq/types-cryptoassets": "^7.23.0",
139
- "@ledgerhq/disable-network-setup": "^0.0.0"
138
+ "@ledgerhq/disable-network-setup": "^0.0.0",
139
+ "@ledgerhq/types-cryptoassets": "^7.23.0"
140
140
  },
141
141
  "scripts": {
142
142
  "clean": "rimraf lib lib-es",