@systemfsoftware/stryker-js-plugin-interface 6.0.0 → 6.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,12 @@
1
1
  # @systemfsoftware/stryker-js-plugin-interface
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @systemfsoftware/stryker-js-instrumenter@8.0.0
9
+
3
10
  ## 6.0.0
4
11
 
5
12
  ### Major Changes
package/dist/index.d.mts CHANGED
@@ -1,25 +1,25 @@
1
1
  import * as Context from 'effect/Context';
2
2
  import * as Effect$1 from 'effect/Effect';
3
3
  import * as HashMap from 'effect/HashMap';
4
- import { Location } from '@systemfsoftware/stryker-js-instrumenter/mutants';
5
- import { LocationSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
6
- import { Mutant } from '@systemfsoftware/stryker-js-instrumenter/mutants';
7
- import { MutantActivation } from '@systemfsoftware/stryker-js-instrumenter/mutants';
8
- import { MutantActivationSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
9
- import { MutantCoverage } from '@systemfsoftware/stryker-js-instrumenter/mutants';
10
- import { MutantRunOptions } from '@systemfsoftware/stryker-js-instrumenter/mutants';
11
- import { MutantRunOptionsSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
12
- import { MutantStatus } from '@systemfsoftware/stryker-js-instrumenter/mutants';
13
- import { MutantStatusSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
14
- import { OpenEndLocation } from '@systemfsoftware/stryker-js-instrumenter/mutants';
15
- import { OpenEndLocationSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
4
+ import { Location } from '@systemfsoftware/stryker-js-instrumenter';
5
+ import { LocationSchema } from '@systemfsoftware/stryker-js-instrumenter';
6
+ import { Mutant } from '@systemfsoftware/stryker-js-instrumenter';
7
+ import { MutantActivation } from '@systemfsoftware/stryker-js-instrumenter';
8
+ import { MutantActivationSchema } from '@systemfsoftware/stryker-js-instrumenter';
9
+ import { MutantCoverage } from '@systemfsoftware/stryker-js-instrumenter';
10
+ import { MutantRunOptions } from '@systemfsoftware/stryker-js-instrumenter';
11
+ import { MutantRunOptionsSchema } from '@systemfsoftware/stryker-js-instrumenter';
12
+ import { MutantStatus } from '@systemfsoftware/stryker-js-instrumenter';
13
+ import { MutantStatusSchema } from '@systemfsoftware/stryker-js-instrumenter';
14
+ import { OpenEndLocation } from '@systemfsoftware/stryker-js-instrumenter';
15
+ import { OpenEndLocationSchema } from '@systemfsoftware/stryker-js-instrumenter';
16
16
  import * as Option from 'effect/Option';
17
- import { Position } from '@systemfsoftware/stryker-js-instrumenter/mutants';
18
- import { PositionSchema } from '@systemfsoftware/stryker-js-instrumenter/mutants';
17
+ import { Position } from '@systemfsoftware/stryker-js-instrumenter';
18
+ import { PositionSchema } from '@systemfsoftware/stryker-js-instrumenter';
19
19
  import * as Rpc from 'effect/unstable/rpc/Rpc';
20
20
  import * as RpcGroup from 'effect/unstable/rpc/RpcGroup';
21
21
  import * as RpcMiddleware from 'effect/unstable/rpc/RpcMiddleware';
22
- import { RunOptions } from '@systemfsoftware/stryker-js-instrumenter/mutants';
22
+ import { RunOptions } from '@systemfsoftware/stryker-js-instrumenter';
23
23
  import * as S from 'effect/Schema';
24
24
  import { Schema } from 'effect';
25
25
  import { StandardSchemaV1 } from 'effect/StandardSchema';
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { LocationSchema, LocationSchema as LocationSchema$1, Mutant, MutantActivationSchema, MutantRunOptionsSchema, MutantRunOptionsSchema as MutantRunOptionsSchema$1, MutantStatusSchema, MutantStatusSchema as MutantStatusSchema$1, OpenEndLocationSchema, OpenEndLocationSchema as OpenEndLocationSchema$1, PositionSchema, PositionSchema as PositionSchema$1, RunOptionsFields } from "@systemfsoftware/stryker-js-instrumenter/mutants";
1
+ import { LocationSchema, LocationSchema as LocationSchema$1, Mutant, MutantActivationSchema, MutantRunOptionsSchema, MutantRunOptionsSchema as MutantRunOptionsSchema$1, MutantStatusSchema, MutantStatusSchema as MutantStatusSchema$1, OpenEndLocationSchema, OpenEndLocationSchema as OpenEndLocationSchema$1, PositionSchema, PositionSchema as PositionSchema$1, RunOptionsFields } from "@systemfsoftware/stryker-js-instrumenter";
2
2
  import * as Context from "effect/Context";
3
3
  import * as S from "effect/Schema";
4
4
  import * as Rpc from "effect/unstable/rpc/Rpc";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-plugin-interface",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/stryker-js-effect.git",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "effect": "4.0.0-rc.112",
22
- "@systemfsoftware/stryker-js-instrumenter": "^7.0.0"
22
+ "@systemfsoftware/stryker-js-instrumenter": "^8.0.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@effect/tsgo": "^0.45.0",
@@ -36,8 +36,8 @@
36
36
  "tsdown": "^0.23.0",
37
37
  "typescript": "^7",
38
38
  "vitest": "^4",
39
- "@systemfsoftware/tsdown-config": "^0.1.0",
40
- "@systemfsoftware/vitest-config": "^0.1.0"
39
+ "@systemfsoftware/vitest-config": "^0.1.0",
40
+ "@systemfsoftware/tsdown-config": "^0.1.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public",