@systemfsoftware/stryker-js-mutation-report 1.2.6 → 1.2.7
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 +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @systemfsoftware/stryker-js-mutation-report
|
|
2
2
|
|
|
3
|
+
## 1.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- New version is published through npm trusted publishing, so it carries a provenance attestation you can verify.
|
|
8
|
+
|
|
9
|
+
- Each of these packages now has a README, so its registry page says what the package is, how
|
|
10
|
+
to install it, and what to import or register — previously the page was blank. The lint
|
|
11
|
+
plugins show the configuration line that enables what they recommend.
|
|
12
|
+
|
|
13
|
+
`@systemfsoftware/stryker-js-mutation-report` also carries its licence text
|
|
14
|
+
|
|
15
|
+
- Updated dependencies:
|
|
16
|
+
- @systemfsoftware/stryker-js-mutation-run@3.0.0
|
|
17
|
+
- @systemfsoftware/stryker-js-plugin-api@2.0.0
|
|
18
|
+
|
|
3
19
|
## 1.2.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@systemfsoftware/stryker-js-mutation-report",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
|
|
7
|
-
"directory": "packages/stryker-js/mutation-report"
|
|
7
|
+
"directory": "packages/testing/mutation/stryker-js/mutation-report"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/stryker-js/mutation-report#readme",
|
|
9
|
+
"homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/testing/mutation/stryker-js/mutation-report#readme",
|
|
10
10
|
"bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
|
|
11
11
|
"description": "The reporter adapters of the @systemfsoftware Stryker fork — clear-text, progress, HTML, JSON, and NDJSON-stream presentation.",
|
|
12
12
|
"type": "module",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"mutation-testing-metrics": "3.7.3",
|
|
22
22
|
"progress": "~2.0.3",
|
|
23
23
|
"typed-inject": "~5.0.0",
|
|
24
|
-
"@systemfsoftware/stryker-js-
|
|
25
|
-
"@systemfsoftware/stryker-js-
|
|
24
|
+
"@systemfsoftware/stryker-js-plugin-api": "^2.0.0",
|
|
25
|
+
"@systemfsoftware/stryker-js-mutation-run": "^3.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@microsoft/api-extractor": "^7.58.7",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"tsdown": "^0.22.14",
|
|
36
36
|
"typescript": "^7",
|
|
37
37
|
"vitest": "^4.1.10",
|
|
38
|
+
"@systemfsoftware/effect-gherkin-spec": "^2.0.0",
|
|
38
39
|
"@systemfsoftware/oxlint-config": "^0.1.0",
|
|
39
|
-
"@systemfsoftware/
|
|
40
|
-
"@systemfsoftware/tsconfig": "^1.3.
|
|
41
|
-
"@systemfsoftware/vitest-config": "^0.1.0"
|
|
40
|
+
"@systemfsoftware/vitest-config": "^0.1.0",
|
|
41
|
+
"@systemfsoftware/tsconfig": "^1.3.3"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=20.0.0"
|