@ledgerhq/coin-internet_computer 1.5.9 → 1.6.0-next.0
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/CHANGELOG.md +15 -0
- package/jest.config.js +15 -4
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @ledgerhq/coin-internet_computer
|
|
2
2
|
|
|
3
|
+
## 1.6.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#9298](https://github.com/LedgerHQ/ledger-live/pull/9298) [`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1) Thanks [@Canestin](https://github.com/Canestin)! - config coin-integration env for sonarqube
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
12
|
+
- @ledgerhq/coin-framework@2.5.0-next.0
|
|
13
|
+
- @ledgerhq/types-live@6.65.0-next.0
|
|
14
|
+
- @ledgerhq/live-env@2.7.0-next.0
|
|
15
|
+
- @ledgerhq/cryptoassets@13.14.0-next.0
|
|
16
|
+
- @ledgerhq/live-network@2.0.6-next.0
|
|
17
|
+
|
|
3
18
|
## 1.5.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/jest.config.js
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */
|
|
2
2
|
module.exports = {
|
|
3
|
-
collectCoverageFrom: ["src/**/*.ts"],
|
|
4
|
-
coverageDirectory: "coverage",
|
|
5
3
|
preset: "ts-jest",
|
|
6
|
-
testEnvironment: "node",
|
|
7
|
-
testPathIgnorePatterns: ["lib/", "lib-es/"],
|
|
8
4
|
passWithNoTests: true,
|
|
5
|
+
collectCoverageFrom: [
|
|
6
|
+
"src/**/*.ts",
|
|
7
|
+
"!src/**/*.test.ts",
|
|
8
|
+
"!src/**/*.spec.ts",
|
|
9
|
+
"!src/test/**/*.ts",
|
|
10
|
+
],
|
|
11
|
+
coverageReporters: ["json", ["lcov", { file: "icp-lcov.info", projectRoot: "../" }], "text"],
|
|
12
|
+
testEnvironment: "node",
|
|
13
|
+
testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
|
|
14
|
+
reporters: [
|
|
15
|
+
[
|
|
16
|
+
"jest-sonar",
|
|
17
|
+
{ outputName: "icp-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
|
|
18
|
+
],
|
|
19
|
+
],
|
|
9
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-internet_computer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-next.0",
|
|
4
4
|
"description": "Ledger Internet Computer integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
"big-integer": "^1.6.51",
|
|
95
95
|
"rxjs": "^7.8.1",
|
|
96
96
|
"expect": "^27.4.6",
|
|
97
|
-
"@ledgerhq/coin-framework": "^2.
|
|
98
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
97
|
+
"@ledgerhq/coin-framework": "^2.5.0-next.0",
|
|
98
|
+
"@ledgerhq/cryptoassets": "^13.14.0-next.0",
|
|
99
99
|
"@ledgerhq/devices": "8.4.4",
|
|
100
100
|
"@ledgerhq/errors": "^6.19.1",
|
|
101
|
-
"@ledgerhq/live-env": "^2.
|
|
102
|
-
"@ledgerhq/live-network": "^2.0.
|
|
101
|
+
"@ledgerhq/live-env": "^2.7.0-next.0",
|
|
102
|
+
"@ledgerhq/live-network": "^2.0.6-next.0",
|
|
103
103
|
"@ledgerhq/logs": "^6.12.0",
|
|
104
|
-
"@ledgerhq/types-live": "^6.
|
|
104
|
+
"@ledgerhq/types-live": "^6.65.0-next.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@types/invariant": "^2.2.2",
|
|
@@ -110,12 +110,13 @@
|
|
|
110
110
|
"@types/semver": "^7.5.8",
|
|
111
111
|
"jest": "^29.7.0",
|
|
112
112
|
"ts-jest": "^29.1.1",
|
|
113
|
+
"jest-sonar": "0.2.16",
|
|
113
114
|
"axios": "1.7.7"
|
|
114
115
|
},
|
|
115
116
|
"scripts": {
|
|
116
117
|
"clean": "rimraf lib lib-es",
|
|
117
118
|
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
|
|
118
|
-
"coverage": "jest --coverage
|
|
119
|
+
"coverage": "jest --coverage",
|
|
119
120
|
"prewatch": "pnpm build",
|
|
120
121
|
"watch": "tsc --watch",
|
|
121
122
|
"watch:es": "tsc --watch -m ES6 --outDir lib-es",
|