llmist 0.6.0 → 0.6.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.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -5271,7 +5271,7 @@ var import_commander3 = require("commander");
|
|
|
5271
5271
|
// package.json
|
|
5272
5272
|
var package_default = {
|
|
5273
5273
|
name: "llmist",
|
|
5274
|
-
version: "0.
|
|
5274
|
+
version: "0.6.0",
|
|
5275
5275
|
description: "Universal TypeScript LLM client with streaming-first agent framework. Works with any model - no structured outputs or native tool calling required. Implements its own flexible grammar for function calling.",
|
|
5276
5276
|
type: "module",
|
|
5277
5277
|
main: "dist/index.cjs",
|