mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
* Update image-model list * docs: update CHANGELOG.md with merged PR entries for v3.7.3 * chore(release): bump to v3.7.3 — changelog, docs, version sync * chore(workflow): update generate-release with Phase 2 validation step --------- Co-authored-by: backryun <bakryun0718@proton.me> Co-authored-by: diegosouzapw <diegosouzapw@users.noreply.github.com>
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.7.3",
|
|
"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",
|
|
"./*": "./*"
|
|
}
|
|
}
|