@hatchet-dev/typescript-sdk 1.22.0 → 1.22.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatchet-dev/typescript-sdk",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Background task orchestration & visibility for developers",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -61,13 +61,11 @@
61
61
  "zod-to-json-schema": "^3.24.2"
62
62
  },
63
63
  "peerDependencies": {
64
- "zod": "^3.25.0 || ^4.0.0"
65
- },
66
- "optionalDependencies": {
64
+ "zod": "^3.25.0 || ^4.0.0",
67
65
  "@anthropic-ai/claude-agent-sdk": "^0.2.87",
68
66
  "@grpc/grpc-js": "^1.14.3",
69
67
  "@modelcontextprotocol/sdk": "^1.29.0",
70
- "@openai/agents": "0.8.3",
68
+ "@openai/agents": "0.8.5",
71
69
  "@opentelemetry/api": "^1.9.0",
72
70
  "@opentelemetry/core": "^2.0.0",
73
71
  "@opentelemetry/exporter-trace-otlp-grpc": "^0.215.0",
@@ -75,6 +73,41 @@
75
73
  "@opentelemetry/sdk-trace-base": "^2.0.0",
76
74
  "prom-client": "^15.1.3"
77
75
  },
76
+ "peerDependenciesMeta": {
77
+ "zod": {
78
+ "optional": false
79
+ },
80
+ "@anthropic-ai/claude-agent-sdk": {
81
+ "optional": true
82
+ },
83
+ "@grpc/grpc-js": {
84
+ "optional": true
85
+ },
86
+ "@modelcontextprotocol/sdk": {
87
+ "optional": true
88
+ },
89
+ "@openai/agents": {
90
+ "optional": true
91
+ },
92
+ "@opentelemetry/api": {
93
+ "optional": true
94
+ },
95
+ "@opentelemetry/core": {
96
+ "optional": true
97
+ },
98
+ "@opentelemetry/exporter-trace-otlp-grpc": {
99
+ "optional": true
100
+ },
101
+ "@opentelemetry/instrumentation": {
102
+ "optional": true
103
+ },
104
+ "@opentelemetry/sdk-trace-base": {
105
+ "optional": true
106
+ },
107
+ "prom-client": {
108
+ "optional": true
109
+ }
110
+ },
78
111
  "scripts": {
79
112
  "build": "echo 'build hatchet sdk with `npm run tsc:build` to ensure it is not build during the publish step' && exit 0",
80
113
  "postinstall": "node scripts/version-check.js",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const HATCHET_VERSION = "1.22.0";
1
+ export declare const HATCHET_VERSION = "1.22.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HATCHET_VERSION = void 0;
4
- exports.HATCHET_VERSION = '1.22.0';
4
+ exports.HATCHET_VERSION = '1.22.1';