hooklens 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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
 
12
12
  > [!WARNING]
13
- > HookLens is under active development and not yet published to npm. Star or watch the repo to get notified when the first release drops.
13
+ > HookLens is under active development. Expect changes as more providers and debugging workflows are added.
14
14
 
15
15
  ---
16
16
 
@@ -63,11 +63,16 @@ HookLens intercepts the request at the HTTP level using `node:http` directly, be
63
63
 
64
64
  ## Install
65
65
 
66
- > [!NOTE]
67
- > Not on npm yet. For now, you can clone and build locally.
68
-
69
66
  **Requires Node.js 24 or newer** (HookLens uses the built-in `node:sqlite` module).
70
67
 
68
+ ```bash
69
+ npm install -g hooklens
70
+ ```
71
+
72
+ ## Local development
73
+
74
+ If you want to run HookLens from source or contribute to it:
75
+
71
76
  ```bash
72
77
  git clone https://github.com/Ilia01/hooklens.git
73
78
  cd hooklens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hooklens",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Inspect, verify, and replay webhooks from your terminal",
5
5
  "type": "module",
6
6
  "bin": {