Bump NPM version

This commit is contained in:
SillyLossy
2023-05-12 17:09:04 +03:00
parent c1350c9175
commit 77cb59a7a2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sillytavern",
"version": "1.5.0",
"version": "1.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sillytavern",
"version": "1.5.0",
"version": "1.5.1",
"license": "AGPL-3.0",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",

View File

@@ -40,7 +40,7 @@
"type": "git",
"url": "https://github.com/Cohee1207/SillyTavern.git"
},
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "node server.js"
},