@heroui/agent 0.2.0-beta.6 → 0.2.0-beta.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.
@@ -1346,7 +1346,7 @@ declare function signTrustedAgentClientData(secret: string, data: TrustedAgentCl
1346
1346
  declare function verifyTrustedAgentClientData(secret: string, value: unknown): Promise<TrustedAgentClientData | null>;
1347
1347
 
1348
1348
  declare const HEROUI_AGENT_PROTOCOL_VERSION: 5;
1349
- declare const HEROUI_AGENT_SDK_VERSION: "0.2.0-beta.6";
1349
+ declare const HEROUI_AGENT_SDK_VERSION: "0.2.0-beta.7";
1350
1350
  declare const HEROUI_AGENT_TASK_ID: "heroui-agents-runtime";
1351
1351
  declare const TRUSTED_AGENT_CLIENT_DATA_KEY: "__heroUiAgentApi";
1352
1352
 
package/dist/contracts.js CHANGED
@@ -2185,7 +2185,7 @@ var agentModelIdSchema = z3.preprocess(
2185
2185
 
2186
2186
  // src/contracts/version.ts
2187
2187
  var HEROUI_AGENT_PROTOCOL_VERSION = 5;
2188
- var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.6";
2188
+ var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.7";
2189
2189
  var HEROUI_AGENT_TASK_ID = "heroui-agents-runtime";
2190
2190
  var TRUSTED_AGENT_CLIENT_DATA_KEY = "__heroUiAgentApi";
2191
2191