clear-router 2.1.2 → 2.1.3

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.
@@ -1,4 +1,4 @@
1
- import { a as H3App, c as Middleware, d as RouteInfo, i as Route, l as ControllerAction, o as Handler, s as HttpContext, u as HttpMethod } from "../express-C77arBZx.js";
1
+ import { a as H3App, c as Middleware, d as RouteInfo, i as Route, l as ControllerAction, o as Handler, s as HttpContext, u as HttpMethod } from "../express-DyZ-2KK1.js";
2
2
  import { H3 } from "h3";
3
3
 
4
4
  //#region src/h3/router.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear-router",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Laravel-style routing system for Express.js and H3, with CommonJS, ESM, and TypeScript support",
5
5
  "keywords": [
6
6
  "h3",
@@ -34,13 +34,16 @@
34
34
  "exports": {
35
35
  ".": {
36
36
  "import": "./dist/index.mjs",
37
+ "types": "./dist/index.d.ts",
37
38
  "require": "./dist/index.cjs"
38
39
  },
39
40
  "./express": {
41
+ "types": "./dist/express/index.d.ts",
40
42
  "import": "./dist/express/index.mjs",
41
43
  "require": "./dist/express/index.cjs"
42
44
  },
43
45
  "./h3": {
46
+ "types": "./dist/h3/index.d.ts",
44
47
  "import": "./dist/h3/index.mjs",
45
48
  "require": "./dist/h3/index.cjs"
46
49
  },