mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 06:42:12 +03:00
Integrated into release/v3.8.39. TOON best-of-N candidate encoder (GCF default, fail-open). 17/17 unit tests pass on merge result; CI reds were base-stale + Quality Ratchet DRIFT.
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.8.39",
|
|
"description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "types.d.ts",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*"
|
|
},
|
|
"dependencies": {
|
|
"@toon-format/toon": "^2.3.0"
|
|
}
|
|
}
|