@hashgraphonline/standards-agent-kit 0.2.153 → 0.2.154

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": "@hashgraphonline/standards-agent-kit",
3
- "version": "0.2.153",
3
+ "version": "0.2.154",
4
4
  "description": "A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/standards-agent-kit.cjs",
@@ -161,7 +161,8 @@ const inscribeHashinalSchema = extendZodSchema(
161
161
  waitForConfirmation: z
162
162
  .boolean()
163
163
  .optional()
164
- .describe('Whether to wait for inscription confirmation'),
164
+ .describe('Whether to wait for inscription confirmation')
165
+ .default(true),
165
166
  timeoutMs: z
166
167
  .number()
167
168
  .int()