Dependency Upgrade (#111)

* update: dependency upgrade

* update: version increment
This commit is contained in:
Kevin Dang
2024-08-31 15:20:54 -07:00
committed by GitHub
parent 6e6467c2a5
commit 2caf54346a
3 changed files with 701 additions and 274 deletions

View File

@@ -8,7 +8,7 @@ services:
build: ./ # find docker file in designated path build: ./ # find docker file in designated path
container_name: discord container_name: discord
restart: always # rebuild container always restart: always # rebuild container always
image: kevinthedang/discord-ollama:0.5.9 image: kevinthedang/discord-ollama:0.5.10
environment: environment:
CLIENT_TOKEN: ${CLIENT_TOKEN} CLIENT_TOKEN: ${CLIENT_TOKEN}
MODEL: ${MODEL} MODEL: ${MODEL}

961
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "discord-ollama", "name": "discord-ollama",
"version": "0.5.9", "version": "0.5.10",
"description": "Ollama Integration into discord", "description": "Ollama Integration into discord",
"main": "build/index.js", "main": "build/index.js",
"exports": "./build/index.js", "exports": "./build/index.js",
@@ -29,16 +29,16 @@
"dependencies": { "dependencies": {
"discord.js": "^14.15.3", "discord.js": "^14.15.3",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"ollama": "^0.5.6" "ollama": "^0.5.8"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.14.12", "@types/node": "^22.5.1",
"@vitest/coverage-v8": "^2.0.4", "@vitest/coverage-v8": "^2.0.5",
"nodemon": "^3.1.4", "nodemon": "^3.1.4",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsx": "^4.16.2", "tsx": "^4.19.0",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vitest": "^2.0.4" "vitest": "^2.0.5"
}, },
"type": "module", "type": "module",
"engines": { "engines": {