@nexus_js/middleware
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ /** | ||
| * 100% based on `Request` / `Response` — runs identically on: | ||
| * - Node.js 20+ | ||
| * - Node.js 22+ | ||
| * - Bun | ||
@@ -8,0 +8,0 @@ * - Deno |
+1
-1
@@ -5,3 +5,3 @@ /** | ||
| * 100% based on `Request` / `Response` — runs identically on: | ||
| * - Node.js 20+ | ||
| * - Node.js 22+ | ||
| * - Bun | ||
@@ -8,0 +8,0 @@ * - Deno |
+6
-1
| { | ||
| "name": "@nexus_js/middleware", | ||
| "version": "0.9.29", | ||
| "version": "0.9.30", | ||
| "description": "Nexus middleware — edge-compatible request pipeline with Web Standard APIs", | ||
@@ -28,2 +28,6 @@ "type": "module", | ||
| }, | ||
| "funding": { | ||
| "type": "individual", | ||
| "url": "https://buymeacoffee.com/bierfor084" | ||
| }, | ||
| "keywords": [ | ||
@@ -50,4 +54,5 @@ "nexus", | ||
| "dev": "tsc -p tsconfig.json --watch", | ||
| "typecheck": "tsc --noEmit -p tsconfig.json", | ||
| "clean": "rm -rf dist" | ||
| } | ||
| } |
27142
0.54%