llmist 4.0.0 → 5.0.0

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.
@@ -1,6 +1,6 @@
1
1
  import { PassThrough, Readable, Writable } from 'node:stream';
2
- import { L as LLMMessage, A as AbstractGadget, I as IConversationManager, a as LLMStream, b as LLMStreamChunk } from '../mock-stream-BvNYtrlG.cjs';
3
- export { j as MockAudioData, d as MockBuilder, k as MockImageData, f as MockManager, l as MockMatcher, n as MockMatcherContext, o as MockOptions, M as MockProviderAdapter, p as MockRegistration, q as MockResponse, r as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-BvNYtrlG.cjs';
2
+ import { L as LLMMessage, A as AbstractGadget, I as IConversationManager, a as LLMStream, b as LLMStreamChunk } from '../mock-stream-CAY53Q6u.cjs';
3
+ export { j as MockAudioData, d as MockBuilder, k as MockImageData, f as MockManager, l as MockMatcher, n as MockMatcherContext, o as MockOptions, M as MockProviderAdapter, p as MockRegistration, q as MockResponse, r as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-CAY53Q6u.cjs';
4
4
  import { ZodType } from 'zod';
5
5
  import 'tslog';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { PassThrough, Readable, Writable } from 'node:stream';
2
- import { L as LLMMessage, A as AbstractGadget, I as IConversationManager, a as LLMStream, b as LLMStreamChunk } from '../mock-stream-BvNYtrlG.js';
3
- export { j as MockAudioData, d as MockBuilder, k as MockImageData, f as MockManager, l as MockMatcher, n as MockMatcherContext, o as MockOptions, M as MockProviderAdapter, p as MockRegistration, q as MockResponse, r as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-BvNYtrlG.js';
2
+ import { L as LLMMessage, A as AbstractGadget, I as IConversationManager, a as LLMStream, b as LLMStreamChunk } from '../mock-stream-CAY53Q6u.js';
3
+ export { j as MockAudioData, d as MockBuilder, k as MockImageData, f as MockManager, l as MockMatcher, n as MockMatcherContext, o as MockOptions, M as MockProviderAdapter, p as MockRegistration, q as MockResponse, r as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-CAY53Q6u.js';
4
4
  import { ZodType } from 'zod';
5
5
  import 'tslog';
6
6
 
@@ -38,7 +38,7 @@ import {
38
38
  testGadget,
39
39
  testGadgetBatch,
40
40
  waitFor
41
- } from "../chunk-RHR2M6T6.js";
41
+ } from "../chunk-3SZIQI45.js";
42
42
  export {
43
43
  MockBuilder,
44
44
  MockConversationManager,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmist",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "TypeScript LLM client with streaming tool execution. Tools fire mid-stream. Built-in function calling works with any model—no structured outputs or native tool support required.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -43,7 +43,8 @@
43
43
  "test:all": "bun run test && bun run test:e2e",
44
44
  "clean": "rimraf dist",
45
45
  "prepare": "node scripts/install-hooks.js || true",
46
- "release:dry": "bunx semantic-release --dry-run"
46
+ "release:dry": "bunx semantic-release --dry-run",
47
+ "release:publish": "test \"$(git branch --show-current)\" = \"main\" && git pull origin main && bun run build && npm publish"
47
48
  },
48
49
  "bin": {
49
50
  "llmist": "dist/cli.js"