hookcatch 0.2.0 → 0.3.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -283,14 +283,14 @@ export HOOKCATCH_API_URL="http://localhost:3002"
283
283
  - 1 tunnel (5 min/session, 3 sessions/day)
284
284
  - Public bins only
285
285
 
286
- ### PLUS ($10/month)
286
+ ### PLUS
287
287
  - 25 bins
288
288
  - 25,000 requests/month
289
289
  - 14-day retention
290
290
  - 2 tunnels (1h/session, unlimited)
291
291
  - Private bins with passwords
292
292
 
293
- ### PRO ($25/month)
293
+ ### PRO
294
294
  - Unlimited bins
295
295
  - 150,000 requests/month
296
296
  - 90-day retention
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookcatch",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "CLI tool for creating localhost tunnels and testing webhooks with HookCatch",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",