chore(release): bump v3.8.49 (development cycle version)

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-13 18:57:22 -03:00
parent a7ca2a88ea
commit 2c62333b0b
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0 openapi: 3.1.0
info: info:
title: OmniRoute API title: OmniRoute API
version: 3.8.48 version: 3.8.49
description: | description: |
OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible
endpoint that routes requests to multiple AI providers with load balancing, endpoint that routes requests to multiple AI providers with load balancing,

View File

@@ -1,6 +1,6 @@
{ {
"name": "omniroute-desktop", "name": "omniroute-desktop",
"version": "3.8.48", "version": "3.8.49",
"description": "OmniRoute Desktop Application", "description": "OmniRoute Desktop Application",
"main": "main.js", "main": "main.js",
"author": { "author": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@omniroute/open-sse", "name": "@omniroute/open-sse",
"version": "3.8.48", "version": "3.8.49",
"description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration", "description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "omniroute", "name": "omniroute",
"version": "3.8.48", "version": "3.8.49",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "omniroute", "name": "omniroute",
"version": "3.8.48", "version": "3.8.49",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
@@ -28486,7 +28486,7 @@
}, },
"open-sse": { "open-sse": {
"name": "@omniroute/open-sse", "name": "@omniroute/open-sse",
"version": "3.8.48", "version": "3.8.49",
"dependencies": { "dependencies": {
"@toon-format/toon": "^2.3.0", "@toon-format/toon": "^2.3.0",
"safe-regex": "^2.1.1" "safe-regex": "^2.1.1"

View File

@@ -1,6 +1,6 @@
{ {
"name": "omniroute", "name": "omniroute",
"version": "3.8.48", "version": "3.8.49",
"description": "Unified AI router with 160+ providers, RTK+Caveman compression, auto fallback, MCP/A2A, desktop, PWA, and OpenAI-compatible APIs.", "description": "Unified AI router with 160+ providers, RTK+Caveman compression, auto fallback, MCP/A2A, desktop, PWA, and OpenAI-compatible APIs.",
"type": "module", "type": "module",
"bin": { "bin": {