shokupan 0.13.0 → 0.13.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.
package/dist/router.d.ts CHANGED
@@ -344,6 +344,10 @@ export declare class ShokupanRouter<T extends Record<string, any> = Record<strin
344
344
  renderer?: JSXRenderer;
345
345
  controller?: any;
346
346
  middleware?: Middleware[];
347
+ metadata?: {
348
+ file: string;
349
+ line: number;
350
+ };
347
351
  }): this;
348
352
  /**
349
353
  * Adds a GET route to the router.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shokupan",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Shokupan is a low-lift modern web framework for Bun.",
5
5
  "author": "Andrew G. Knackstedt",
6
6
  "publishConfig": {