llmist 0.2.2 → 0.3.0

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.cjs CHANGED
@@ -4303,7 +4303,7 @@ var import_commander3 = require("commander");
4303
4303
  // package.json
4304
4304
  var package_default = {
4305
4305
  name: "llmist",
4306
- version: "0.2.1",
4306
+ version: "0.2.2",
4307
4307
  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.",
4308
4308
  type: "module",
4309
4309
  main: "dist/index.cjs",