circuit-json-to-gltf 0.0.97 → 0.0.99

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -16865,6 +16865,7 @@ async function convertCircuitJsonTo3D(circuitJson, options = {}) {
16865
16865
  box.size = getBoundingBoxSize(box.mesh.boundingBox);
16866
16866
  }
16867
16867
  if (!box.mesh) {
16868
+ if (hasFootprinterModel && !showBoundingBoxes) continue;
16868
16869
  box.color = componentColor;
16869
16870
  }
16870
16871
  boxes.push(box);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "circuit-json-to-gltf",
3
3
  "main": "dist/index.js",
4
4
  "type": "module",
5
- "version": "0.0.97",
5
+ "version": "0.0.99",
6
6
  "scripts": {
7
7
  "test": "bun test tests/",
8
8
  "test:playwright": "playwright test",
@@ -30,15 +30,15 @@
30
30
  "@resvg/resvg-js": "^2.6.2",
31
31
  "@resvg/resvg-wasm": "^2.6.2",
32
32
  "@tscircuit/alphabet": "^0.0.23",
33
- "@tscircuit/circuit-json-util": "^0.0.90",
33
+ "@tscircuit/circuit-json-util": "^0.0.94",
34
34
  "@types/bun": "latest",
35
35
  "@types/earcut": "^3.0.0",
36
36
  "@types/react": "^19.1.9",
37
37
  "@types/react-dom": "^19.1.7",
38
38
  "@vitejs/plugin-react": "^5.0.0",
39
39
  "bun-match-svg": "^0.0.12",
40
- "circuit-json": "^0.0.399",
41
- "circuit-to-svg": "0.0.336",
40
+ "circuit-json": "^0.0.423",
41
+ "circuit-to-svg": "0.0.345",
42
42
  "graphics-debug": "^0.0.65",
43
43
  "looks-same": "^9.0.1",
44
44
  "poppygl": "^0.0.20",
@@ -46,7 +46,7 @@
46
46
  "react-cosmos": "^7.0.0",
47
47
  "react-cosmos-plugin-vite": "^7.0.0",
48
48
  "react-dom": "^19.1.1",
49
- "tscircuit": "^0.0.1520",
49
+ "tscircuit": "^0.0.1736",
50
50
  "tsup": "^8.5.0",
51
51
  "vite": "^7.1.1"
52
52
  },