@joint-ops/hitlimit-bun 1.0.0 → 1.0.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 +1 -1
  2. package/package.json +14 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  **hitlimit-bun** is a high-performance, Bun-native rate limiting library for Bun.serve and Elysia applications. Built specifically for Bun's runtime with native bun:sqlite for maximum performance. The only rate limiter designed from the ground up for Bun.
12
12
 
13
- **[Documentation](https://hitlimit.dev/docs/bun)** | **[GitHub](https://github.com/JointOps/hitlimit-monorepo)** | **[npm](https://www.npmjs.com/package/@joint-ops/hitlimit-bun)**
13
+ **[Documentation](https://hitlimit.jointops.dev/docs/bun)** | **[GitHub](https://github.com/JointOps/hitlimit-monorepo)** | **[npm](https://www.npmjs.com/package/@joint-ops/hitlimit-bun)**
14
14
 
15
15
  ## ⚡ Why hitlimit-bun?
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joint-ops/hitlimit-bun",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Fast Bun-native rate limiting for Bun.serve & Elysia - API throttling with bun:sqlite, high performance request limiting",
5
5
  "author": {
6
6
  "name": "Shayan M Hussain",
@@ -8,7 +8,7 @@
8
8
  "url": "https://github.com/ShayanHussainSB"
9
9
  },
10
10
  "license": "MIT",
11
- "homepage": "https://hitlimit.dev/docs/bun",
11
+ "homepage": "https://hitlimit.jointops.dev/docs/bun",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/JointOps/hitlimit-monorepo",
@@ -21,6 +21,7 @@
21
21
  "rate-limit",
22
22
  "rate-limiter",
23
23
  "rate-limiting",
24
+ "ratelimit",
24
25
  "bun",
25
26
  "bun-rate-limit",
26
27
  "bun-sqlite",
@@ -28,11 +29,15 @@
28
29
  "bun-serve",
29
30
  "bun-server",
30
31
  "bun-native",
32
+ "bun-http",
31
33
  "elysia",
32
34
  "elysia-plugin",
33
35
  "elysia-rate-limit",
34
36
  "elysia-middleware",
35
37
  "elysia-throttle",
38
+ "hono",
39
+ "hono-rate-limit",
40
+ "hono-bun",
36
41
  "middleware",
37
42
  "throttle",
38
43
  "throttling",
@@ -50,6 +55,7 @@
50
55
  "typescript",
51
56
  "high-performance",
52
57
  "fast-rate-limiter",
58
+ "fastest",
53
59
  "sliding-window",
54
60
  "fixed-window",
55
61
  "rate-limiter-flexible",
@@ -57,7 +63,11 @@
57
63
  "request-limiter",
58
64
  "http-rate-limit",
59
65
  "bun-api",
60
- "bun-framework"
66
+ "bun-framework",
67
+ "fast",
68
+ "lightweight",
69
+ "zero-dependency",
70
+ "esm"
61
71
  ],
62
72
  "type": "module",
63
73
  "main": "./dist/index.js",
@@ -96,7 +106,7 @@
96
106
  "test:watch": "bun test --watch"
97
107
  },
98
108
  "dependencies": {
99
- "@joint-ops/hitlimit-types": "1.0.0"
109
+ "@joint-ops/hitlimit-types": "1.0.1"
100
110
  },
101
111
  "peerDependencies": {
102
112
  "elysia": ">=1.0.0",