@tscircuit/3d-viewer 0.0.369 → 0.0.370

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
@@ -25789,7 +25789,7 @@ import * as THREE11 from "three";
25789
25789
  // package.json
25790
25790
  var package_default = {
25791
25791
  name: "@tscircuit/3d-viewer",
25792
- version: "0.0.368",
25792
+ version: "0.0.369",
25793
25793
  main: "./dist/index.js",
25794
25794
  module: "./dist/index.js",
25795
25795
  type: "module",
@@ -25837,7 +25837,7 @@ var package_default = {
25837
25837
  "@storybook/react-vite": "^9.1.2",
25838
25838
  "@tscircuit/circuit-json-util": "^0.0.67",
25839
25839
  "@tscircuit/core": "^0.0.691",
25840
- "@tscircuit/props": "^0.0.298",
25840
+ "@tscircuit/props": "^0.0.300",
25841
25841
  "@types/jsdom": "^21.1.7",
25842
25842
  "@types/react": "19",
25843
25843
  "@types/react-dom": "19",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.369",
3
+ "version": "0.0.370",
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.691",
51
- "@tscircuit/props": "^0.0.298",
51
+ "@tscircuit/props": "^0.0.300",
52
52
  "@types/jsdom": "^21.1.7",
53
53
  "@types/react": "19",
54
54
  "@types/react-dom": "19",