@builder.io/dev-tools 1.0.2 → 1.0.3

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
1
  import type { DevToolsSys, EnvInfo } from "../../../types";
2
2
  export declare function getReactApiKey(sys: DevToolsSys): Promise<EnvInfo>;
3
3
  export declare function setReactApiKey(sys: DevToolsSys, publicApiKey: string): Promise<EnvInfo>;
4
- export declare const REACT_BUILDER_API_KEY_ENV = "PUBLIC_BUILDER_KEY";
4
+ export declare const REACT_BUILDER_API_KEY_ENV = "VITE_PUBLIC_BUILDER_KEY";
@@ -1,5 +1,4 @@
1
1
  import type { ModifiedFile } from "../../../types";
2
2
  import type { ReactDevToolsSys } from ".";
3
- export declare function reactEnsureBuilderSetup(_sys: ReactDevToolsSys): Promise<ModifiedFile[]>;
3
+ export declare function reactEnsureBuilderSetup(sys: ReactDevToolsSys): Promise<ModifiedFile[]>;
4
4
  export declare function reactEnsureFigmaImportSetup(_sys: ReactDevToolsSys): Promise<ModifiedFile[]>;
5
- export declare function reactEnsureBuilderRegistry(sys: ReactDevToolsSys): Promise<ModifiedFile[]>;