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