llm-stream-assemble 1.2.0 → 1.3.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "llm-stream-assemble",
3
- "version": "1.2.0",
4
- "description": "A zero-dependency TypeScript layer for assembling OpenAI, Anthropic, and compatible LLM streams into unified events for text, tool calls, reasoning, JSON, usage, errors, and non-streaming responses.",
3
+ "version": "1.3.5",
4
+ "description": "Zero-dependency TypeScript stream assembly for OpenAI, Anthropic, Gemini, and OpenAI-compatible LLM APIs unified StreamEvent model for text, tools, reasoning, JSON, usage, and non-streaming responses.",
5
5
  "license": "MIT",
6
6
  "author": "Ladislav Kostolny <01laky@gmail.com>",
7
7
  "type": "module",
@@ -74,19 +74,27 @@
74
74
  "smoke:perplexity": "node scripts/live-smoke/perplexity-compatible.mjs",
75
75
  "smoke:xai": "node scripts/live-smoke/xai-compatible.mjs",
76
76
  "smoke:azure": "node scripts/live-smoke/azure-openai-compatible.mjs",
77
+ "smoke:cloudflare": "node scripts/live-smoke/cloudflare-workers-ai-compatible.mjs",
77
78
  "release:prep": "node scripts/release-prep.mjs",
78
- "diagrams:build": "node scripts/build-diagrams.mjs"
79
+ "diagrams:build": "node scripts/build-diagrams.mjs",
80
+ "bench:smoke": "node scripts/bench-smoke.mjs"
79
81
  },
80
82
  "keywords": [
81
83
  "llm",
82
84
  "streaming",
83
85
  "sse",
86
+ "sse-parser",
87
+ "stream-assembly",
84
88
  "openai",
85
89
  "anthropic",
86
90
  "gemini",
87
91
  "google",
92
+ "ollama",
93
+ "groq",
94
+ "structured-output",
88
95
  "tool-calling",
89
- "server-sent-events"
96
+ "server-sent-events",
97
+ "cloudflare-workers"
90
98
  ],
91
99
  "repository": {
92
100
  "type": "git",