@agentfield/sdk 0.1.65-rc.3 → 0.1.65-rc.4

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentfield/sdk",
3
- "version": "0.1.65-rc.3",
3
+ "version": "0.1.65-rc.4",
4
4
  "description": "AgentField TypeScript SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,8 @@
12
12
  "build": "tsup",
13
13
  "dev": "tsup --watch",
14
14
  "lint": "tsc --noEmit",
15
- "test": "vitest run",
15
+ "test": "vitest run --exclude tests/harness_functional.test.ts",
16
+ "test:functional": "vitest run tests/harness_functional.test.ts --timeout=300000",
16
17
  "prepare": "npm run build"
17
18
  },
18
19
  "exports": {
@@ -50,7 +51,8 @@
50
51
  "tsup": "^8.0.0",
51
52
  "tsx": "^4.19.2",
52
53
  "typescript": "^5.3.0",
53
- "vitest": "^1.0.0"
54
+ "vite": "^6.4.2",
55
+ "vitest": "^3.2.4"
54
56
  },
55
57
  "peerDependencies": {
56
58
  "@anthropic-ai/claude-agent-sdk": "*"