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",
"version": "0.6.10",
"version": "0.7.0",
"description": "",
"scripts": {
"start": "echo 'please run this from the root directory'",

View file

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

8
package-lock.json generated
View file

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

View file

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