@systemfsoftware/stryker-js-vitest-runner 0.1.4 → 2.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.
@@ -45,7 +45,7 @@ function collectTestName({ name, suite }) {
45
45
  return nameParts.join(" ").trim();
46
46
  }
47
47
  function toRawTestId(test) {
48
- return `${test.file?.filepath ?? "unknown.js"}#${collectTestName(test)}`;
48
+ return `${test.file.filepath}#${collectTestName(test)}`;
49
49
  }
50
50
  //#endregion
51
51
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-vitest-runner",
3
- "version": "0.1.4",
3
+ "version": "2.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
@@ -31,38 +31,34 @@
31
31
  "coverageAnalysis": "perTest"
32
32
  },
33
33
  "dependencies": {
34
- "semver": "^7.7.0",
35
- "tslib": "~2.8.0",
36
- "@systemfsoftware/stryker-js-util": "^0.2.0",
37
- "@systemfsoftware/stryker-js-plugin-api": "^2.2.0"
34
+ "@systemfsoftware/effect-cell-types": "^5.0.0",
35
+ "@systemfsoftware/stryker-js": "^0.1.0"
38
36
  },
39
37
  "peerDependencies": {
38
+ "effect": "^4.0.0-rc.112",
40
39
  "vitest": ">=2.0.0"
41
40
  },
42
41
  "devDependencies": {
43
- "@effect/vitest": "4.0.0-rc.111",
42
+ "@effect/platform-node": "^4.0.0-rc.112",
43
+ "@effect/vitest": "4.0.0-rc.112",
44
44
  "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
45
45
  "@types/node": "^24",
46
- "@types/semver": "7.7.1",
47
46
  "@vitest/browser-playwright": "^4",
48
- "effect": "4.0.0-rc.111",
47
+ "effect": "^4.0.0-rc.112",
49
48
  "oxlint": "^1.77.0",
50
49
  "rimraf": "^6.1.3",
51
50
  "tsdown": "^0.22.14",
52
- "typed-inject": "~5.0.0",
53
51
  "typescript": "^7",
54
52
  "vitest": "^4.1.10",
53
+ "@systemfsoftware/all": "^1.0.0",
55
54
  "@systemfsoftware/effect-gherkin-spec": "^2.0.1",
56
55
  "@systemfsoftware/oxlint-config": "^0.1.0",
57
- "@systemfsoftware/vitest-config": "^0.1.0",
58
- "@systemfsoftware/tsconfig": "^1.3.3"
56
+ "@systemfsoftware/tsconfig": "^1.3.3",
57
+ "@systemfsoftware/vitest-config": "^0.1.0"
59
58
  },
60
59
  "publishConfig": {
61
60
  "provenance": true
62
61
  },
63
- "inlinedDependencies": {
64
- "effect": "4.0.0-rc.111"
65
- },
66
62
  "scripts": {
67
63
  "clean": "rimraf dist",
68
64
  "build": "tsdown",