mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 04:42:10 +03:00
Bump 3.8.40 -> 3.8.41, add CHANGELOG [3.8.41] placeholder (+ 42 i18n mirrors), finalize [3.8.40] release date, sync openapi.yaml + electron/open-sse manifests.
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "@omniroute/open-sse",
|
|
"version": "3.8.41",
|
|
"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"
|
|
}
|
|
}
|