@tscircuit/runframe 0.0.944 → 0.0.945

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.
@@ -1426,7 +1426,7 @@ var useErrorTelemetry = ({
1426
1426
  };
1427
1427
 
1428
1428
  // package.json
1429
- var version = "0.0.943";
1429
+ var version = "0.0.944";
1430
1430
 
1431
1431
  // lib/hooks/use-eval-versions.ts
1432
1432
  import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-T4YTX2DH.js";
11
+ } from "./chunk-FO3BV32O.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  useRunFrameStore,
24
24
  useRunnerStore,
25
25
  useStyles
26
- } from "./chunk-T4YTX2DH.js";
26
+ } from "./chunk-FO3BV32O.js";
27
27
 
28
28
  // lib/components/RunFrame/RunFrame.tsx
29
29
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
@@ -201,7 +201,7 @@ var RunFrame = (props) => {
201
201
  const worker = await createCircuitWebWorker({
202
202
  evalVersion,
203
203
  webWorkerBlobUrl: props.evalWebWorkerBlobUrl,
204
- platform: {
204
+ projectConfig: {
205
205
  projectBaseUrl: `${API_BASE}/files/static`
206
206
  },
207
207
  verbose: true,
@@ -290,7 +290,7 @@ var RunFrame = (props) => {
290
290
  evalVersion: resolvedEvalVersion,
291
291
  webWorkerBlobUrl: props.evalWebWorkerBlobUrl,
292
292
  verbose: true,
293
- platform: {
293
+ projectConfig: {
294
294
  projectBaseUrl: `${API_BASE}/files/static`
295
295
  },
296
296
  ...props.enableFetchProxy && {