llmist 0.6.0 → 0.6.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/dist/cli.js CHANGED
@@ -71,7 +71,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError3 } from "commande
71
71
  // package.json
72
72
  var package_default = {
73
73
  name: "llmist",
74
- version: "0.5.1",
74
+ version: "0.6.0",
75
75
  description: "Universal TypeScript LLM client with streaming-first agent framework. Works with any model - no structured outputs or native tool calling required. Implements its own flexible grammar for function calling.",
76
76
  type: "module",
77
77
  main: "dist/index.cjs",