@systemfsoftware/stryker-js-vitest-runner 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/index.mjs +585 -217
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @systemfsoftware/stryker-js-vitest-runner
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Related mode now follows a published import of the package under test to the copy Stryker is mutating.
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - New version is published through npm trusted publishing, so it carries a provenance attestation you can verify.
14
+
15
+ - Each of these packages now has a README, so its registry page says what the package is, how
16
+ to install it, and what to import or register — previously the page was blank. The lint
17
+ plugins show the configuration line that enables what they recommend.
18
+
19
+ `@systemfsoftware/stryker-js-mutation-report` also carries its licence text
20
+
21
+ - These packages no longer ship their development files. Sources, tests and build, lint and
22
+ test configuration were all included, which broke consumers in one specific way: oxlint
23
+ discovers configuration by walking directories, finds the published `oxlint.config.ts` under
24
+ `node_modules`, and stops with "Stripping types is currently unsupported for files under
25
+ node_modules" before linting anything.
26
+
27
+ The installed package now contains the compiled output, the runtime schema files it reads,
28
+ and the usual manifest, README and licence
29
+
30
+ - Updated dependencies:
31
+ - @systemfsoftware/stryker-js-plugin-api@2.0.0
32
+
3
33
  ## 0.1.1
4
34
 
5
35
  ### Patch Changes