🔧 chore: Update package versions for api, client, data-provider, and data-schemas

This commit is contained in:
Danny Avila 2025-12-15 18:38:38 -05:00
parent e86a40e4d4
commit 647b2d1e23
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
5 changed files with 8 additions and 8 deletions

8
package-lock.json generated
View file

@ -49061,7 +49061,7 @@
},
"packages/api": {
"name": "@librechat/api",
"version": "1.7.0",
"version": "1.7.10",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.21.5",
@ -49167,7 +49167,7 @@
},
"packages/client": {
"name": "@librechat/client",
"version": "0.4.1",
"version": "0.4.2",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
@ -51471,7 +51471,7 @@
},
"packages/data-provider": {
"name": "librechat-data-provider",
"version": "0.8.200",
"version": "0.8.210",
"license": "ISC",
"dependencies": {
"axios": "^1.12.1",
@ -51530,7 +51530,7 @@
},
"packages/data-schemas": {
"name": "@librechat/data-schemas",
"version": "0.0.31",
"version": "0.0.32",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/client",
"version": "0.4.1",
"version": "0.4.2",
"description": "React components for LibreChat",
"repository": {
"type": "git",

View file

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

View file

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