|
1 | 1 | { |
2 | 2 | "name": "@hatchet-dev/typescript-sdk", |
3 | | - "version": "1.21.2", |
| 3 | + "version": "1.22.0", |
4 | 4 | "description": "Background task orchestration & visibility for developers", |
5 | 5 | "types": "dist/index.d.ts", |
6 | 6 | "files": [ |
|
44 | 44 | "license": "MIT", |
45 | 45 | "devDependencies": { |
46 | 46 | "@eslint/js": "^10.0.1", |
47 | | - "@tsd/typescript": "^5.9.3", |
48 | 47 | "@types/jest": "^29.5.14", |
49 | 48 | "@types/node": "^22.13.14", |
50 | 49 | "autoprefixer": "^10.4.27", |
|
63 | 62 | "ts-jest": "^29.4.6", |
64 | 63 | "ts-node": "^10.9.2", |
65 | 64 | "ts-proto": "^2.11.4", |
| 65 | + "tsconfig-paths": "^4.2.0", |
| 66 | + "tsx": "^4.21.0", |
66 | 67 | "typedoc": "^0.28.17", |
67 | 68 | "typedoc-plugin-markdown": "^4.10.0", |
68 | 69 | "typedoc-plugin-no-inherit": "^1.6.1", |
|
81 | 82 | "qs": "^6.14.2", |
82 | 83 | "semver": "^7.7.4", |
83 | 84 | "yaml": "^2.8.2", |
84 | | - "zod": "^3.24.2", |
85 | | - "zod-to-json-schema": "^3.24.1" |
| 85 | + "zod-to-json-schema": "^3.24.2" |
| 86 | + }, |
| 87 | + "peerDependencies": { |
| 88 | + "zod": "^3.25.0 || ^4.0.0" |
86 | 89 | }, |
87 | 90 | "optionalDependencies": { |
| 91 | + "@anthropic-ai/claude-agent-sdk": "^0.2.87", |
88 | 92 | "@grpc/grpc-js": "^1.14.3", |
| 93 | + "@modelcontextprotocol/sdk": "^1.29.0", |
| 94 | + "@openai/agents": "0.8.3", |
89 | 95 | "@opentelemetry/api": "^1.9.0", |
90 | 96 | "@opentelemetry/core": "^2.0.0", |
91 | 97 | "@opentelemetry/exporter-trace-otlp-grpc": "^0.215.0", |
|
0 commit comments