happenin 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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Cursor and Claude Code can emit local hooks for each session, tool use, prompt,
|
|
|
20
20
|
## Requirements
|
|
21
21
|
|
|
22
22
|
- macOS
|
|
23
|
-
- Node.js `>=
|
|
23
|
+
- Node.js `>= 22.13.0` (uses the built-in `node:sqlite` module, available since Node 22.13)
|
|
24
24
|
- Zero runtime dependencies
|
|
25
25
|
- The dashboard loads htmx and htmx-ext-sse from a CDN
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "happenin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A macOS CLI that records Cursor and Claude Code agent events to a local SQLite database and serves a live browser dashboard.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"**/*.ts": "oxlint --fix"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=22.13.0"
|
|
73
73
|
}
|
|
74
74
|
}
|