Upgrade Node to Krypton (#200)

* node 24 and vulnerabilities

* ready is clientReady

* better about section
This commit is contained in:
Kevin Dang
2026-09-23 09:52:28 -07:00
committed by GitHub
parent 0beaed85aa
commit 2c25f7f500
7 changed files with 881 additions and 279 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.9.1",
"version": "0.9.2",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",
@@ -39,6 +39,6 @@
"type": "module",
"engines": {
"npm": ">=10.9.0",
"node": ">=22.12.0"
"node": ">=24.0.0"
}
}