chore: bump package versions to 0.4.3 (#265)

This commit is contained in:
Danny Avila 2023-05-13 16:59:45 -04:00 committed by GitHub
parent 3414690e42
commit 49041e16c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

4
api/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "chatgpt-clone",
"version": "0.4.2",
"version": "0.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-clone",
"version": "0.4.2",
"version": "0.4.3",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "chat-backend",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"main": "server/index.js",
"scripts": {