@llmist/cli 9.0.0 → 9.1.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.js CHANGED
@@ -79,7 +79,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
79
79
  // package.json
80
80
  var package_default = {
81
81
  name: "@llmist/cli",
82
- version: "9.0.0",
82
+ version: "9.1.1",
83
83
  description: "CLI for llmist - run LLM agents from the command line",
84
84
  type: "module",
85
85
  main: "dist/cli.js",
@@ -116,7 +116,7 @@ var package_default = {
116
116
  license: "MIT",
117
117
  sideEffects: false,
118
118
  dependencies: {
119
- llmist: "^8.0.0",
119
+ llmist: "^9.1.0",
120
120
  "@unblessed/node": "^1.0.0-alpha.23",
121
121
  chalk: "^5.6.2",
122
122
  commander: "^12.1.0",
@@ -129,7 +129,7 @@ var package_default = {
129
129
  zod: "^4.1.12"
130
130
  },
131
131
  devDependencies: {
132
- "@llmist/testing": "^8.0.0",
132
+ "@llmist/testing": "^9.1.0",
133
133
  "@types/diff": "^8.0.0",
134
134
  "@types/js-yaml": "^4.0.9",
135
135
  "@types/marked-terminal": "^6.1.1",