llmist 0.5.0 → 0.5.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
@@ -69,7 +69,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError3 } from "commande
69
69
  // package.json
70
70
  var package_default = {
71
71
  name: "llmist",
72
- version: "0.4.1",
72
+ version: "0.5.0",
73
73
  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.",
74
74
  type: "module",
75
75
  main: "dist/index.cjs",
@@ -155,7 +155,7 @@ var package_default = {
155
155
  commander: "^12.1.0",
156
156
  "js-toml": "^1.0.2",
157
157
  "js-yaml": "^4.1.0",
158
- marked: "^17.0.1",
158
+ marked: "^15.0.12",
159
159
  "marked-terminal": "^7.3.0",
160
160
  openai: "^6.0.0",
161
161
  tiktoken: "^1.0.22",