Files
OmniRoute/open-sse/package.json
Diego Rodrigues de Sa e Souza b1d5f202c7 chore(release): open v3.8.47 development cycle
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.
2026-07-07 07:58:13 -03:00

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