nyxora 1.6.9 → 1.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nyxora",
3
- "version": "1.6.9",
3
+ "version": "1.6.11",
4
4
  "license": "MIT",
5
5
  "workspaces": [
6
6
  "packages/*"
@@ -34,6 +34,8 @@
34
34
  "open": "^11.0.0",
35
35
  "openai": "^6.39.0",
36
36
  "pdf-parse": "^2.4.5",
37
+ "googleapis": "^173.0.0",
38
+ "mammoth": "^1.6.0",
37
39
  "picocolors": "^1.1.1",
38
40
  "telegraf": "^4.16.3",
39
41
  "ts-node": "^10.9.2",
@@ -405,7 +405,7 @@ export function startServer() {
405
405
  limitOrderManager.startMonitor();
406
406
 
407
407
  const PORT = Number(process.env.PORT || 3000);
408
- app.listen(PORT, '0.0.0.0', () => {
408
+ app.listen(PORT, '127.0.0.1', () => {
409
409
  console.log(`🤖 Nyxora API Server running on port ${PORT}`);
410
410
 
411
411
  // Start the Telegram bot listener