builder.io 1.6.126 → 1.6.128

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 { type Express } from "express";
1
+ import type { Express } from "express";
2
2
  import type { LaunchServerStatus } from "$/ai-utils";
3
3
  export declare const BUILDER_ENDPOINT_PREFIX = "/_builder.io";
4
4
  export declare const BUILDER_API_ENDPOINT_PREFIX: string;
@@ -0,0 +1,5 @@
1
+ export declare const mockDeps: {
2
+ getStoredComponentDocs: () => Promise<never[]>;
3
+ storeComponentDocs: () => Promise<{}>;
4
+ runCodeGen: () => Promise<string>;
5
+ };