clear-router 2.6.6 → 2.6.7

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![NPM Downloads](https://img.shields.io/npm/dt/clear-router.svg)](https://www.npmjs.com/package/clear-router)
4
4
  [![npm version](https://img.shields.io/npm/v/clear-router.svg)](https://www.npmjs.com/package/clear-router)
5
- [![License](https://img.shields.io/npm/l/clear-router.svg)](https://github.com/toneflix/clear-router/blob/main/LICENSE)
5
+ [![License](https://img.shields.io/npm/l/clear-router.svg)](https://github.com/arkstack-tmp/clear-router/blob/main/LICENSE)
6
6
  [![Publish to NPM](https://github.com/arkstack-tmp/clear-router/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/arkstack-tmp/clear-router/actions/workflows/npm-publish.yml)
7
7
  [![Run Tests](https://github.com/arkstack-tmp/clear-router/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-tmp/clear-router/actions/workflows/ci.yml)
8
8
 
@@ -146,4 +146,4 @@ MIT License © 2026 ToneFlix Technologies Limited
146
146
 
147
147
  ## Repository
148
148
 
149
- https://github.com/toneflix/clear-router
149
+ https://github.com/arkstack-tmp/clear-router
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_bindings = require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
 
5
5
  //#region src/core/plugins.ts
6
6
  function definePlugin(plugin) {
@@ -1,2 +1,2 @@
1
- import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-BITqScD_.cjs";
1
+ import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-BHC0lGtp.cjs";
2
2
  export { ClearRouterPlugin, ClearRouterPluginArgumentsContext, ClearRouterPluginContext, ClearRouterPluginInput, ClearRouterPluginRequestContext, CoreRouter, PluginArgumentsResolver, PluginBind, PluginBindFactory, PluginBindValue, PluginSetupResult, Request, Response, definePlugin };
@@ -1,2 +1,2 @@
1
- import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-Cs8cC5zd.mjs";
1
+ import { L as Response, a as ClearRouterPluginInput, c as PluginBind, d as PluginSetupResult, f as definePlugin, i as ClearRouterPluginContext, l as PluginBindFactory, n as ClearRouterPlugin, o as ClearRouterPluginRequestContext, p as Request, r as ClearRouterPluginArgumentsContext, s as PluginArgumentsResolver, t as CoreRouter, u as PluginBindValue } from "../router-BOKe0n0j.mjs";
2
2
  export { ClearRouterPlugin, ClearRouterPluginArgumentsContext, ClearRouterPluginContext, ClearRouterPluginInput, ClearRouterPluginRequestContext, CoreRouter, PluginArgumentsResolver, PluginBind, PluginBindFactory, PluginBindValue, PluginSetupResult, Request, Response, definePlugin };
@@ -1,5 +1,5 @@
1
1
  import { c as Request, s as Response } from "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
 
4
4
  //#region src/core/plugins.ts
5
5
  function definePlugin(plugin) {
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_bindings = require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  require('./index.cjs');
5
5
  require("reflect-metadata");
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { n as Container, t as Bind } from "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import "./index.mjs";
4
4
  import "reflect-metadata";
5
5
 
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  const require_responses = require('../responses-Bvnk0uvc.cjs');
5
5
 
6
6
  //#region src/express/router.ts
@@ -9,7 +9,7 @@ const require_responses = require('../responses-Bvnk0uvc.cjs');
9
9
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
10
10
  * @author Refkinscallv
11
11
  * @author 3m1n3nc3
12
- * @repository https://github.com/toneflix/clear-router
12
+ * @repository https://github.com/arkstack-tmp/clear-router
13
13
  */
14
14
  var Router = class Router extends require_router.CoreRouter {
15
15
  static routerStateNamespace = "clear-router:express";
@@ -1,4 +1,4 @@
1
- import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-BITqScD_.cjs";
1
+ import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-BHC0lGtp.cjs";
2
2
  import { Router as Router$1 } from "express";
3
3
 
4
4
  //#region src/express/router.d.ts
@@ -7,7 +7,7 @@ import { Router as Router$1 } from "express";
7
7
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
8
8
  * @author Refkinscallv
9
9
  * @author 3m1n3nc3
10
- * @repository https://github.com/toneflix/clear-router
10
+ * @repository https://github.com/arkstack-tmp/clear-router
11
11
  */
12
12
  declare class Router extends CoreRouter {
13
13
  protected static routerStateNamespace: string;
@@ -1,4 +1,4 @@
1
- import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-Cs8cC5zd.mjs";
1
+ import { F as ControllerAction, I as HttpMethod, M as HttpContext, N as Middleware, P as ApiResourceMiddleware, j as Handler, m as Route, t as CoreRouter } from "../router-BOKe0n0j.mjs";
2
2
  import { Router as Router$1 } from "express";
3
3
 
4
4
  //#region src/express/router.d.ts
@@ -7,7 +7,7 @@ import { Router as Router$1 } from "express";
7
7
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
8
8
  * @author Refkinscallv
9
9
  * @author 3m1n3nc3
10
- * @repository https://github.com/toneflix/clear-router
10
+ * @repository https://github.com/arkstack-tmp/clear-router
11
11
  */
12
12
  declare class Router extends CoreRouter {
13
13
  protected static routerStateNamespace: string;
@@ -1,5 +1,5 @@
1
1
  import "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
4
4
 
5
5
  //#region src/express/router.ts
@@ -8,7 +8,7 @@ import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse }
8
8
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
9
9
  * @author Refkinscallv
10
10
  * @author 3m1n3nc3
11
- * @repository https://github.com/toneflix/clear-router
11
+ * @repository https://github.com/arkstack-tmp/clear-router
12
12
  */
13
13
  var Router = class Router extends CoreRouter {
14
14
  static routerStateNamespace = "clear-router:express";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  const require_responses = require('../responses-Bvnk0uvc.cjs');
5
5
 
6
6
  //#region src/fastify/router.ts
@@ -8,7 +8,7 @@ const require_responses = require('../responses-Bvnk0uvc.cjs');
8
8
  * @class clear-router Fastify Router
9
9
  * @description Laravel-style routing system for Fastify using shared clear-router core
10
10
  * @author 3m1n3nc3
11
- * @repository https://github.com/toneflix/clear-router
11
+ * @repository https://github.com/arkstack-tmp/clear-router
12
12
  */
13
13
  var Router = class Router extends require_router.CoreRouter {
14
14
  static routerStateNamespace = "clear-router:fastify";
@@ -1,11 +1,11 @@
1
- import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-BITqScD_.cjs";
1
+ import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-BHC0lGtp.cjs";
2
2
 
3
3
  //#region src/fastify/router.d.ts
4
4
  /**
5
5
  * @class clear-router Fastify Router
6
6
  * @description Laravel-style routing system for Fastify using shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,11 +1,11 @@
1
- import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-Cs8cC5zd.mjs";
1
+ import { A as Middleware, D as FastifyApp, F as ControllerAction, I as HttpMethod, O as Handler, P as ApiResourceMiddleware, k as HttpContext, m as Route, t as CoreRouter } from "../router-BOKe0n0j.mjs";
2
2
 
3
3
  //#region src/fastify/router.d.ts
4
4
  /**
5
5
  * @class clear-router Fastify Router
6
6
  * @description Laravel-style routing system for Fastify using shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,5 +1,5 @@
1
1
  import "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
4
4
 
5
5
  //#region src/fastify/router.ts
@@ -7,7 +7,7 @@ import { n as resolveResponseMeta, r as responseWasSent, t as isFetchResponse }
7
7
  * @class clear-router Fastify Router
8
8
  * @description Laravel-style routing system for Fastify using shared clear-router core
9
9
  * @author 3m1n3nc3
10
- * @repository https://github.com/toneflix/clear-router
10
+ * @repository https://github.com/arkstack-tmp/clear-router
11
11
  */
12
12
  var Router = class Router extends CoreRouter {
13
13
  static routerStateNamespace = "clear-router:fastify";
package/dist/h3/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  const require_responses = require('../responses-Bvnk0uvc.cjs');
5
5
  let h3 = require("h3");
6
6
 
@@ -9,7 +9,7 @@ let h3 = require("h3");
9
9
  * @class clear-router H3 Router
10
10
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
11
11
  * @author 3m1n3nc3
12
- * @repository https://github.com/toneflix/clear-router
12
+ * @repository https://github.com/arkstack-tmp/clear-router
13
13
  */
14
14
  var Router = class Router extends require_router.CoreRouter {
15
15
  static routerStateNamespace = "clear-router:h3";
@@ -1,4 +1,4 @@
1
- import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-BITqScD_.cjs";
1
+ import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-BHC0lGtp.cjs";
2
2
  import { H3 } from "h3";
3
3
 
4
4
  //#region src/h3/router.d.ts
@@ -6,7 +6,7 @@ import { H3 } from "h3";
6
6
  * @class clear-router H3 Router
7
7
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
8
8
  * @author 3m1n3nc3
9
- * @repository https://github.com/toneflix/clear-router
9
+ * @repository https://github.com/arkstack-tmp/clear-router
10
10
  */
11
11
  declare class Router extends CoreRouter {
12
12
  protected static routerStateNamespace: string;
@@ -1,4 +1,4 @@
1
- import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-Cs8cC5zd.mjs";
1
+ import { C as H3App, E as Middleware, F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, T as HttpContext, m as Route, t as CoreRouter, w as Handler } from "../router-BOKe0n0j.mjs";
2
2
  import { H3 } from "h3";
3
3
 
4
4
  //#region src/h3/router.d.ts
@@ -6,7 +6,7 @@ import { H3 } from "h3";
6
6
  * @class clear-router H3 Router
7
7
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
8
8
  * @author 3m1n3nc3
9
- * @repository https://github.com/toneflix/clear-router
9
+ * @repository https://github.com/arkstack-tmp/clear-router
10
10
  */
11
11
  declare class Router extends CoreRouter {
12
12
  protected static routerStateNamespace: string;
package/dist/h3/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import { n as resolveResponseMeta } from "../responses-BvETUeDL.mjs";
4
4
  import { HTTPResponse, getQuery, getRouterParams, readBody } from "h3";
5
5
 
@@ -8,7 +8,7 @@ import { HTTPResponse, getQuery, getRouterParams, readBody } from "h3";
8
8
  * @class clear-router H3 Router
9
9
  * @description Laravel-style routing system for Express.js and H3 with support for CommonJS, ESM, and TypeScript
10
10
  * @author 3m1n3nc3
11
- * @repository https://github.com/toneflix/clear-router
11
+ * @repository https://github.com/arkstack-tmp/clear-router
12
12
  */
13
13
  var Router = class Router extends CoreRouter {
14
14
  static routerStateNamespace = "clear-router:h3";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  const require_responses = require('../responses-Bvnk0uvc.cjs');
5
5
 
6
6
  //#region src/hono/router.ts
@@ -8,7 +8,7 @@ const require_responses = require('../responses-Bvnk0uvc.cjs');
8
8
  * @class clear-router Hono Router
9
9
  * @description Laravel-style routing system for Hono using shared clear-router core
10
10
  * @author 3m1n3nc3
11
- * @repository https://github.com/toneflix/clear-router
11
+ * @repository https://github.com/arkstack-tmp/clear-router
12
12
  */
13
13
  var Router = class Router extends require_router.CoreRouter {
14
14
  static routerStateNamespace = "clear-router:hono";
@@ -1,11 +1,11 @@
1
- import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-BITqScD_.cjs";
1
+ import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-BHC0lGtp.cjs";
2
2
 
3
3
  //#region src/hono/router.d.ts
4
4
  /**
5
5
  * @class clear-router Hono Router
6
6
  * @description Laravel-style routing system for Hono using shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,11 +1,11 @@
1
- import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-Cs8cC5zd.mjs";
1
+ import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, S as Middleware, b as HonoApp, m as Route, t as CoreRouter, x as HttpContext, y as Handler } from "../router-BOKe0n0j.mjs";
2
2
 
3
3
  //#region src/hono/router.d.ts
4
4
  /**
5
5
  * @class clear-router Hono Router
6
6
  * @description Laravel-style routing system for Hono using shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,5 +1,5 @@
1
1
  import "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import { n as resolveResponseMeta } from "../responses-BvETUeDL.mjs";
4
4
 
5
5
  //#region src/hono/router.ts
@@ -7,7 +7,7 @@ import { n as resolveResponseMeta } from "../responses-BvETUeDL.mjs";
7
7
  * @class clear-router Hono Router
8
8
  * @description Laravel-style routing system for Hono using shared clear-router core
9
9
  * @author 3m1n3nc3
10
- * @repository https://github.com/toneflix/clear-router
10
+ * @repository https://github.com/arkstack-tmp/clear-router
11
11
  */
12
12
  var Router = class Router extends CoreRouter {
13
13
  static routerStateNamespace = "clear-router:hono";
package/dist/index.cjs CHANGED
@@ -290,7 +290,7 @@ function isClass(value) {
290
290
  * @class clear-router CoreRouter
291
291
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
292
292
  * @author 3m1n3nc3
293
- * @repository https://github.com/toneflix/clear-router
293
+ * @repository https://github.com/arkstack-tmp/clear-router
294
294
  */
295
295
  var CoreRouter = class {
296
296
  static routerStateNamespace = "clear-router:core";
package/dist/index.d.cts CHANGED
@@ -232,7 +232,7 @@ declare function definePlugin<Options = any>(plugin: ClearRouterPlugin<Options>)
232
232
  * @class clear-router CoreRouter
233
233
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
234
234
  * @author 3m1n3nc3
235
- * @repository https://github.com/toneflix/clear-router
235
+ * @repository https://github.com/arkstack-tmp/clear-router
236
236
  */
237
237
  declare abstract class CoreRouter {
238
238
  protected static routerStateNamespace: string;
package/dist/index.d.mts CHANGED
@@ -232,7 +232,7 @@ declare function definePlugin<Options = any>(plugin: ClearRouterPlugin<Options>)
232
232
  * @class clear-router CoreRouter
233
233
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
234
234
  * @author 3m1n3nc3
235
- * @repository https://github.com/toneflix/clear-router
235
+ * @repository https://github.com/arkstack-tmp/clear-router
236
236
  */
237
237
  declare abstract class CoreRouter {
238
238
  protected static routerStateNamespace: string;
package/dist/index.mjs CHANGED
@@ -289,7 +289,7 @@ function isClass(value) {
289
289
  * @class clear-router CoreRouter
290
290
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
291
291
  * @author 3m1n3nc3
292
- * @repository https://github.com/toneflix/clear-router
292
+ * @repository https://github.com/arkstack-tmp/clear-router
293
293
  */
294
294
  var CoreRouter = class {
295
295
  static routerStateNamespace = "clear-router:core";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  require('../bindings-CLsZjOEy.cjs');
3
- const require_router = require('../router-CB7Duy0X.cjs');
3
+ const require_router = require('../router-CcG0NS8L.cjs');
4
4
  const require_responses = require('../responses-Bvnk0uvc.cjs');
5
5
 
6
6
  //#region src/koa/router.ts
@@ -8,7 +8,7 @@ const require_responses = require('../responses-Bvnk0uvc.cjs');
8
8
  * @class clear-router Koa Router
9
9
  * @description Laravel-style routing system for Koa using @koa/router and shared clear-router core
10
10
  * @author 3m1n3nc3
11
- * @repository https://github.com/toneflix/clear-router
11
+ * @repository https://github.com/arkstack-tmp/clear-router
12
12
  */
13
13
  var Router = class Router extends require_router.CoreRouter {
14
14
  static routerStateNamespace = "clear-router:koa";
@@ -1,11 +1,11 @@
1
- import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-BITqScD_.cjs";
1
+ import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-BHC0lGtp.cjs";
2
2
 
3
3
  //#region src/koa/router.d.ts
4
4
  /**
5
5
  * @class clear-router Koa Router
6
6
  * @description Laravel-style routing system for Koa using @koa/router and shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,11 +1,11 @@
1
- import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-Cs8cC5zd.mjs";
1
+ import { F as ControllerAction, I as HttpMethod, P as ApiResourceMiddleware, _ as KoaRouterApp, g as HttpContext, h as Handler, m as Route, t as CoreRouter, v as Middleware } from "../router-BOKe0n0j.mjs";
2
2
 
3
3
  //#region src/koa/router.d.ts
4
4
  /**
5
5
  * @class clear-router Koa Router
6
6
  * @description Laravel-style routing system for Koa using @koa/router and shared clear-router core
7
7
  * @author 3m1n3nc3
8
- * @repository https://github.com/toneflix/clear-router
8
+ * @repository https://github.com/arkstack-tmp/clear-router
9
9
  */
10
10
  declare class Router extends CoreRouter {
11
11
  protected static routerStateNamespace: string;
@@ -1,5 +1,5 @@
1
1
  import "../bindings-XLDXFpHZ.mjs";
2
- import { t as CoreRouter } from "../router-CTzjojnD.mjs";
2
+ import { t as CoreRouter } from "../router-kOleKr2w.mjs";
3
3
  import { n as resolveResponseMeta, t as isFetchResponse } from "../responses-BvETUeDL.mjs";
4
4
 
5
5
  //#region src/koa/router.ts
@@ -7,7 +7,7 @@ import { n as resolveResponseMeta, t as isFetchResponse } from "../responses-BvE
7
7
  * @class clear-router Koa Router
8
8
  * @description Laravel-style routing system for Koa using @koa/router and shared clear-router core
9
9
  * @author 3m1n3nc3
10
- * @repository https://github.com/toneflix/clear-router
10
+ * @repository https://github.com/arkstack-tmp/clear-router
11
11
  */
12
12
  var Router = class Router extends CoreRouter {
13
13
  static routerStateNamespace = "clear-router:koa";
@@ -319,7 +319,7 @@ declare abstract class Controller<X = any> {
319
319
  * @class clear-router CoreRouter
320
320
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
321
321
  * @author 3m1n3nc3
322
- * @repository https://github.com/toneflix/clear-router
322
+ * @repository https://github.com/arkstack-tmp/clear-router
323
323
  */
324
324
  declare abstract class CoreRouter {
325
325
  protected static routerStateNamespace: string;
@@ -319,7 +319,7 @@ declare abstract class Controller<X = any> {
319
319
  * @class clear-router CoreRouter
320
320
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
321
321
  * @author 3m1n3nc3
322
- * @repository https://github.com/toneflix/clear-router
322
+ * @repository https://github.com/arkstack-tmp/clear-router
323
323
  */
324
324
  declare abstract class CoreRouter {
325
325
  protected static routerStateNamespace: string;
@@ -63,7 +63,7 @@ var Route = class {
63
63
  * @class clear-router CoreRouter
64
64
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
65
65
  * @author 3m1n3nc3
66
- * @repository https://github.com/toneflix/clear-router
66
+ * @repository https://github.com/arkstack-tmp/clear-router
67
67
  */
68
68
  var CoreRouter = class {
69
69
  static routerStateNamespace = "clear-router:core";
@@ -63,7 +63,7 @@ var Route = class {
63
63
  * @class clear-router CoreRouter
64
64
  * @description Core routing logic for clear-router, shared between all supported adapters (Express.js, H3, etc.)
65
65
  * @author 3m1n3nc3
66
- * @repository https://github.com/toneflix/clear-router
66
+ * @repository https://github.com/arkstack-tmp/clear-router
67
67
  */
68
68
  var CoreRouter = class {
69
69
  static routerStateNamespace = "clear-router:core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear-router",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "Laravel-style routing for Node.js with support for Express, H3, Fastify, Hono, and Koa, including CommonJS, ESM, and TypeScript support.",
5
5
  "keywords": [
6
6
  "h3",
@@ -19,11 +19,11 @@
19
19
  ],
20
20
  "homepage": "https://arkstack-tmp.github.io/clear-router",
21
21
  "bugs": {
22
- "url": "https://github.com/toneflix/clear-router/issues"
22
+ "url": "https://github.com/arkstack-tmp/clear-router/issues"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/toneflix/clear-router.git"
26
+ "url": "git+https://github.com/arkstack-tmp/clear-router.git"
27
27
  },
28
28
  "license": "MIT",
29
29
  "author": "3m1n1nce <3m1n1nce@toneflix.net>",