@systemfsoftware/stryker-js-vitest-runner 0.1.1 → 0.1.2

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,29 @@
1
1
  # @systemfsoftware/stryker-js-vitest-runner
2
2
 
3
+ ## 0.1.2
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
+ - These packages no longer ship their development files. Sources, tests and build, lint and
16
+ test configuration were all included, which broke consumers in one specific way: oxlint
17
+ discovers configuration by walking directories, finds the published `oxlint.config.ts` under
18
+ `node_modules`, and stops with "Stripping types is currently unsupported for files under
19
+ node_modules" before linting anything.
20
+
21
+ The installed package now contains the compiled output, the runtime schema files it reads,
22
+ and the usual manifest, README and licence
23
+
24
+ - Updated dependencies:
25
+ - @systemfsoftware/stryker-js-plugin-api@2.0.0
26
+
3
27
  ## 0.1.1
4
28
 
5
29
  ### Patch Changes
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import { fileURLToPath } from "url";
9
9
  import { createRequire } from "module";
10
10
  import { pathToFileURL } from "node:url";
11
11
  import { createVitest } from "vitest/node";
12
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Pipeable.js
12
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Pipeable.js
13
13
  /**
14
14
  * The `Pipeable` module defines the shared interface and implementation helpers
15
15
  * for values that support Effect-style method chaining with `.pipe(...)`.
@@ -111,7 +111,7 @@ const Class$1 = /*#__PURE__*/ function() {
111
111
  return PipeableBase;
112
112
  }();
113
113
  //#endregion
114
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Function.js
114
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Function.js
115
115
  /**
116
116
  * Creates a function that can be called in data-first style or data-last
117
117
  * (`pipe`-friendly) style.
@@ -356,7 +356,7 @@ function memoizeIdempotent(f) {
356
356
  };
357
357
  }
358
358
  //#endregion
359
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/equal.js
359
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/equal.js
360
360
  /** @internal */
