@systemfsoftware/stryker-plugins 0.4.1 → 0.6.0

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.
@@ -1,5 +1,6 @@
1
- import { PluginKind } from "@stryker-mutator/api/plugin";
2
- //#region src/effect-schema-ignorer/index.d.ts
3
- declare const strykerPlugins: import("@stryker-mutator/api/plugin").ValuePlugin<PluginKind.Ignore>[];
4
- //#endregion
5
- export { strykerPlugins };
1
+ import { PluginKind } from '@stryker-mutator/api/plugin';
2
+ import { ValuePlugin } from '@stryker-mutator/api/plugin';
3
+
4
+ export declare const strykerPlugins: ValuePlugin<PluginKind.Ignore>[];
5
+
6
+ export { }
@@ -0,0 +1,6 @@
1
+ import { PluginKind } from '@stryker-mutator/api/plugin';
2
+ import { ValuePlugin } from '@stryker-mutator/api/plugin';
3
+
4
+ export declare const strykerPlugins: ValuePlugin<PluginKind.Ignore>[];
5
+
6
+ export { }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-plugins",
3
3
  "license": "MIT",
4
- "version": "0.4.1",
4
+ "version": "0.6.0",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -52,12 +52,13 @@
52
52
  "tstyche": "^7.1.0",
53
53
  "vitest": "^4",
54
54
  "@systemfsoftware/arethetypeswrong-cli": "^1.0.7",
55
- "@systemfsoftware/effect-schema-law": "^0.3.9",
55
+ "@systemfsoftware/effect-schema-law": "^0.5.0",
56
+ "@systemfsoftware/effect-schema-vite": "^1.3.0",
56
57
  "@systemfsoftware/oxlint-config": "^0.1.0",
57
- "@systemfsoftware/stryker-js-typescript-checker": "^1.1.6",
58
58
  "@systemfsoftware/stryker-js-core": "^1.1.6",
59
- "@systemfsoftware/tsconfig": "^1.2.5",
60
- "@systemfsoftware/vitest-config": "^0.1.0"
59
+ "@systemfsoftware/tsconfig": "^1.2.6",
60
+ "@systemfsoftware/vitest-config": "^0.1.0",
61
+ "@systemfsoftware/stryker-js-typescript-checker": "^1.1.6"
61
62
  },
62
63
  "peerDependencies": {
63
64
  "@stryker-mutator/api": "^9.6.1",
@@ -68,7 +69,7 @@
68
69
  "provenance": true
69
70
  },
70
71
  "scripts": {
71
- "build": "tsdown",
72
+ "build": "tsdown && pnpm api:check",
72
73
  "clean": "rimraf dist",
73
74
  "typecheck": "tsc --noEmit --incremental",
74
75
  "test": "vitest run",