kiru 0.50.0-preview.1 → 0.50.0-preview.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiru",
3
- "version": "0.50.0-preview.1",
3
+ "version": "0.50.0-preview.2",
4
4
  "description": "A batteries-included, easy-to-use rendering library with a tiny footprint",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -83,7 +83,6 @@ export class FileRouterController {
83
83
  normalizePrefixPath(dir),
84
84
  normalizePrefixPath(baseUrl),
85
85
  ]
86
- debugger
87
86
  this.pages = formatViteImportMap(
88
87
  pages as ViteImportMap,
89
88
  normalizedDir,