Files
OmniRoute/open-sse/package.json
diegosouzapw ed2db6cb19 chore(release): open v3.8.50 development cycle
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.
2026-07-28 15:45:27 -03:00

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"
}
}