bun-router 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -110,4 +110,4 @@ const router: Router = (port?: number | string, options?: Options) => {
110
110
  }
111
111
  }
112
112
 
113
- export { router, json, file, extractParams }
113
+ export { router, json, file, extractParams, html }
package/package.json CHANGED
@@ -8,5 +8,5 @@
8
8
  "peerDependencies": {
9
9
  "typescript": "^5.0.0"
10
10
  },
11
- "version": "0.2.2"
11
+ "version": "0.2.3"
12
12
  }