@llmist/cli 15.14.1 → 15.14.2

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