v0.7.0 (#2273)

This commit is contained in:
Danny Avila 2024-04-01 19:24:01 -04:00 committed by GitHub
parent 1605ef3793
commit 49753a35e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@librechat/backend", "name": "@librechat/backend",
"version": "0.6.10", "version": "0.7.0",
"description": "", "description": "",
"scripts": { "scripts": {
"start": "echo 'please run this from the root directory'", "start": "echo 'please run this from the root directory'",

View file

@ -1,6 +1,6 @@
{ {
"name": "@librechat/frontend", "name": "@librechat/frontend",
"version": "0.6.10", "version": "0.7.0",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "LibreChat", "name": "LibreChat",
"version": "0.6.10", "version": "0.7.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "LibreChat", "name": "LibreChat",
"version": "0.6.10", "version": "0.7.0",
"license": "ISC", "license": "ISC",
"workspaces": [ "workspaces": [
"api", "api",
@ -38,7 +38,7 @@
}, },
"api": { "api": {
"name": "@librechat/backend", "name": "@librechat/backend",
"version": "0.6.10", "version": "0.7.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.16.1", "@anthropic-ai/sdk": "^0.16.1",
@ -135,7 +135,7 @@
}, },
"client": { "client": {
"name": "@librechat/frontend", "name": "@librechat/frontend",
"version": "0.6.10", "version": "0.7.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@dicebear/collection": "^7.0.4", "@dicebear/collection": "^7.0.4",

View file

@ -1,6 +1,6 @@
{ {
"name": "LibreChat", "name": "LibreChat",
"version": "0.6.10", "version": "0.7.0",
"description": "", "description": "",
"workspaces": [ "workspaces": [
"api", "api",