@tscircuit/runframe 0.0.2449 → 0.0.2451

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.
@@ -2250,11 +2250,11 @@ var package_default = {
2250
2250
  autoprefixer: "^10.4.20",
2251
2251
  "chokidar-cli": "^3.0.0",
2252
2252
  "circuit-json": "^0.0.465",
2253
- "circuit-json-to-bom-csv": "^0.0.9",
2253
+ "circuit-json-to-bom-csv": "^0.0.15",
2254
2254
  "circuit-json-to-gerber": "^0.0.94",
2255
2255
  "circuit-json-to-kicad": "^0.0.173",
2256
2256
  "circuit-json-to-lbrn": "^0.0.74",
2257
- "circuit-json-to-pnp-csv": "^0.0.9",
2257
+ "circuit-json-to-pnp-csv": "^0.0.10",
2258
2258
  "circuit-json-to-step": "^0.0.36",
2259
2259
  "circuit-to-svg": "^0.0.393",
2260
2260
  "class-variance-authority": "^0.7.1",
@@ -2300,7 +2300,7 @@ var package_default = {
2300
2300
  yargs: "^17.7.2"
2301
2301
  },
2302
2302
  dependencies: {
2303
- "@tscircuit/eval": "^0.0.1185",
2303
+ "@tscircuit/eval": "^0.0.1186",
2304
2304
  "@tscircuit/solver-utils": "^0.0.7",
2305
2305
  debug: "^4.4.0"
2306
2306
  }
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  SchematicViewer,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-KHKMATQ5.js";
11
+ } from "./chunk-SFSK2DSB.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -40,7 +40,7 @@ import {
40
40
  useRunFrameStore,
41
41
  useRunnerStore,
42
42
  useStyles
43
- } from "./chunk-KHKMATQ5.js";
43
+ } from "./chunk-SFSK2DSB.js";
44
44
 
45
45
  // lib/components/RunFrame/RunFrame.tsx
46
46
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/runframe",
3
3
  "main": "dist/preview.js",
4
4
  "type": "module",
5
- "version": "0.0.2449",
5
+ "version": "0.0.2451",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -64,11 +64,11 @@
64
64
  "autoprefixer": "^10.4.20",
65
65
  "chokidar-cli": "^3.0.0",
66
66
  "circuit-json": "^0.0.465",
67
- "circuit-json-to-bom-csv": "^0.0.9",
67
+ "circuit-json-to-bom-csv": "^0.0.15",
68
68
  "circuit-json-to-gerber": "^0.0.94",
69
69
  "circuit-json-to-kicad": "^0.0.173",
70
70
  "circuit-json-to-lbrn": "^0.0.74",
71
- "circuit-json-to-pnp-csv": "^0.0.9",
71
+ "circuit-json-to-pnp-csv": "^0.0.10",
72
72
  "circuit-json-to-step": "^0.0.36",
73
73
  "circuit-to-svg": "^0.0.393",
74
74
  "class-variance-authority": "^0.7.1",
@@ -114,7 +114,7 @@
114
114
  "yargs": "^17.7.2"
115
115
  },
116
116
  "dependencies": {
117
- "@tscircuit/eval": "^0.0.1185",
117
+ "@tscircuit/eval": "^0.0.1186",
118
118
  "@tscircuit/solver-utils": "^0.0.7",
119
119
  "debug": "^4.4.0"
120
120
  }