@tscircuit/3d-viewer 0.0.330 → 0.0.331
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
|
@@ -25337,7 +25337,7 @@ import * as THREE9 from "three";
|
|
|
25337
25337
|
// package.json
|
|
25338
25338
|
var package_default = {
|
|
25339
25339
|
name: "@tscircuit/3d-viewer",
|
|
25340
|
-
version: "0.0.
|
|
25340
|
+
version: "0.0.330",
|
|
25341
25341
|
main: "./dist/index.js",
|
|
25342
25342
|
module: "./dist/index.js",
|
|
25343
25343
|
type: "module",
|
|
@@ -25387,7 +25387,7 @@ var package_default = {
|
|
|
25387
25387
|
"@storybook/react-vite": "^9.1.2",
|
|
25388
25388
|
"@tscircuit/circuit-json-util": "^0.0.64",
|
|
25389
25389
|
"@tscircuit/core": "^0.0.626",
|
|
25390
|
-
"@tscircuit/props": "^0.0.
|
|
25390
|
+
"@tscircuit/props": "^0.0.285",
|
|
25391
25391
|
"@types/jsdom": "^21.1.7",
|
|
25392
25392
|
"@types/react": "19",
|
|
25393
25393
|
"@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.331",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@storybook/react-vite": "^9.1.2",
|
|
51
51
|
"@tscircuit/circuit-json-util": "^0.0.64",
|
|
52
52
|
"@tscircuit/core": "^0.0.626",
|
|
53
|
-
"@tscircuit/props": "^0.0.
|
|
53
|
+
"@tscircuit/props": "^0.0.285",
|
|
54
54
|
"@types/jsdom": "^21.1.7",
|
|
55
55
|
"@types/react": "19",
|
|
56
56
|
"@types/react-dom": "19",
|