@systemfsoftware/stryker-js-cli 3.2.0 → 4.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-cli",
3
- "version": "3.2.0",
3
+ "version": "4.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
@@ -8,19 +8,20 @@
8
8
  },
9
9
  "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/testing/mutation/stryker-js/cli#readme",
10
10
  "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
11
- "description": "The stryker command-line interface — terminal framing, run-event stream, and exit handling for the @systemfsoftware Stryker fork.",
11
+ "description": "The stryker command-line interface — terminal framing, run-event stream, and exit handling for the @systemfsoftware mutation engine.",
12
12
  "type": "module",
13
13
  "files": [
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "@effect/platform-node": "^4.0.0-rc.111",
18
- "@effect/platform-node-shared": "^4.0.0-rc.111",
19
- "effect": "^4.0.0-rc.111",
20
- "@systemfsoftware/stryker-js-mutation-report": "^2.0.0",
21
- "@systemfsoftware/stryker-js-mutation-run": "^5.0.0",
22
- "@systemfsoftware/stryker-js-plugin-api": "^3.0.0",
23
- "@systemfsoftware/effect-cell-types": "^4.0.0"
17
+ "@effect/platform-node": "^4.0.0-rc.112",
18
+ "@effect/platform-node-shared": "^4.0.0-rc.112",
19
+ "@noble/hashes": "1.8.0",
20
+ "effect": "^4.0.0-rc.112",
21
+ "@systemfsoftware/effect-cell-types": "^5.0.0",
22
+ "@systemfsoftware/stryker-js-html-reporter": "^0.1.0",
23
+ "@systemfsoftware/stryker-js": "^0.1.0",
24
+ "@systemfsoftware/stryker-js-platform-node": "^0.1.0"
24
25
  },
25
26
  "devDependencies": {
26
27
  "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
@@ -32,15 +33,15 @@
32
33
  "tsdown": "^0.22.14",
33
34
  "vite-tsconfig-paths": "^6.1.1",
34
35
  "vitest": "^4.1.10",
36
+ "@systemfsoftware/all": "^1.0.0",
35
37
  "@systemfsoftware/effect-gherkin-spec": "^2.0.1",
36
- "@systemfsoftware/effect-schema-refutation-vite": "^0.1.0",
37
38
  "@systemfsoftware/effect-schema-law": "^1.0.0",
38
- "@systemfsoftware/oxlint-config": "^0.1.0",
39
39
  "@systemfsoftware/effect-schema-vite": "^2.0.0",
40
- "@systemfsoftware/oxlint-plugin-cell-vocabulary": "^1.2.1",
40
+ "@systemfsoftware/oxlint-config": "^0.1.0",
41
41
  "@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.5",
42
- "@systemfsoftware/tsconfig": "^1.3.3",
43
42
  "@systemfsoftware/oxlint-plugin-test-placement": "^3.2.0",
43
+ "@systemfsoftware/oxlint-plugin-cell-vocabulary": "^1.2.2",
44
+ "@systemfsoftware/tsconfig": "^1.3.3",
44
45
  "@systemfsoftware/vitest-config": "^0.1.0"
45
46
  },
46
47
  "engines": {