@systemfsoftware/stryker-js-typescript-checker 5.0.3 → 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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-typescript-checker",
3
- "version": "5.0.3",
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-typescript-checker"
6
+ "url": "git+https://github.com/systemfsoftware/stryker-js-effect.git",
7
+ "directory": "packages/stryker-js-typescript-checker"
8
8
  },
9
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/stryker-js/stryker-js-typescript-checker#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": "TypeScript checker plugin for Stryker — TS7 native",
12
12
  "type": "module",
13
13
  "files": [
@@ -15,36 +15,71 @@
15
15
  "schema"
16
16
  ],
17
17
  "exports": {
18
- ".": "./dist/index.mjs",
18
+ ".": {
19
+ "types": "./dist/index.d.mts",
20
+ "default": "./dist/index.mjs"
21
+ },
19
22
  "./package.json": "./package.json"
20
23
  },
21
24
  "license": "Apache-2.0",
22
25
  "dependencies": {
26
+ "@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
27
+ "@opentelemetry/sdk-node": "^0.208.0",
28
+ "@opentelemetry/sdk-trace-base": "^2.2.0",
29
+ "@systemfsoftware/effect-cell-types": "^8",
23
30
  "effect": "4.0.0-rc.112",
24
31
  "typescript": "^7",
25
- "@systemfsoftware/effect-cell-types": "^7.0.1",
26
- "@systemfsoftware/stryker-js": "^3.0.2"
32
+ "@systemfsoftware/stryker-js-language": "^5.0.0",
33
+ "@systemfsoftware/stryker-js-plugin-runtime": "^5.0.0",
34
+ "@systemfsoftware/stryker-js-plugin-interface": "^5.0.0"
27
35
  },
28
36
  "devDependencies": {
29
37
  "@effect/platform-node": "4.0.0-rc.112",
30
38
  "@effect/platform-node-shared": "4.0.0-rc.112",
31
- "@std/jsonc": "npm:@jsr/std__jsonc@^1.0.2",
32
- "@systemfsoftware/arethetypeswrong-cli": "^4.1.0",
39
+ "@effect/tsgo": "^0.45.0",
40
+ "@microsoft/api-extractor": "^7",
41
+ "@std/jsonc": "npm:@jsr/std__jsonc@^1",
42
+ "@systemfsoftware/all": "^2",
43
+ "@systemfsoftware/arethetypeswrong-cli": "^4",
44
+ "@systemfsoftware/effect-gherkin-spec": "^4",
45
+ "@systemfsoftware/effect-schema-law": "^2",
46
+ "@systemfsoftware/effect-schema-vite": "^2",
47
+ "@systemfsoftware/tsconfig": "^1",
33
48
  "@types/node": "^24",
34
- "oxlint": "^1.77.0",
49
+ "oxlint": "^1",
35
50
  "rimraf": "^6.1.3",
36
- "tsdown": "^0.22.14",
51
+ "tsdown": "^0.23.0",
37
52
  "vitest": "^4",
38
- "@systemfsoftware/all": "^2.0.1",
39
- "@systemfsoftware/effect-gherkin-spec": "^4.0.2",
40
- "@systemfsoftware/effect-schema-law": "^2.1.1",
41
- "@systemfsoftware/effect-schema-vite": "^2.1.1",
42
- "@systemfsoftware/vitest-config": "^0.1.0",
43
- "@systemfsoftware/oxlint-config": "^0.1.0",
44
- "@systemfsoftware/tsconfig": "^1.3.4"
53
+ "@systemfsoftware/tsdown-config": "^0.1.0",
54
+ "@systemfsoftware/vitest-config": "^0.1.0"
45
55
  },
46
56
  "inlinedDependencies": {
47
- "@jsr/std__jsonc": "1.0.2"
57
+ "@effect/opentelemetry": "4.0.0-rc.112",
58
+ "@effect/platform-node": "4.0.0-rc.112",
59
+ "@effect/platform-node-shared": "4.0.0-rc.112",
60
+ "@jsr/std__jsonc": "1.0.2",
61
+ "@opentelemetry/api": "1.9.1",
62
+ "@opentelemetry/api-logs": "0.208.0",
63
+ "@opentelemetry/context-async-hooks": "2.2.0",
64
+ "@opentelemetry/core": [
65
+ "2.11.0",
66
+ "2.2.0"
67
+ ],
68
+ "@opentelemetry/resources": [
69
+ "2.11.0",
70
+ "2.2.0"
71
+ ],
72
+ "@opentelemetry/sdk-logs": "0.208.0",
73
+ "@opentelemetry/sdk-metrics": "2.2.0",
74
+ "@opentelemetry/sdk-trace-node": "2.2.0",
75
+ "@opentelemetry/semantic-conventions": "1.43.0",
76
+ "@systemfsoftware/effect-cell-types": "8.1.0",
77
+ "detect-libc": "2.1.2",
78
+ "effect": "4.0.0-rc.112",
79
+ "msgpackr": "2.1.0",
80
+ "msgpackr-extract": "3.0.4",
81
+ "node-gyp-build-optional-packages": "5.2.2",
82
+ "ws": "8.21.3"
48
83
  },
49
84
  "publishConfig": {
50
85
  "provenance": true
@@ -52,9 +87,12 @@
52
87
  "scripts": {
53
88
  "clean": "rimraf dist",
54
89
  "build": "tsdown",
55
- "typecheck": "tsc --noEmit --incremental",
90
+ "typecheck": "tsc --noEmit --incremental && tsc -p tsconfig.node.json --noEmit",
56
91
  "attw": "attw --pack .",
57
92
  "test": "vitest run",
58
- "lint": "f=${OXLINT_FORMAT:-${AGENT:+agent}}; oxlint . --format=${f:-default}"
93
+ "lint": "f=${OXLINT_FORMAT:-${AGENT:+agent}}; oxlint . --format=${f:-default}",
94
+ "api:check": "api-extractor run",
95
+ "api:update": "api-extractor run --local",
96
+ "lint:tsgo": "effect-tsgo diagnostics --project tsconfig.json --format ${TSGO_FORMAT:-text}"
59
97
  }
60
98
  }