@tscircuit/3d-viewer 0.0.331 → 0.0.332
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.331",
|
|
25341
25341
|
main: "./dist/index.js",
|
|
25342
25342
|
module: "./dist/index.js",
|
|
25343
25343
|
type: "module",
|
|
@@ -25385,7 +25385,7 @@ var package_default = {
|
|
|
25385
25385
|
"@jscad/modeling": "^2.12.5",
|
|
25386
25386
|
"@storybook/blocks": "9.0.0-alpha.17",
|
|
25387
25387
|
"@storybook/react-vite": "^9.1.2",
|
|
25388
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
25388
|
+
"@tscircuit/circuit-json-util": "^0.0.65",
|
|
25389
25389
|
"@tscircuit/core": "^0.0.626",
|
|
25390
25390
|
"@tscircuit/props": "^0.0.285",
|
|
25391
25391
|
"@types/jsdom": "^21.1.7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.332",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@jscad/modeling": "^2.12.5",
|
|
49
49
|
"@storybook/blocks": "9.0.0-alpha.17",
|
|
50
50
|
"@storybook/react-vite": "^9.1.2",
|
|
51
|
-
"@tscircuit/circuit-json-util": "^0.0.
|
|
51
|
+
"@tscircuit/circuit-json-util": "^0.0.65",
|
|
52
52
|
"@tscircuit/core": "^0.0.626",
|
|
53
53
|
"@tscircuit/props": "^0.0.285",
|
|
54
54
|
"@types/jsdom": "^21.1.7",
|