@tscircuit/3d-viewer 0.0.536 → 0.0.537

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -29727,7 +29727,7 @@ import * as THREE16 from "three";
29727
29727
  // package.json
29728
29728
  var package_default = {
29729
29729
  name: "@tscircuit/3d-viewer",
29730
- version: "0.0.535",
29730
+ version: "0.0.536",
29731
29731
  main: "./dist/index.js",
29732
29732
  module: "./dist/index.js",
29733
29733
  type: "module",
@@ -29757,7 +29757,7 @@ var package_default = {
29757
29757
  "@jscad/regl-renderer": "^2.6.12",
29758
29758
  "@jscad/stl-serializer": "^2.1.20",
29759
29759
  "circuit-json": "^0.0.391",
29760
- "circuit-to-canvas": "^0.0.90",
29760
+ "circuit-to-canvas": "^0.0.92",
29761
29761
  "react-hot-toast": "^2.6.0",
29762
29762
  three: "^0.165.0",
29763
29763
  "three-stdlib": "^2.36.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.536",
3
+ "version": "0.0.537",
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.391",
33
- "circuit-to-canvas": "^0.0.90",
33
+ "circuit-to-canvas": "^0.0.92",
34
34
  "react-hot-toast": "^2.6.0",
35
35
  "three": "^0.165.0",
36
36
  "three-stdlib": "^2.36.0",