@systemfsoftware/stryker-js-typescript-checker 5.0.0 → 5.0.1

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @systemfsoftware/stryker-js-typescript-checker
2
2
 
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Re-released against @systemfsoftware/stryker-js without the removed --llms manifest. The Run stream no longer carries a manifest terminal event, and the RunEvent / RunTerminalEvent unions no longer include the manifest arm, so any exhaustive consumer of those types must drop that case.
8
+
9
+ - Rebuilds against updated workspace dependencies, including the new
10
+ `@systemfsoftware/stryker-js` reporter protocol major.
11
+
12
+ - Updated dependencies:
13
+ - @systemfsoftware/stryker-js@3.0.0
14
+
3
15
  ## 5.0.0
4
16
 
5
17
  ### Major Changes
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region src/index.d.ts
2
- declare const strykerPlugins: import("@systemfsoftware/stryker-js/Plugin").PluginContribution<"Checker">[];
2
+ declare const strykerPlugins: import("@systemfsoftware/stryker-js/Plugin").PluginLayerContribution<"Checker">[];
3
3
  declare const strykerValidationSchema: Record<string, unknown>;
4
4
  //#endregion
5
5
  export { strykerPlugins, strykerValidationSchema };