@tscircuit/3d-viewer 0.0.546 → 0.0.548

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -30325,7 +30325,7 @@ import * as THREE20 from "three";
30325
30325
  // package.json
30326
30326
  var package_default = {
30327
30327
  name: "@tscircuit/3d-viewer",
30328
- version: "0.0.545",
30328
+ version: "0.0.547",
30329
30329
  main: "./dist/index.js",
30330
30330
  module: "./dist/index.js",
30331
30331
  type: "module",
@@ -30355,7 +30355,7 @@ var package_default = {
30355
30355
  "@jscad/regl-renderer": "^2.6.12",
30356
30356
  "@jscad/stl-serializer": "^2.1.20",
30357
30357
  "circuit-json": "^0.0.405",
30358
- "circuit-to-canvas": "^0.0.92",
30358
+ "circuit-to-canvas": "^0.0.94",
30359
30359
  "react-hot-toast": "^2.6.0",
30360
30360
  three: "^0.165.0",
30361
30361
  "three-stdlib": "^2.36.0",
@@ -30374,7 +30374,7 @@ var package_default = {
30374
30374
  "@jscad/modeling": "^2.12.5",
30375
30375
  "@storybook/blocks": "9.0.0-alpha.17",
30376
30376
  "@storybook/react-vite": "^9.1.5",
30377
- "@tscircuit/alphabet": "^0.0.22",
30377
+ "@tscircuit/alphabet": "^0.0.25",
30378
30378
  "@tscircuit/copper-pour-solver": "^0.0.14",
30379
30379
  "@tscircuit/solver-utils": "^0.0.4",
30380
30380
  "@types/jsdom": "^21.1.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.546",
3
+ "version": "0.0.548",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "@jscad/regl-renderer": "^2.6.12",
31
31
  "@jscad/stl-serializer": "^2.1.20",
32
32
  "circuit-json": "^0.0.405",
33
- "circuit-to-canvas": "^0.0.92",
33
+ "circuit-to-canvas": "^0.0.94",
34
34
  "react-hot-toast": "^2.6.0",
35
35
  "three": "^0.165.0",
36
36
  "three-stdlib": "^2.36.0",
@@ -49,7 +49,7 @@
49
49
  "@jscad/modeling": "^2.12.5",
50
50
  "@storybook/blocks": "9.0.0-alpha.17",
51
51
  "@storybook/react-vite": "^9.1.5",
52
- "@tscircuit/alphabet": "^0.0.22",
52
+ "@tscircuit/alphabet": "^0.0.25",
53
53
  "@tscircuit/copper-pour-solver": "^0.0.14",
54
54
  "@tscircuit/solver-utils": "^0.0.4",
55
55
  "@types/jsdom": "^21.1.7",