@pumped-fn/lite-devtools-server 0.1.0 → 0.1.1

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 +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Standalone TUI server for receiving devtools events from `@pumped-fn/lite-devtools` via HTTP.
4
4
 
5
+ **CLI tool** · **Terminal dashboard** · **HTTP receiver**
6
+
5
7
  ## Architecture
6
8
 
7
9
  ```mermaid
@@ -64,3 +66,11 @@ const scope = createScope({
64
66
  2. Events POSTed to `/events` are buffered (max 100 events)
65
67
  3. TUI dashboard displays last 20 events in real-time
66
68
  4. Uses `@pumped-fn/lite` atoms for reactive state management
69
+
70
+ ## Full API
71
+
72
+ See [`dist/index.d.mts`](./dist/index.d.mts) for complete type definitions.
73
+
74
+ ## License
75
+
76
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pumped-fn/lite-devtools-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Standalone TUI devtools server for @pumped-fn/lite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -30,7 +30,7 @@
30
30
  "@opentui/react": "^0.1.59",
31
31
  "hono": "^4.7.0",
32
32
  "react": "^19.0.0",
33
- "@pumped-fn/lite": "1.7.0",
33
+ "@pumped-fn/lite": "1.8.0",
34
34
  "@pumped-fn/lite-react": "1.0.0"
35
35
  },
36
36
  "devDependencies": {