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

View file

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

View file

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

View file

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

View file

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