mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
Cut from the v3.8.49 freeze tip (parallel-cycle model). Bumps package.json x3, openapi.yaml, lockfile, adds the living [3.8.50] CHANGELOG section with the three canonical headings (New Features / Bug Fixes / Maintenance) so aggregate-changelog.mjs cannot mis-target an older published section, and syncs the 42 i18n mirrors.
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.8.50",
|
|
"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": "^4.1.0",
|
|
"safe-regex": "^2.1.1",
|
|
"smol-toml": "1.7.1"
|
|
}
|
|
}
|