Merge branch 'main' into feature/openid-federated-tokens

This commit is contained in:
Jón Levy 2025-10-02 00:34:05 +00:00 committed by GitHub
commit b4ecf9330c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/api",
"version": "1.4.0",
"version": "1.4.1",
"type": "commonjs",
"description": "MCP services for LibreChat",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/client",
"version": "0.3.0",
"version": "0.3.1",
"description": "React components for LibreChat",
"main": "dist/index.js",
"module": "dist/index.es.js",

View file

@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.8.010",
"version": "0.8.020",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",

View file

@ -1537,9 +1537,9 @@ export enum TTSProviders {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.8.0-rc4',
VERSION = 'v0.8.0',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.2.9',
CONFIG_VERSION = '1.3.0',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
NO_PARENT = '00000000-0000-0000-0000-000000000000',
/** Standard value to use whatever the submission prelim. `responseMessageId` is */

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/data-schemas",
"version": "0.0.22",
"version": "0.0.23",
"description": "Mongoose schemas and models for LibreChat",
"type": "module",
"main": "dist/index.cjs",