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.cjs CHANGED
@@ -4568,7 +4568,7 @@ var import_commander3 = require("commander");
4568
4568
  // package.json
4569
4569
  var package_default = {
4570
4570
  name: "llmist",
4571
- version: "0.4.1",
4571
+ version: "0.5.0",
4572
4572
  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.",
4573
4573
  type: "module",
4574
4574
  main: "dist/index.cjs",
@@ -4654,7 +4654,7 @@ var package_default = {
4654
4654
  commander: "^12.1.0",
4655
4655
  "js-toml": "^1.0.2",
4656
4656
  "js-yaml": "^4.1.0",
4657
- marked: "^17.0.1",
4657
+ marked: "^15.0.12",
4658
4658
  "marked-terminal": "^7.3.0",
4659
4659
  openai: "^6.0.0",
4660
4660
  tiktoken: "^1.0.22",