mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 20:32:20 +03:00
Parallel-cycle model (2026-07-04): cut from the frozen release/v3.8.46 tip at the v3.8.46 release freeze so development continues immediately on v3.8.47 while the captain closes v3.8.46. Bumps package.json x3 + openapi + lockfile to 3.8.47, adds the '## [3.8.47] — TBD' living CHANGELOG section, and syncs the 42 i18n mirrors. Closing v3.8.46 fixes reach this branch via the Phase 5 sync-back.
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.8.47",
|
|
"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",
|
|
"safe-regex": "^2.1.1"
|
|
}
|
|
}
|