@cinnabun/dev-dashboard 0.0.6 → 0.0.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.
@@ -1,6 +1,6 @@
1
- import { Module } from "@cinnabun/core";
1
+ import { type Constructor } from "@cinnabun/core";
2
2
  import type { DevDashboardOptions } from "./interfaces/dashboard-options.js";
3
3
  export declare class DevDashboardModule {
4
- static forRoot(options: DevDashboardOptions): ReturnType<typeof Module>;
4
+ static forRoot(options: DevDashboardOptions): Constructor;
5
5
  static getOptions(): DevDashboardOptions;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinnabun/dev-dashboard",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Development-only dashboard for introspection and debugging",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",