@builder.io/dev-tools 1.7.25-dev.202507250515.3d817ea9d → 1.7.26

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,2 +0,0 @@
1
- import type { DevToolsSys } from "../core";
2
- export declare const parseDesignSystemVersion: (sys: DevToolsSys, designSystemPackage: string) => Promise<string | null | undefined>;
@@ -1,17 +0,0 @@
1
- import type { DevToolsSys } from "../types";
2
- import type { CLIArgs } from "./index";
3
- export interface RepoIndexingDoc {
4
- name: string;
5
- content: string | {
6
- name: string;
7
- description: string;
8
- components: string[];
9
- relevantFiles: string[];
10
- }[];
11
- createdDate: string;
12
- description: string;
13
- id: string;
14
- ownerId: string;
15
- userId: string;
16
- }
17
- export declare const runRepoIndexing: (sys: DevToolsSys, args: CLIArgs) => Promise<void>;
@@ -1,5 +0,0 @@
1
- export declare const mockDeps: {
2
- getStoredComponentDocs: () => Promise<never[]>;
3
- storeComponentDocs: () => Promise<{}>;
4
- runCodeGen: () => Promise<string>;
5
- };
@@ -1 +0,0 @@
1
- export declare const REPO_INDEXING_GROUP_PROMPT: string;