llmist 1.3.0 → 1.4.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,5 +1,5 @@
1
- import { B as BaseGadget, L as LLMStream, a as LLMStreamChunk, b as LLMMessage, I as IConversationManager } from '../mock-stream-DNt-HBTn.cjs';
2
- export { d as MockBuilder, f as MockManager, j as MockMatcher, k as MockMatcherContext, l as MockOptions, M as MockProviderAdapter, n as MockRegistration, o as MockResponse, p as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-DNt-HBTn.cjs';
1
+ import { B as BaseGadget, L as LLMStream, a as LLMStreamChunk, b as LLMMessage, I as IConversationManager } from '../mock-stream-DD5yJM44.cjs';
2
+ export { d as MockBuilder, f as MockManager, j as MockMatcher, k as MockMatcherContext, l as MockOptions, M as MockProviderAdapter, n as MockRegistration, o as MockResponse, p as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-DD5yJM44.cjs';
3
3
  import { ZodType } from 'zod';
4
4
  import { PassThrough, Readable, Writable } from 'node:stream';
5
5
  import 'tslog';
@@ -1,5 +1,5 @@
1
- import { B as BaseGadget, L as LLMStream, a as LLMStreamChunk, b as LLMMessage, I as IConversationManager } from '../mock-stream-DNt-HBTn.js';
2
- export { d as MockBuilder, f as MockManager, j as MockMatcher, k as MockMatcherContext, l as MockOptions, M as MockProviderAdapter, n as MockRegistration, o as MockResponse, p as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-DNt-HBTn.js';
1
+ import { B as BaseGadget, L as LLMStream, a as LLMStreamChunk, b as LLMMessage, I as IConversationManager } from '../mock-stream-DD5yJM44.js';
2
+ export { d as MockBuilder, f as MockManager, j as MockMatcher, k as MockMatcherContext, l as MockOptions, M as MockProviderAdapter, n as MockRegistration, o as MockResponse, p as MockStats, c as createMockAdapter, e as createMockClient, h as createMockStream, i as createTextMockStream, g as getMockManager, m as mockLLM } from '../mock-stream-DD5yJM44.js';
3
3
  import { ZodType } from 'zod';
4
4
  import { PassThrough, Readable, Writable } from 'node:stream';
5
5
  import 'tslog';
@@ -38,8 +38,7 @@ import {
38
38
  testGadget,
39
39
  testGadgetBatch,
40
40
  waitFor
41
- } from "../chunk-TFIKR2RK.js";
42
- import "../chunk-RZTAKIDE.js";
41
+ } from "../chunk-VGZCFUPX.js";
43
42
  export {
44
43
  MockBuilder,
45
44
  MockConversationManager,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmist",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "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.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -84,6 +84,7 @@
84
84
  "@google/genai": "^1.27.0",
85
85
  "chalk": "^5.6.2",
86
86
  "commander": "^12.1.0",
87
+ "diff": "^8.0.2",
87
88
  "eta": "^4.4.1",
88
89
  "js-toml": "^1.0.2",
89
90
  "js-yaml": "^4.1.0",
@@ -100,6 +101,7 @@
100
101
  "@commitlint/config-conventional": "^20.0.0",
101
102
  "@semantic-release/changelog": "^6.0.3",
102
103
  "@semantic-release/git": "^10.0.1",
104
+ "@types/diff": "^8.0.0",
103
105
  "@types/js-yaml": "^4.0.9",
104
106
  "@types/marked-terminal": "^6.1.1",
105
107
  "@types/node": "^20.12.7",