@tscircuit/3d-viewer 0.0.366 → 0.0.367

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
@@ -25691,7 +25691,7 @@ import * as THREE10 from "three";
25691
25691
  // package.json
25692
25692
  var package_default = {
25693
25693
  name: "@tscircuit/3d-viewer",
25694
- version: "0.0.365",
25694
+ version: "0.0.366",
25695
25695
  main: "./dist/index.js",
25696
25696
  module: "./dist/index.js",
25697
25697
  type: "module",
@@ -25738,7 +25738,7 @@ var package_default = {
25738
25738
  "@storybook/blocks": "9.0.0-alpha.17",
25739
25739
  "@storybook/react-vite": "^9.1.2",
25740
25740
  "@tscircuit/circuit-json-util": "^0.0.67",
25741
- "@tscircuit/core": "^0.0.686",
25741
+ "@tscircuit/core": "^0.0.688",
25742
25742
  "@tscircuit/props": "^0.0.296",
25743
25743
  "@types/jsdom": "^21.1.7",
25744
25744
  "@types/react": "19",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.366",
3
+ "version": "0.0.367",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "@storybook/blocks": "9.0.0-alpha.17",
48
48
  "@storybook/react-vite": "^9.1.2",
49
49
  "@tscircuit/circuit-json-util": "^0.0.67",
50
- "@tscircuit/core": "^0.0.686",
50
+ "@tscircuit/core": "^0.0.688",
51
51
  "@tscircuit/props": "^0.0.296",
52
52
  "@types/jsdom": "^21.1.7",
53
53
  "@types/react": "19",