@proofhound/judgment 0.1.6 → 0.1.7

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@proofhound/judgment",
3
- "version": "0.1.6",
4
- "description": "判定策略(扩展点)— V1: classification;预留 generative / agent",
3
+ "version": "0.1.7",
4
+ "description": "Judgment strategies (extension point) — V1: classification; generative / agent reserved",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "zod": "^4.4.3",
12
- "@proofhound/shared": "0.1.6"
12
+ "@proofhound/shared": "0.1.7"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.12.4",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rm -rf dist && tsc -p tsconfig.build.json",
37
- "typecheck": "tsc --noEmit",
37
+ "typecheck": "tsc --noEmit --incremental false",
38
38
  "lint": "eslint \"src/**/*.ts\"",
39
39
  "test": "vitest run --passWithNoTests",
40
40
  "test:unit": "vitest run --passWithNoTests",