@townco/tui-template 0.1.124 → 0.1.125

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": "@townco/tui-template",
3
- "version": "0.1.124",
3
+ "version": "0.1.125",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "agent-tui": "./dist/index.js"
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@optique/core": "^0.6.2",
23
23
  "@optique/run": "^0.6.2",
24
- "@townco/core": "0.0.105",
25
- "@townco/ui": "0.1.127",
24
+ "@townco/core": "0.0.106",
25
+ "@townco/ui": "0.1.128",
26
26
  "ink": "^6.4.0",
27
27
  "react": "19.2.3"
28
28
  },
29
29
  "devDependencies": {
30
- "@townco/tsconfig": "0.1.124",
30
+ "@townco/tsconfig": "0.1.125",
31
31
  "@types/node": "^24.10.0",
32
32
  "@types/react": "^19.2.2",
33
33
  "@typescript/native-preview": "^7.0.0-dev.20251207.1"
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- /**
2
- * Initialize logging configuration for TUI
3
- * This MUST be imported before any other modules that use the logger
4
- */
5
- import { setSuppressConsoleOutput } from "@townco/ui";
6
- // Suppress console output from logger in TUI mode
7
- // Logs are still captured and visible in the Logs tab
8
- setSuppressConsoleOutput(true);