mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Merge branch 'staging' into neo-server
This commit is contained in:
commit
3f65051bd4
23
package-lock.json
generated
23
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "sillytavern",
|
"name": "sillytavern",
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "sillytavern",
|
"name": "sillytavern",
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -1423,8 +1423,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/centra": {
|
"node_modules/centra": {
|
||||||
"version": "2.6.0",
|
"version": "2.7.0",
|
||||||
"license": "MIT"
|
"resolved": "https://registry.npmjs.org/centra/-/centra-2.7.0.tgz",
|
||||||
|
"integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
|
||||||
|
"dependencies": {
|
||||||
|
"follow-redirects": "^1.15.6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chalk": {
|
"node_modules/chalk": {
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
@ -3744,8 +3748,15 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/phin": {
|
"node_modules/phin": {
|
||||||
"version": "2.9.3",
|
"version": "3.7.1",
|
||||||
"license": "MIT"
|
"resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz",
|
||||||
|
"integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"centra": "^2.7.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pixelmatch": {
|
"node_modules/pixelmatch": {
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
|
@ -50,6 +50,9 @@
|
|||||||
"vectra": {
|
"vectra": {
|
||||||
"openai": "^4.17.0"
|
"openai": "^4.17.0"
|
||||||
},
|
},
|
||||||
|
"load-bmfont": {
|
||||||
|
"phin": "^3.7.1"
|
||||||
|
},
|
||||||
"axios": {
|
"axios": {
|
||||||
"follow-redirects": "^1.15.4"
|
"follow-redirects": "^1.15.4"
|
||||||
},
|
},
|
||||||
@ -64,7 +67,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/SillyTavern/SillyTavern.git"
|
"url": "https://github.com/SillyTavern/SillyTavern.git"
|
||||||
},
|
},
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"start-multi": "node server.js --disableCsrf",
|
"start-multi": "node server.js --disableCsrf",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user