@tscircuit/runframe 0.0.314 → 0.0.315

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.
@@ -988,7 +988,7 @@ var RenderLogViewer = ({
988
988
  };
989
989
 
990
990
  // package.json
991
- var version = "0.0.313";
991
+ var version = "0.0.314";
992
992
 
993
993
  // lib/components/CircuitJsonPreview/CircuitJsonPreview.tsx
994
994
  import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
package/dist/preview.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  PcbViewerWithContainerHeight,
7
7
  SchematicViewer,
8
8
  linkify
9
- } from "./chunk-PC663PVG.js";
9
+ } from "./chunk-MZVSWVSS.js";
10
10
  export {
11
11
  BomTable,
12
12
  CadViewer,
package/dist/runner.d.ts CHANGED
@@ -14,9 +14,10 @@ interface RunFrameProps {
14
14
  */
15
15
  fsMap: Map<string, string> | Record<string, string>;
16
16
  /**
17
- * The entry point file that will be executed first
17
+ * The entry point file that will be executed first. If not provided,
18
+ * @tscircuit/eval will infer the entrypoint
18
19
  */
19
- entrypoint: string;
20
+ entrypoint?: string;
20
21
  /**
21
22
  * Whether to show a run button that controls when code executes
22
23
  */