@tscircuit/3d-viewer 0.0.473 → 0.0.474
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 +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -29455,7 +29455,7 @@ import * as THREE15 from "three";
|
|
|
29455
29455
|
// package.json
|
|
29456
29456
|
var package_default = {
|
|
29457
29457
|
name: "@tscircuit/3d-viewer",
|
|
29458
|
-
version: "0.0.
|
|
29458
|
+
version: "0.0.473",
|
|
29459
29459
|
main: "./dist/index.js",
|
|
29460
29460
|
module: "./dist/index.js",
|
|
29461
29461
|
type: "module",
|
|
@@ -29503,13 +29503,13 @@ var package_default = {
|
|
|
29503
29503
|
"@storybook/blocks": "9.0.0-alpha.17",
|
|
29504
29504
|
"@storybook/react-vite": "^9.1.5",
|
|
29505
29505
|
"@tscircuit/circuit-json-util": "^0.0.72",
|
|
29506
|
-
"@tscircuit/core": "^0.0.
|
|
29507
|
-
"@tscircuit/props": "^0.0.
|
|
29506
|
+
"@tscircuit/core": "^0.0.931",
|
|
29507
|
+
"@tscircuit/props": "^0.0.429",
|
|
29508
29508
|
"@tscircuit/checks": "^0.0.87",
|
|
29509
29509
|
"@tscircuit/math-utils": "^0.0.29",
|
|
29510
29510
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
29511
29511
|
"@tscircuit/solver-utils": "^0.0.4",
|
|
29512
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
29512
|
+
"@tscircuit/capacity-autorouter": "^0.0.185",
|
|
29513
29513
|
"calculate-packing": "^0.0.48",
|
|
29514
29514
|
"@types/jsdom": "^21.1.7",
|
|
29515
29515
|
"@types/react": "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.474",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"@storybook/blocks": "9.0.0-alpha.17",
|
|
49
49
|
"@storybook/react-vite": "^9.1.5",
|
|
50
50
|
"@tscircuit/circuit-json-util": "^0.0.72",
|
|
51
|
-
"@tscircuit/core": "^0.0.
|
|
52
|
-
"@tscircuit/props": "^0.0.
|
|
51
|
+
"@tscircuit/core": "^0.0.931",
|
|
52
|
+
"@tscircuit/props": "^0.0.429",
|
|
53
53
|
"@tscircuit/checks": "^0.0.87",
|
|
54
54
|
"@tscircuit/math-utils": "^0.0.29",
|
|
55
55
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
56
56
|
"@tscircuit/solver-utils": "^0.0.4",
|
|
57
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
57
|
+
"@tscircuit/capacity-autorouter": "^0.0.185",
|
|
58
58
|
"calculate-packing": "^0.0.48",
|
|
59
59
|
"@types/jsdom": "^21.1.7",
|
|
60
60
|
"@types/react": "19",
|