exod 1.0.0-alpha.6 → 1.0.0-alpha.7

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.
Files changed (2) hide show
  1. package/dist/tui/tui.js +5 -0
  2. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ // Stub for TUI - Terminal UI not needed for Telegram bot
2
+ export async function runTui(_options) {
3
+ console.log("[exod] TUI mode not available in this build");
4
+ process.exit(0);
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exod",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.7",
4
4
  "description": "EXOD.ai - AI Marketing Automation Agent for Facebook & Instagram Ads",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",