@tscircuit/3d-viewer 0.0.371 → 0.0.372
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -25808,7 +25808,7 @@ import * as THREE11 from "three";
|
|
|
25808
25808
|
// package.json
|
|
25809
25809
|
var package_default = {
|
|
25810
25810
|
name: "@tscircuit/3d-viewer",
|
|
25811
|
-
version: "0.0.
|
|
25811
|
+
version: "0.0.371",
|
|
25812
25812
|
main: "./dist/index.js",
|
|
25813
25813
|
module: "./dist/index.js",
|
|
25814
25814
|
type: "module",
|
|
@@ -25856,7 +25856,7 @@ var package_default = {
|
|
|
25856
25856
|
"@storybook/react-vite": "^9.1.2",
|
|
25857
25857
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
25858
25858
|
"@tscircuit/core": "^0.0.691",
|
|
25859
|
-
"@tscircuit/props": "^0.0.
|
|
25859
|
+
"@tscircuit/props": "^0.0.312",
|
|
25860
25860
|
"@types/jsdom": "^21.1.7",
|
|
25861
25861
|
"@types/react": "19",
|
|
25862
25862
|
"@types/react-dom": "19",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.372",
|
|
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.
|
|
51
|
+
"@tscircuit/props": "^0.0.312",
|
|
52
52
|
"@types/jsdom": "^21.1.7",
|
|
53
53
|
"@types/react": "19",
|
|
54
54
|
"@types/react-dom": "19",
|