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

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # @systemfsoftware/stryker-js-mutation-report
2
+
3
+ ## 1.2.6
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@2.0.0
17
+ - @systemfsoftware/stryker-js-plugin-api@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-mutation-report",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
@@ -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-plugin-api": "^0.1.0",
25
- "@systemfsoftware/stryker-js-mutation-run": "^1.2.5"
24
+ "@systemfsoftware/stryker-js-mutation-run": "^2.0.0",
25
+ "@systemfsoftware/stryker-js-plugin-api": "^1.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@microsoft/api-extractor": "^7.58.7",
@@ -35,9 +35,9 @@
35
35
  "tsdown": "^0.22.14",
36
36
  "typescript": "^7",
37
37
  "vitest": "^4.1.10",
38
- "@systemfsoftware/effect-gherkin-spec": "^0.5.1",
39
38
  "@systemfsoftware/oxlint-config": "^0.1.0",
40
- "@systemfsoftware/tsconfig": "^1.3.1",
39
+ "@systemfsoftware/effect-gherkin-spec": "^1.0.0",
40
+ "@systemfsoftware/tsconfig": "^1.3.2",
41
41
  "@systemfsoftware/vitest-config": "^0.1.0"
42
42
  },
43
43
  "engines": {