🔧 chore: Bump Data Provider and Custom Config Versions (#7527)

* 🔧 chore: Update CONFIG_VERSION to 1.2.6

* 🔧 chore: Update librechat-data-provider version to 0.7.85
This commit is contained in:
Danny Avila 2025-05-23 17:39:04 -04:00
parent b344ed12a1
commit ed9ab8842a
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -45218,7 +45218,7 @@
},
"packages/data-provider": {
"name": "librechat-data-provider",
"version": "0.7.84",
"version": "0.7.85",
"license": "ISC",
"dependencies": {
"axios": "^1.8.2",

View file

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

View file

@ -1313,7 +1313,7 @@ export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.7.8',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.2.5',
CONFIG_VERSION = '1.2.6',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
NO_PARENT = '00000000-0000-0000-0000-000000000000',
/** Standard value for the initial conversationId before a request is sent */