@agent-relay/sdk 6.3.1 → 6.3.2

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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "6.3.1",
3
+ "version": "6.3.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -165,11 +165,11 @@
165
165
  "@types/ws": "^8.5.10"
166
166
  },
167
167
  "dependencies": {
168
- "@agent-relay/cloud": "6.3.1",
169
- "@agent-relay/config": "6.3.1",
170
- "@agent-relay/github-primitive": "6.3.1",
171
- "@agent-relay/slack-primitive": "6.3.1",
172
- "@agent-relay/workflow-types": "6.3.1",
168
+ "@agent-relay/cloud": "6.3.2",
169
+ "@agent-relay/config": "6.3.2",
170
+ "@agent-relay/github-primitive": "6.3.2",
171
+ "@agent-relay/slack-primitive": "6.3.2",
172
+ "@agent-relay/workflow-types": "6.3.2",
173
173
  "@agentworkforce/harness-kit": "^0.11.0",
174
174
  "@agentworkforce/workload-router": "^0.11.0",
175
175
  "@relaycast/sdk": "^1.1.0",
@@ -184,14 +184,14 @@
184
184
  "yaml": "^2.7.0"
185
185
  },
186
186
  "optionalDependencies": {
187
- "@agent-relay/broker-darwin-arm64": "6.3.1",
188
- "@agent-relay/broker-darwin-x64": "6.3.1",
189
- "@agent-relay/broker-linux-arm64": "6.3.1",
190
- "@agent-relay/broker-linux-x64": "6.3.1",
191
- "@agent-relay/broker-win32-x64": "6.3.1"
187
+ "@agent-relay/broker-darwin-arm64": "6.3.2",
188
+ "@agent-relay/broker-darwin-x64": "6.3.2",
189
+ "@agent-relay/broker-linux-arm64": "6.3.2",
190
+ "@agent-relay/broker-linux-x64": "6.3.2",
191
+ "@agent-relay/broker-win32-x64": "6.3.2"
192
192
  },
193
193
  "peerDependencies": {
194
- "@agent-relay/credential-proxy": "6.3.1",
194
+ "@agent-relay/credential-proxy": "6.3.2",
195
195
  "@anthropic-ai/claude-agent-sdk": ">=0.1.0",
196
196
  "@google/adk": ">=0.5.0",
197
197
  "@langchain/langgraph": ">=1.2.0",