@tscircuit/3d-viewer 0.0.359 → 0.0.360

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
@@ -25583,7 +25583,7 @@ import * as THREE10 from "three";
25583
25583
  // package.json
25584
25584
  var package_default = {
25585
25585
  name: "@tscircuit/3d-viewer",
25586
- version: "0.0.358",
25586
+ version: "0.0.359",
25587
25587
  main: "./dist/index.js",
25588
25588
  module: "./dist/index.js",
25589
25589
  type: "module",
@@ -25631,7 +25631,7 @@ var package_default = {
25631
25631
  "@storybook/react-vite": "^9.1.2",
25632
25632
  "@tscircuit/circuit-json-util": "^0.0.67",
25633
25633
  "@tscircuit/core": "^0.0.678",
25634
- "@tscircuit/props": "^0.0.291",
25634
+ "@tscircuit/props": "^0.0.292",
25635
25635
  "@types/jsdom": "^21.1.7",
25636
25636
  "@types/react": "19",
25637
25637
  "@types/react-dom": "19",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.359",
3
+ "version": "0.0.360",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "@storybook/react-vite": "^9.1.2",
49
49
  "@tscircuit/circuit-json-util": "^0.0.67",
50
50
  "@tscircuit/core": "^0.0.678",
51
- "@tscircuit/props": "^0.0.291",
51
+ "@tscircuit/props": "^0.0.292",
52
52
  "@types/jsdom": "^21.1.7",
53
53
  "@types/react": "19",
54
54
  "@types/react-dom": "19",