llmist 0.1.1 → 0.1.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.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -4255,7 +4255,7 @@ var import_commander3 = require("commander");
|
|
|
4255
4255
|
// package.json
|
|
4256
4256
|
var package_default = {
|
|
4257
4257
|
name: "llmist",
|
|
4258
|
-
version: "0.1.
|
|
4258
|
+
version: "0.1.2",
|
|
4259
4259
|
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.",
|
|
4260
4260
|
type: "module",
|
|
4261
4261
|
main: "dist/index.cjs",
|
|
@@ -4297,7 +4297,7 @@ var package_default = {
|
|
|
4297
4297
|
"test:e2e:watch": "bun test src/e2e --watch --timeout 60000",
|
|
4298
4298
|
"test:all": "bun run test && bun run test:e2e",
|
|
4299
4299
|
clean: "rimraf dist",
|
|
4300
|
-
|
|
4300
|
+
prepare: "node scripts/install-hooks.js || true"
|
|
4301
4301
|
},
|
|
4302
4302
|
bin: {
|
|
4303
4303
|
llmist: "dist/cli.cjs"
|