@taui-standard/ink-adapter 1.0.5 → 1.0.6

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/README.md +1 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ The official [Ink](https://github.com/vadimdemedes/ink) adapter for **Terminal A
4
4
 
5
5
  **Author: Tariq Shams**
6
6
 
7
- ![TAUI HTOP Dashboard](../taui-standards/examples/screenshots/htop_dashboard.png)
7
+ ![TAUI HTOP Dashboard](examples/basic-htop/Screenshot.png)
8
8
 
9
9
  ## Features
10
10
  - **Spec-Compliant**: Renders all primitives from TAUI-0001.
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@taui-standard/ink-adapter",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "Ink adapter for Terminal Agent UI (TAUI)",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/TAUI-Standards/taui-ink-adpater.git"
9
+ },
6
10
  "main": "dist/index.js",
7
11
  "exports": {
8
12
  ".": {