@proofhound/llm-client 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 +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@proofhound/llm-client",
3
- "version": "0.1.6",
4
- "description": "LLM 调用包装 docs/specs/05-logging.md §5.6 日志契约 + 限流前置",
3
+ "version": "0.1.7",
4
+ "description": "LLM invocation wrapper carries the docs/specs/05-logging.md §5.6 logging contract + upfront rate limiting",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "sharp": "^0.34.5",
12
- "@proofhound/db": "0.1.6",
13
- "@proofhound/limiter": "0.1.6",
14
- "@proofhound/shared": "0.1.6",
15
- "@proofhound/logger": "0.1.6"
12
+ "@proofhound/db": "0.1.7",
13
+ "@proofhound/limiter": "0.1.7",
14
+ "@proofhound/logger": "0.1.7",
15
+ "@proofhound/shared": "0.1.7"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^24.12.4",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rm -rf dist && tsc -p tsconfig.build.json",
40
- "typecheck": "tsc --noEmit",
40
+ "typecheck": "tsc --noEmit --incremental false",
41
41
  "lint": "eslint \"src/**/*.ts\"",
42
42
  "test": "vitest run",
43
43
  "test:unit": "vitest run",