@llmist/cli 12.0.2 → 12.0.4

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
@@ -76,7 +76,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
76
76
  // package.json
77
77
  var package_default = {
78
78
  name: "@llmist/cli",
79
- version: "12.0.2",
79
+ version: "12.0.4",
80
80
  description: "CLI for llmist - run LLM agents from the command line",
81
81
  type: "module",
82
82
  main: "dist/cli.js",
@@ -129,7 +129,7 @@ var package_default = {
129
129
  license: "MIT",
130
130
  sideEffects: false,
131
131
  dependencies: {
132
- llmist: "^9.1.0",
132
+ llmist: "^12.0.4",
133
133
  "@unblessed/node": "^1.0.0-alpha.23",
134
134
  chalk: "^5.6.2",
135
135
  commander: "^12.1.0",
@@ -143,7 +143,7 @@ var package_default = {
143
143
  zod: "^4.1.12"
144
144
  },
145
145
  devDependencies: {
146
- "@llmist/testing": "^9.1.0",
146
+ "@llmist/testing": "^12.0.4",
147
147
  "@types/diff": "^8.0.0",
148
148
  "@types/js-yaml": "^4.0.9",
149
149
  "@types/marked-terminal": "^6.1.1",