fix: remove non-existent @llm-gateway/types dependency

The @llm-gateway/types package was referenced in dependencies but never
defined or imported. Removing to fix npm installation failures.
This commit is contained in:
Rene Fichtmueller 2026-04-26 20:39:41 +02:00
parent 93bbb44bf0
commit 9808184384
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,7 @@
"node-cron": "^3.0.3", "node-cron": "^3.0.3",
"pino": "^9.5.0", "pino": "^9.5.0",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"@llm-gateway/prompt-optimizer": "*", "@llm-gateway/prompt-optimizer": "*"
"@llm-gateway/types": "*"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.7.2", "typescript": "^5.7.2",

View File

@ -10,7 +10,6 @@
"lint": "eslint src --ext .ts" "lint": "eslint src --ext .ts"
}, },
"dependencies": { "dependencies": {
"@llm-gateway/types": "*"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.10.0", "@types/node": "^20.10.0",