@systemfsoftware/stryker-js-mutation-report 1.2.6 → 1.2.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @systemfsoftware/stryker-js-mutation-report
2
2
 
3
+ ## 1.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @systemfsoftware/stryker-js-mutation-run@4.0.0
9
+
10
+ ## 1.2.7
11
+
12
+ ### Patch Changes
13
+
14
+ - New version is published through npm trusted publishing, so it carries a provenance attestation you can verify.
15
+
16
+ - Each of these packages now has a README, so its registry page says what the package is, how
17
+ to install it, and what to import or register — previously the page was blank. The lint
18
+ plugins show the configuration line that enables what they recommend.
19
+
20
+ `@systemfsoftware/stryker-js-mutation-report` also carries its licence text
21
+
22
+ - Updated dependencies:
23
+ - @systemfsoftware/stryker-js-mutation-run@3.0.0
24
+ - @systemfsoftware/stryker-js-plugin-api@2.0.0
25
+
3
26
  ## 1.2.6
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-mutation-report",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
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",
@@ -14,30 +14,29 @@
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "@stryker-mutator/api": "^9.6.1",
18
17
  "chalk": "~5.6.0",
19
18
  "emoji-regex": "~10.6.0",
20
19
  "mutation-testing-elements": "3.7.3",
21
20
  "mutation-testing-metrics": "3.7.3",
22
21
  "progress": "~2.0.3",
23
22
  "typed-inject": "~5.0.0",
24
- "@systemfsoftware/stryker-js-mutation-run": "^2.0.0",
25
- "@systemfsoftware/stryker-js-plugin-api": "^1.0.0"
23
+ "@systemfsoftware/stryker-js-mutation-run": "^4.0.0",
24
+ "@systemfsoftware/stryker-js-plugin-api": "^2.1.0"
26
25
  },
27
26
  "devDependencies": {
28
27
  "@microsoft/api-extractor": "^7.58.7",
29
28
  "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
30
29
  "@types/node": "^24",
31
30
  "@types/progress": "2.0.7",
32
- "effect": "4.0.0-rc.108",
31
+ "effect": "4.0.0-rc.111",
33
32
  "oxlint": "^1.77.0",
34
33
  "rimraf": "^6.1.3",
35
34
  "tsdown": "^0.22.14",
36
35
  "typescript": "^7",
37
36
  "vitest": "^4.1.10",
37
+ "@systemfsoftware/effect-gherkin-spec": "^2.0.1",
38
38
  "@systemfsoftware/oxlint-config": "^0.1.0",
39
- "@systemfsoftware/effect-gherkin-spec": "^1.0.0",
40
- "@systemfsoftware/tsconfig": "^1.3.2",
39
+ "@systemfsoftware/tsconfig": "^1.3.3",
41
40
  "@systemfsoftware/vitest-config": "^0.1.0"
42
41
  },
43
42
  "engines": {