Release: 0.5.2 (#558)

This commit is contained in:
Danny Avila 2023-06-27 09:21:22 -04:00 committed by GitHub
parent 4a0cf11c90
commit 83eea4825b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/frontend",
"version": "0.5.0",
"version": "0.5.2",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production dotenv -e ../.env -- vite build",

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "LibreChat",
"version": "0.5.0",
"version": "0.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "LibreChat",
"version": "0.5.0",
"version": "0.5.2",
"hasInstallScript": true,
"license": "ISC",
"workspaces": [
@ -40,7 +40,7 @@
},
"api": {
"name": "@librechat/backend",
"version": "0.5.0",
"version": "0.5.2",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
@ -358,7 +358,7 @@
},
"client": {
"name": "@librechat/frontend",
"version": "0.5.0",
"version": "0.5.2",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

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