@llmist/cli 15.18.0 → 15.19.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.js CHANGED
@@ -110,7 +110,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
110
110
  // package.json
111
111
  var package_default = {
112
112
  name: "@llmist/cli",
113
- version: "15.18.0",
113
+ version: "15.19.0",
114
114
  description: "CLI for llmist - run LLM agents from the command line",
115
115
  type: "module",
116
116
  main: "dist/cli.js",
@@ -166,7 +166,7 @@ var package_default = {
166
166
  node: ">=22.0.0"
167
167
  },
168
168
  dependencies: {
169
- llmist: "^15.18.0",
169
+ llmist: "^15.19.0",
170
170
  "@unblessed/node": "^1.0.0-alpha.23",
171
171
  chalk: "^5.6.2",
172
172
  commander: "^12.1.0",
@@ -180,7 +180,7 @@ var package_default = {
180
180
  zod: "^4.1.12"
181
181
  },
182
182
  devDependencies: {
183
- "@llmist/testing": "^15.18.0",
183
+ "@llmist/testing": "^15.19.0",
184
184
  "@types/diff": "^8.0.0",
185
185
  "@types/js-yaml": "^4.0.9",
186
186
  "@types/marked-terminal": "^6.1.1",