hookcatch 0.2.0 → 0.4.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 +0 -30
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -274,36 +274,6 @@ export HOOKCATCH_API_URL="http://localhost:3002"
274
274
  - ✅ Easy revocation
275
275
  - ✅ No expiration (until regenerated)
276
276
 
277
- ## Tiers
278
-
279
- ### FREE
280
- - 3 bins
281
- - 1,000 requests/month
282
- - 24h retention
283
- - 1 tunnel (5 min/session, 3 sessions/day)
284
- - Public bins only
285
-
286
- ### PLUS ($10/month)
287
- - 25 bins
288
- - 25,000 requests/month
289
- - 14-day retention
290
- - 2 tunnels (1h/session, unlimited)
291
- - Private bins with passwords
292
-
293
- ### PRO ($25/month)
294
- - Unlimited bins
295
- - 150,000 requests/month
296
- - 90-day retention
297
- - 5 tunnels (unlimited time)
298
- - Team features
299
-
300
- ### ENTERPRISE (Custom)
301
- - Unlimited bins
302
- - 750,000 requests/month
303
- - 180-day retention
304
- - 20 tunnels (unlimited time)
305
- - Custom subdomains
306
- - SSO & SLA
307
277
 
308
278
  ## Environment Variables
309
279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookcatch",
3
- "version": "0.2.0",
3
+ "version": "0.4.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",
@@ -40,10 +40,10 @@
40
40
  "license": "MIT",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/hookcatch/cli.git"
43
+ "url": "https://github.com/HookCatch/hookcatch-cli.git"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/hookcatch/cli/issues"
46
+ "url": "https://github.com/HookCatch/hookcatch-cli/issues"
47
47
  },
48
48
  "homepage": "https://hookcatch.dev",
49
49
  "engines": {