361
361
  const getAllObjectKeys = (obj) => {
362
362
  const keys = new Set(Reflect.ownKeys(obj));
@@ -375,7 +375,7 @@ const getAllObjectKeys = (obj) => {
375
375
  /** @internal */
376
376
  const byReferenceInstances = /*#__PURE__*/ new WeakSet();
377
377
  //#endregion
378
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Predicate.js
378
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Predicate.js
379
379
  /**
380
380
  * Defines runtime checks for values.
381
381
  *
@@ -689,7 +689,7 @@ function isObjectKeyword(input) {
689
689
  */
690
690
  const hasProperty = /*#__PURE__*/ dual(2, (self, property) => isObjectKeyword(self) && property in self);
691
691
  //#endregion
692
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Hash.js
692
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Hash.js
693
693
  /**
694
694
  * Computes Effect hash values and defines the interface for objects that want
695
695
  * to provide their own hash implementation. Hashes are small numeric
@@ -1102,7 +1102,7 @@ function withVisitedTracking$1(obj, fn) {
1102
1102
  return result;
1103
1103
  }
1104
1104
  //#endregion
1105
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Equal.js
1105
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Equal.js
1106
1106
  /**
1107
1107
  * Defines the unique string identifier for the `Equal` interface.
1108
1108
  *
@@ -1328,7 +1328,7 @@ const compareSets = /*#__PURE__*/ makeCompareSet(compareBoth);
1328
1328
  */
1329
1329
  const isEqual = (u) => hasProperty(u, symbol);
1330
1330
  //#endregion
1331
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Equivalence.js
1331
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Equivalence.js
1332
1332
  /**
1333
1333
  * Creates a custom equivalence relation with an optimized reference equality check.
1334
1334
  *
@@ -1379,14 +1379,14 @@ const isEqual = (u) => hasProperty(u, symbol);
1379
1379
  */
1380
1380
  const make$9 = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
1381
1381
  //#endregion
1382
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/array.js
1382
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/array.js
1383
1383
  /**
1384
1384
  * @since 2.0.0
1385
1385
  */
1386
1386
  /** @internal */
1387
1387
  const isArrayNonEmpty$1 = (self) => self.length > 0;
1388
1388
  //#endregion
1389
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/record.js
1389
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/record.js
1390
1390
  /** @internal */
1391
1391
  function assignProperty(self, key, value) {
1392
1392
  if (key === "__proto__") Object.defineProperty(self, key, {
@@ -1402,7 +1402,7 @@ function assignProperties(self, source) {
1402
1402
  for (const key of Reflect.ownKeys(source)) if (Object.prototype.propertyIsEnumerable.call(source, key)) assignProperty(self, key, source[key]);
1403
1403
  }
1404
1404
  //#endregion
1405
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Redactable.js
1405
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Redactable.js
1406
1406
  /**
1407
1407
  * Defines the symbol used to identify objects that implement the {@link Redactable}
1408
1408
  * protocol.
@@ -1521,7 +1521,7 @@ const emptyContext$1 = {
1521
1521
  }
1522
1522
  };
1523
1523
  //#endregion
1524
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Formatter.js
1524
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Formatter.js
1525
1525
  /**
1526
1526
  * Formats JavaScript values into readable strings.
1527
1527
  *
@@ -1680,7 +1680,7 @@ function safeToString(input) {
1680
1680
  }
1681
1681
  }
1682
1682
  //#endregion
1683
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Inspectable.js
1683
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Inspectable.js
1684
1684
  /**
1685
1685
  * Defines the symbol used by Node.js for custom object inspection.
1686
1686
  *
@@ -1747,7 +1747,7 @@ const toJson = (input) => {
1747
1747
  }
1748
1748
  };
1749
1749
  //#endregion
1750
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Utils.js
1750
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Utils.js
1751
1751
  /**
1752
1752
  * Yields its wrapped value exactly once through an `IterableIterator`.
1753
1753
  *
@@ -1834,7 +1834,7 @@ const pickInternalCall = () => {
1834
1834
  /** @internal */
1835
1835
  const internalCall = /*#__PURE__*/ pickInternalCall();
1836
1836
  //#endregion
1837
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/core.js
1837
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/core.js
1838
1838
  /** @internal */
1839
1839
  const EffectTypeId = `~effect/Effect`;
1840
1840
  /** @internal */
@@ -2169,7 +2169,7 @@ const TaggedError$1 = (tag) => {
2169
2169
  };
2170
2170
  TaggedError$1("NoSuchElementError");
2171
2171
  //#endregion
2172
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/option.js
2172
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/option.js
2173
2173
  /**
2174
2174
  * @since 2.0.0
2175
2175
  */
@@ -2239,11 +2239,11 @@ const some$1 = (value) => {
2239
2239
  return a;
2240
2240
  };
2241
2241
  //#endregion
2242
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/result.js
2242
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/result.js
2243
2243
  const TypeId$7 = "~effect/data/Result";
2244
2244
  ({ ...PipeInspectableProto });
2245
2245
  //#endregion
2246
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Option.js
2246
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Option.js
2247
2247
  /**
2248
2248
  * Creates an `Option` representing the absence of a value.
2249
2249
  *
@@ -2421,7 +2421,7 @@ const map$4 = /*#__PURE__*/ dual(2, (self, f) => isNone(self) ? none() : some(f(
2421
2421
  */
2422
2422
  const filter = /*#__PURE__*/ dual(2, (self, predicate) => isNone(self) ? none() : predicate(self.value) ? some(self.value) : none());
2423
2423
  //#endregion
2424
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Record.js
2424
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Record.js
2425
2425
  /**
2426
2426
  * Maps a record into another record by applying a transformation function to each of its values.
2427
2427
  *
@@ -2463,7 +2463,7 @@ const map$3 = /*#__PURE__*/ dual(2, (self, f) => {
2463
2463
  */
2464
2464
  const keys = (self) => Object.keys(self);
2465
2465
  //#endregion
2466
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Array.js
2466
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Array.js
2467
2467
  /**
2468
2468
  * Works with JavaScript arrays, readonly arrays, and non-empty arrays.
2469
2469
  *
@@ -2740,7 +2740,7 @@ const dedupe = (self) => {
2740
2740
  return out;
2741
2741
  };
2742
2742
  //#endregion
2743
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/BigDecimal.js
2743
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/BigDecimal.js
2744
2744
  /**
2745
2745
  * Decimal numbers and arithmetic for cases where JavaScript `number` rounding
2746
2746
  * is not precise enough. A `BigDecimal` stores digits as a `bigint` plus a
@@ -3128,7 +3128,7 @@ const isZero = (n) => n.value === bigint0;
3128
3128
  */
3129
3129
  const isNegative = (n) => n.value < bigint0;
3130
3130
  //#endregion
3131
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Effectable.js
3131
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Effectable.js
3132
3132
  /**
3133
3133
  * Create a low-level `Effect` prototype.
3134
3134
  *
@@ -3152,7 +3152,7 @@ const Prototype = (options) => makePrimitiveProto({
3152
3152
  [evaluate]: options.evaluate
3153
3153
  });
3154
3154
  //#endregion
3155
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Context.js
3155
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Context.js
3156
3156
  /**
3157
3157
  * Runtime type identifier attached to `Context` service keys and used by
3158
3158
  * `isKey` to recognize them.
@@ -3596,7 +3596,7 @@ const serviceNotFoundError = (service) => {
3596
3596
  */
3597
3597
  const Reference = Service;
3598
3598
  //#endregion
3599
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Scheduler.js
3599
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Scheduler.js
3600
3600
  /**
3601
3601
  * Controls how runnable Effect fiber tasks are dispatched.
3602
3602
  *
@@ -3812,7 +3812,7 @@ const PreventSchedulerYield = /*#__PURE__*/ Reference("effect/Scheduler/PreventS
3812
3812
  defaultValue: () => false
3813
3813
  });
3814
3814
  //#endregion
3815
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Tracer.js
3815
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Tracer.js
3816
3816
  /**
3817
3817
  * Defines the low-level tracing model used by Effect.
3818
3818
  *
@@ -3859,11 +3859,11 @@ Service()(ParentSpanKey, { fiberCached: true });
3859
3859
  */
3860
3860
  const TracerKey = "effect/Tracer";
3861
3861
  //#endregion
3862
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/metric.js
3862
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/metric.js
3863
3863
  /** @internal */
3864
3864
  const FiberRuntimeMetricsKey = "effect/observability/Metric/FiberRuntimeMetricsKey";
3865
3865
  //#endregion
3866
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/references.js
3866
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/references.js
3867
3867
  /** @internal */
3868
3868
  const CurrentStackFrame = /*#__PURE__*/ Reference("effect/References/CurrentStackFrame", {
3869
3869
  fiberCached: true,
@@ -3880,7 +3880,7 @@ const MinimumLogLevel = /*#__PURE__*/ Reference("effect/References/MinimumLogLev
3880
3880
  defaultValue: () => "Info"
3881
3881
  });
3882
3882
  //#endregion
3883
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/effect.js
3883
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/effect.js
3884
3884
  /** @internal */
3885
3885
  var Interrupt = class extends ReasonBase {
3886
3886
  fiberId;
@@ -4588,7 +4588,7 @@ const colors = {
4588
4588
  };
4589
4589
  colors.gray, colors.blue, colors.green, colors.yellow, colors.red, colors.bgBrightRed, colors.black;
4590
4590
  //#endregion
4591
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Cause.js
4591
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Cause.js
4592
4592
  /**
4593
4593
  * Records the full reason an `Effect` failed.
4594
4594
  *
@@ -4707,7 +4707,7 @@ Service()("effect/Cause/InterruptorStackTrace");
4707
4707
  */
4708
4708
  const TaggedError = TaggedError$1;
4709
4709
  //#endregion
4710
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Exit.js
4710
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Exit.js
4711
4711
  /**
4712
4712
  * Creates a successful Exit containing the given value.
4713
4713
  *
@@ -4822,7 +4822,7 @@ const void_ = exitVoid;
4822
4822
  */
4823
4823
  const isSuccess = exitIsSuccess;
4824
4824
  //#endregion
4825
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/dateTime.js
4825
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/dateTime.js
4826
4826
  /** @internal */
4827
4827
  const TypeId$4 = "~effect/time/DateTime";
4828
4828
  /** @internal */
@@ -5262,7 +5262,7 @@ const fnUntracedEager = fnUntracedEager$1;
5262
5262
  Service()("effect/DateTime/CurrentTimeZone");
5263
5263
  TaggedError("EncodingError");
5264
5264
  //#endregion
5265
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/annotations.js
5265
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/annotations.js
5266
5266
  /** @internal */
5267
5267
  function resolve(ast) {
5268
5268
  return ast.checks ? ast.checks[ast.checks.length - 1].annotations : ast.annotations;
@@ -5320,7 +5320,7 @@ const annotationExcludedKeys = /*#__PURE__*/ new Set([
5320
5320
  "toCodecIso"
5321
5321
  ]);
5322
5322
  //#endregion
5323
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/parser.js
5323
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/parser.js
5324
5324
  const missing = /*#__PURE__*/ Symbol();
5325
5325
  const succeed = succeed$2;
5326
5326
  const missingExit = /*#__PURE__*/ succeed(missing);
@@ -5328,7 +5328,7 @@ const sameExit = /*#__PURE__*/ succeed(missing);
5328
5328
  const toOption = (value) => value === missing ? none() : some(value);
5329
5329
  const fromOptionExit = (option) => option._tag === "None" ? missingExit : succeed(option.value);
5330
5330
  //#endregion
5331
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaIssue.js
5331
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaIssue.js
5332
5332
  const TypeId$3 = "~effect/SchemaIssue/Issue";
5333
5333
  /**
5334
5334
  * Returns `true` if the given value is an {@link Issue}.
@@ -5988,7 +5988,7 @@ function findMessage(issue) {
5988
5988
  if (typeof message === "string") return message;
5989
5989
  }
5990
5990
  //#endregion
5991
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/cause.js
5991
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/cause.js
5992
5992
  /** @internal */
5993
5993
  function getSchemaIssue(cause) {
5994
5994
  let issue;
@@ -6005,7 +6005,7 @@ function getSchemaIssueOrThrow(cause, message) {
6005
6005
  return issue;
6006
6006
  }
6007
6007
  //#endregion
6008
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaGetter.js
6008
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaGetter.js
6009
6009
  /**
6010
6010
  * Builds one-way conversions used by schemas.
6011
6011
  *
@@ -6277,7 +6277,7 @@ function Number$3() {
6277
6277
  return transform$1(globalThis.Number);
6278
6278
  }
6279
6279
  //#endregion
6280
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaTransformation.js
6280
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaTransformation.js
6281
6281
  const TypeId$2 = "~effect/SchemaTransformation/Transformation";
6282
6282
  /**
6283
6283
  * Represents a bidirectional transformation between a decoded type `T` and an encoded
@@ -6443,7 +6443,7 @@ function passthrough() {
6443
6443
  */
6444
6444
  const numberFromString = /*#__PURE__*/ new Transformation(/*#__PURE__*/ Number$3(), /*#__PURE__*/ String$3());
6445
6445
  //#endregion
6446
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaAST.js
6446
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaAST.js
6447
6447
  /**
6448
6448
  * Represents Effect schemas as runtime trees.
6449
6449
  *
@@ -8469,7 +8469,7 @@ const unknownToStringTree = /*#__PURE__*/ new Link(/* @__PURE__ */ new Declarati
8469
8469
  toCodecStringTree: () => void 0
8470
8470
  }), /*#__PURE__*/ passthrough());
8471
8471
  //#endregion
8472
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaParser.js
8472
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/SchemaParser.js
8473
8473
  /**
8474
8474
  * Runs schemas against real values.
8475
8475
  *
@@ -8719,7 +8719,7 @@ function makeParser(ast, compile, compileConstructorDefault, constructorDefault)
8719
8719
  };
8720
8720
  }
8721
8721
  //#endregion
8722
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/schema.js
8722
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/schema.js
8723
8723
  /** @internal */
8724
8724
  const TypeId = "~effect/Schema/Schema";
8725
8725
  const SchemaProto = {
@@ -8749,7 +8749,7 @@ function make$1(ast, options) {
8749
8749
  return self;
8750
8750
  }
8751
8751
  //#endregion
8752
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Struct.js
8752
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Struct.js
8753
8753
  /**
8754
8754
  * Wraps a plain function as a {@link Lambda} value so it can be used with
8755
8755
  * {@link map}, {@link mapPick}, and {@link mapOmit}.
@@ -8788,14 +8788,14 @@ function make$1(ast, options) {
8788
8788
  */
8789
8789
  const lambda = (f) => f;
8790
8790
  //#endregion
8791
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/errors.js
8791
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/errors.js
8792
8792
  /** @internal */
8793
8793
  function errorWithPath(message, path) {
8794
8794
  if (path.length > 0) message += `\n at ${formatPath(path)}`;
8795
8795
  return new Error(message);
8796
8796
  }
8797
8797
  //#endregion
8798
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/JsonPointer.js
8798
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/JsonPointer.js
8799
8799
  /**
8800
8800
  * Helpers for escaping and unescaping JSON Pointer path segments. JSON Pointer
8801
8801
  * uses `/` to separate path tokens inside a JSON document, so token text must
@@ -8963,7 +8963,7 @@ globalThis.RegExp;
8963
8963
  */
8964
8964
  const escape = (string) => string.replace(/[/\\^$*+?.()|[\]{}]/g, "\\$&");
8965
8965
  //#endregion
8966
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/toJsonSchemaDocument.js
8966
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/toJsonSchemaDocument.js
8967
8967
  const jsonSchemaAnnotationExcludedKeys = /*#__PURE__*/ new Set([
8968
8968
  ...annotationExcludedKeys,
8969
8969
  IDENTIFIER_FALLBACK_KEY,
@@ -9409,7 +9409,7 @@ function toJsonSchemaDocument$1(document, options) {
9409
9409
  };
9410
9410
  }
9411
9411
  //#endregion
9412
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/toRepresentation.js
9412
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/internal/schema/toRepresentation.js
9413
9413
  /** @internal */
9414
9414
  function toRepresentation(ast, options) {
9415
9415
  const { references, representations } = toRepresentations([ast], options);
@@ -9704,7 +9704,7 @@ function fromASTs(asts, options) {
9704
9704
  }
9705
9705
  }
9706
9706
  //#endregion
9707
- //#region ../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Schema.js
9707
+ //#region ../../../../../node_modules/.pnpm/effect@4.0.0-rc.108/node_modules/effect/dist/Schema.js
9708
9708
  /**
9709
9709
  * Creates a schema for a **parametric** type (a generic container such as
9710
9710
  * `Array<A>`, `Option<A>`, etc.) by accepting a list of type-parameter schemas
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-vitest-runner",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
7
- "directory": "packages/stryker-js/vitest-runner"
7
+ "directory": "packages/testing/mutation/stryker-js/vitest-runner"
8
8
  },
9
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/stryker-js/vitest-runner#readme",
9
+ "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/testing/mutation/stryker-js/vitest-runner#readme",
10
10
  "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
11
11
  "description": "Vitest test-runner plugin for Stryker",
12
12
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "@stryker-mutator/util": "^9.6.1",
35
35
  "semver": "^7.7.0",
36
36
  "tslib": "~2.8.0",
37
- "@systemfsoftware/stryker-js-plugin-api": "^1.0.0"
37
+ "@systemfsoftware/stryker-js-plugin-api": "^2.0.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "vitest": ">=2.0.0"
@@ -52,10 +52,10 @@
52
52
  "typed-inject": "~5.0.0",
53
53
  "typescript": "^7",
54
54
  "vitest": "^4.1.10",
55
- "@systemfsoftware/oxlint-config": "^0.1.0",
56
- "@systemfsoftware/effect-gherkin-spec": "^1.0.0",
55
+ "@systemfsoftware/effect-gherkin-spec": "^2.0.0",
56
+ "@systemfsoftware/tsconfig": "^1.3.3",
57
57
  "@systemfsoftware/vitest-config": "^0.1.0",
58
- "@systemfsoftware/tsconfig": "^1.3.2"
58
+ "@systemfsoftware/oxlint-config": "^0.1.0"
59
59
  },
60
60
  "publishConfig": {
61
61
  "provenance": true