tuiuiu.js 1.0.1 → 1.0.2-next.8056018

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Tetis.io
3
+ Copyright (c) 2025 Forattini
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -295,7 +295,7 @@ store.dispatch({ type: 'INCREMENT' });
295
295
 
296
296
  ```bash
297
297
  # Start the MCP server
298
- npx tuiuiu mcp
298
+ npx tuiuiu.js@latest mcp
299
299
  ```
300
300
 
301
301
  Add to your `.mcp.json` for Claude Code integration:
@@ -379,4 +379,4 @@ The [Tuiuiu](https://en.wikipedia.org/wiki/Jabiru) (Jabiru mycteria) is a majest
379
379
 
380
380
  ## License
381
381
 
382
- MIT © [Tetis.io](https://tetis.io)
382
+ MIT © [Forattini](https://forattini.dev)
@@ -23,7 +23,7 @@ Commands:
23
23
 
24
24
  Examples:
25
25
  npx tuiuiu storybook Start exploring components
26
- npx tuiuiu mcp Serve docs to Claude Code
26
+ npx tuiuiu.js@latest mcp Serve docs to Claude Code
27
27
 
28
28
  Documentation: https://github.com/forattini-dev/tuiuiu.js
29
29
  `.trim());
@@ -5,8 +5,8 @@
5
5
  * Usage:
6
6
  * npx tuiuiu # Show help
7
7
  * npx tuiuiu storybook # Run component storybook
8
- * npx tuiuiu mcp # Start MCP server (stdio)
9
- * npx tuiuiu mcp --http # Start MCP server (HTTP)
8
+ * npx tuiuiu.js@latest mcp # Start MCP server (stdio)
9
+ * npx tuiuiu.js@latest mcp --http # Start MCP server (HTTP)
10
10
  * npx tuiuiu --version # Show version
11
11
  * npx tuiuiu --help # Show help
12
12
  */
package/dist/cli/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  * Usage:
6
6
  * npx tuiuiu # Show help
7
7
  * npx tuiuiu storybook # Run component storybook
8
- * npx tuiuiu mcp # Start MCP server (stdio)
9
- * npx tuiuiu mcp --http # Start MCP server (HTTP)
8
+ * npx tuiuiu.js@latest mcp # Start MCP server (stdio)
9
+ * npx tuiuiu.js@latest mcp --http # Start MCP server (HTTP)
10
10
  * npx tuiuiu --version # Show version
11
11
  * npx tuiuiu --help # Show help
12
12
  */
@@ -103,10 +103,10 @@ export interface LogoOptions {
103
103
  *
104
104
  * @example
105
105
  * Logo({
106
- * text: 'TETIS',
106
+ * text: 'TUIUIU',
107
107
  * font: 'banner',
108
108
  * colors: ['cyan', 'blue'],
109
- * tagline: 'Cloud Infrastructure Platform',
109
+ * tagline: 'Terminal UI Library',
110
110
  * width: 80,
111
111
  * })
112
112
  */
@@ -477,10 +477,10 @@ export function BigTitle(props) {
477
477
  *
478
478
  * @example
479
479
  * Logo({
480
- * text: 'TETIS',
480
+ * text: 'TUIUIU',
481
481
  * font: 'banner',
482
482
  * colors: ['cyan', 'blue'],
483
- * tagline: 'Cloud Infrastructure Platform',
483
+ * tagline: 'Terminal UI Library',
484
484
  * width: 80,
485
485
  * })
486
486
  */
@@ -4,8 +4,8 @@
4
4
  * Provides AI assistants with access to Tuiuiu documentation.
5
5
  *
6
6
  * Usage:
7
- * npx tuiuiu mcp # Start stdio server (for Claude Code)
8
- * npx tuiuiu mcp --http # Start HTTP server
7
+ * npx tuiuiu.js@latest mcp # Start stdio server (for Claude Code)
8
+ * npx tuiuiu.js@latest mcp --http # Start HTTP server
9
9
  */
10
10
  export { MCPServer, runMcpServer } from './server.js';
11
11
  export type { MCPServerOptions } from './server.js';
package/dist/mcp/index.js CHANGED
@@ -4,8 +4,8 @@
4
4
  * Provides AI assistants with access to Tuiuiu documentation.
5
5
  *
6
6
  * Usage:
7
- * npx tuiuiu mcp # Start stdio server (for Claude Code)
8
- * npx tuiuiu mcp --http # Start HTTP server
7
+ * npx tuiuiu.js@latest mcp # Start stdio server (for Claude Code)
8
+ * npx tuiuiu.js@latest mcp --http # Start HTTP server
9
9
  */
10
10
  export { MCPServer, runMcpServer } from './server.js';
11
11
  export { allComponents, allHooks, allThemes, categories, } from './docs-data.js';
package/dist/version.js CHANGED
@@ -14,7 +14,7 @@
14
14
  // VERSION CONSTANT - Updated automatically during publish
15
15
  // =============================================================================
16
16
  // This line is auto-updated by scripts/inject-version.js during prepublishOnly
17
- const VERSION = '1.0.1';
17
+ const VERSION = '1.0.2-next.8056018';
18
18
  // Cached version after first load
19
19
  let _version = null;
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuiuiu.js",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-next.8056018",
4
4
  "description": "Zero-dependency Terminal UI library with Component-based experience for Node.js",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "terminal-ui",
26
26
  "nodejs"
27
27
  ],
28
- "author": "Tetis <contact@tetis.io>",
28
+ "author": "Forattini <contact@forattini.dev>",
29
29
  "license": "MIT",
30
30
  "homepage": "https://github.com/forattini-dev/tuiuiu.js",
31
31
  "repository": {