@sayoriqwq/effect-harness 0.0.2 → 0.0.3

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.
File without changes
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@sayoriqwq/effect-harness",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
8
8
  "registry": "https://registry.npmjs.org/"
9
9
  },
10
- "packageManager": "pnpm@10.33.2",
11
10
  "description": "Effect v4 beta provider profile and source route package.",
12
11
  "license": "MIT",
13
12
  "repository": {
@@ -31,15 +30,29 @@
31
30
  "engines": {
32
31
  "node": ">=22.22.1"
33
32
  },
33
+ "dependencies": {
34
+ "@effect/platform-node": "4.0.0-beta.92",
35
+ "effect": "4.0.0-beta.92",
36
+ "typescript": "^6.0.3"
37
+ },
38
+ "devDependencies": {
39
+ "@antfu/eslint-config": "^9.0.0",
40
+ "@effect/language-service": "0.86.2",
41
+ "@effect/tsgo": "0.15.0",
42
+ "@effect/vitest": "4.0.0-beta.92",
43
+ "@types/node": "^25.6.0",
44
+ "@typescript/native-preview": "7.0.0-dev.20260630.1",
45
+ "eslint": "^10.3.0",
46
+ "knip": "^6.12.0",
47
+ "vitest": "^4.1.8"
48
+ },
34
49
  "scripts": {
35
50
  "build": "tsc --project tsconfig.build.json",
36
- "prepack": "pnpm build",
37
51
  "dev": "pnpm build && node dist/bin/effect-harness.js --help",
38
52
  "effect:verify": "node bin/effect-harness.ts provider-verify --harness .",
39
53
  "knip": "knip",
40
54
  "lint": "eslint",
41
55
  "lint:fix": "eslint --fix",
42
- "prepare": "effect-tsgo patch",
43
56
  "source:status": "npx --yes @sayoriqwq/partita pin status --root . --contract repos/effect.subtree.json --name effect --prefix repos/effect && npx --yes @sayoriqwq/partita pin status --root . --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo",
44
57
  "source:update": "npx --yes @sayoriqwq/partita pin update --root . --contract repos/effect.subtree.json --name effect --prefix repos/effect --dry-run && npx --yes @sayoriqwq/partita pin update --root . --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo --dry-run",
45
58
  "source:verify": "npx --yes @sayoriqwq/partita pin verify --root . --contract repos/effect.subtree.json --name effect --prefix repos/effect && npx --yes @sayoriqwq/partita pin verify --root . --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo",
@@ -47,21 +60,5 @@
47
60
  "typecheck": "tsgo --noEmit",
48
61
  "typecheck:tsc": "tsc --noEmit",
49
62
  "verify": "node bin/effect-harness.ts verify --harness ."
50
- },
51
- "dependencies": {
52
- "@effect/platform-node": "catalog:",
53
- "effect": "catalog:",
54
- "typescript": "catalog:"
55
- },
56
- "devDependencies": {
57
- "@antfu/eslint-config": "catalog:",
58
- "@effect/language-service": "catalog:",
59
- "@effect/tsgo": "catalog:",
60
- "@effect/vitest": "catalog:",
61
- "@types/node": "catalog:",
62
- "@typescript/native-preview": "catalog:",
63
- "eslint": "catalog:",
64
- "knip": "catalog:",
65
- "vitest": "catalog:"
66
63
  }
67
- }
64
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes