@systemfsoftware/stryker-js-vitest-runner 4.0.4 → 6.0.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 +1 @@
1
- export { }
1
+ export {}
package/package.json CHANGED
@@ -1,26 +1,28 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-vitest-runner",
3
- "version": "4.0.4",
3
+ "version": "6.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
7
- "directory": "packages/stryker-js/stryker-js-vitest-runner"
6
+ "url": "git+https://github.com/systemfsoftware/stryker-js-effect.git",
7
+ "directory": "packages/stryker-js-vitest-runner"
8
8
  },
9
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/stryker-js/stryker-js-vitest-runner#readme",
10
- "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
9
+ "homepage": "https://github.com/systemfsoftware/stryker-js-effect",
10
+ "bugs": "https://github.com/systemfsoftware/stryker-js-effect/issues",
11
11
  "description": "Vitest test-runner plugin for Stryker",
12
12
  "type": "module",
13
13
  "files": [
14
14
  "dist"
15
15
  ],
16
16
  "exports": {
17
- ".": "./dist/index.mjs",
18
- "./stryker-setup": "./dist/stryker-setup.mjs",
17
+ ".": {
18
+ "types": "./dist/index.d.mts",
19
+ "default": "./dist/index.mjs"
20
+ },
19
21
  "./package.json": "./package.json"
20
22
  },
21
23
  "license": "Apache-2.0",
22
24
  "engines": {
23
- "node": ">=20.0.0"
25
+ "node": ">=22.18.0"
24
26
  },
25
27
  "keywords": [
26
28
  "stryker",
@@ -31,8 +33,10 @@
31
33
  "coverageAnalysis": "perTest"
32
34
  },
33
35
  "dependencies": {
34
- "@systemfsoftware/stryker-js": "^4.0.0",
35
- "@systemfsoftware/effect-cell-types": "^8.0.0"
36
+ "@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
37
+ "@opentelemetry/sdk-node": "^0.208.0",
38
+ "@opentelemetry/sdk-trace-base": "^2.2.0",
39
+ "@systemfsoftware/effect-cell-types": "^8"
36
40
  },
37
41
  "peerDependencies": {
38
42
  "effect": "4.0.0-rc.112",
@@ -41,33 +45,72 @@
41
45
  "devDependencies": {
42
46
  "@effect/platform-node": "4.0.0-rc.112",
43
47
  "@effect/vitest": "4.0.0-rc.112",
44
- "@microsoft/api-extractor": "^7.58.7",
45
- "@systemfsoftware/arethetypeswrong-cli": "^4.1.0",
48
+ "@microsoft/api-extractor": "^7",
49
+ "@systemfsoftware/all": "^2",
50
+ "@systemfsoftware/arethetypeswrong-cli": "^4",
51
+ "@systemfsoftware/effect-gherkin-spec": "^4",
52
+ "@systemfsoftware/stryker-ignorer-effect-schema-declarations": "latest",
53
+ "@systemfsoftware/stryker-ignorer-in-source-vitest-block": "latest",
54
+ "@systemfsoftware/stryker-js": "latest",
55
+ "@systemfsoftware/stryker-js-typescript-checker": "latest",
56
+ "@systemfsoftware/stryker-js-vitest-runner": "latest",
57
+ "@systemfsoftware/stryker-test-contribution": "latest",
58
+ "@systemfsoftware/tsconfig": "^1",
46
59
  "@types/node": "^24",
47
60
  "@vitest/browser-playwright": "^4",
61
+ "concurrently": "^10",
48
62
  "effect": "4.0.0-rc.112",
49
- "oxlint": "^1.77.0",
63
+ "oxlint": "^1",
50
64
  "rimraf": "^6.1.3",
51
- "tsdown": "^0.22.14",
65
+ "tsdown": "^0.23.0",
52
66
  "typescript": "^7",
53
67
  "vitest": "^4",
54
- "@systemfsoftware/all": "^2.0.2",
55
- "@systemfsoftware/effect-gherkin-spec": "^4.0.2",
56
- "@systemfsoftware/oxlint-config": "^0.1.0",
57
- "@systemfsoftware/tsconfig": "^1.3.4",
68
+ "@systemfsoftware/stryker-config": "^0.1.0",
69
+ "@systemfsoftware/stryker-js-instrumenter": "^7.0.0",
70
+ "@systemfsoftware/stryker-js-plugin-interface": "^6.0.0",
71
+ "@systemfsoftware/stryker-js-plugin-runtime": "^5.0.1",
72
+ "@systemfsoftware/tsdown-config": "^0.1.0",
58
73
  "@systemfsoftware/vitest-config": "^0.1.0"
59
74
  },
60
75
  "publishConfig": {
61
76
  "provenance": true
62
77
  },
78
+ "inlinedDependencies": {
79
+ "@effect/opentelemetry": "4.0.0-rc.112",
80
+ "@effect/platform-node": "4.0.0-rc.112",
81
+ "@effect/platform-node-shared": "4.0.0-rc.112",
82
+ "@opentelemetry/api": "1.9.1",
83
+ "@opentelemetry/api-logs": "0.208.0",
84
+ "@opentelemetry/context-async-hooks": "2.2.0",
85
+ "@opentelemetry/core": [
86
+ "2.11.0",
87
+ "2.2.0"
88
+ ],
89
+ "@opentelemetry/resources": [
90
+ "2.11.0",
91
+ "2.2.0"
92
+ ],
93
+ "@opentelemetry/sdk-logs": "0.208.0",
94
+ "@opentelemetry/sdk-metrics": "2.2.0",
95
+ "@opentelemetry/sdk-trace-node": "2.2.0",
96
+ "@opentelemetry/semantic-conventions": "1.43.0",
97
+ "@systemfsoftware/effect-cell-types": "8.1.0",
98
+ "detect-libc": "2.1.2",
99
+ "effect": "4.0.0-rc.112",
100
+ "msgpackr": "2.1.0",
101
+ "msgpackr-extract": "3.0.4",
102
+ "node-gyp-build-optional-packages": "5.2.2",
103
+ "ws": "8.21.3"
104
+ },
63
105
  "scripts": {
64
106
  "clean": "rimraf dist",
65
- "build": "tsdown && pnpm api:check",
66
- "typecheck": "tsc --noEmit --incremental",
107
+ "build": "tsdown",
108
+ "typecheck": "tsc --noEmit --incremental && tsc -p tsconfig.node.json --noEmit",
67
109
  "attw": "attw --pack .",
68
110
  "test": "vitest run",
111
+ "mutation": "stryker run",
69
112
  "lint": "f=${OXLINT_FORMAT:-${AGENT:+agent}}; oxlint . --format=${f:-default}",
70
- "api:check": "tsdown && concurrently --kill-others-on-fail \"api-extractor run\" \"api-extractor run --config api-extractor.stryker-setup.json\"",
71
- "api:update": "concurrently --kill-others-on-fail \"api-extractor run --local\" \"api-extractor run --local --config api-extractor.stryker-setup.json\""
113
+ "api:check": "api-extractor run",
114
+ "api:update": "api-extractor run --local"
72
115
  }
73
116
  }