@tscircuit/3d-viewer 0.0.326 → 0.0.327
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
|
@@ -101715,7 +101715,7 @@ import * as THREE10 from "three";
|
|
|
101715
101715
|
// package.json
|
|
101716
101716
|
var package_default = {
|
|
101717
101717
|
name: "@tscircuit/3d-viewer",
|
|
101718
|
-
version: "0.0.
|
|
101718
|
+
version: "0.0.326",
|
|
101719
101719
|
main: "./dist/index.js",
|
|
101720
101720
|
module: "./dist/index.js",
|
|
101721
101721
|
type: "module",
|
|
@@ -101759,7 +101759,7 @@ var package_default = {
|
|
|
101759
101759
|
},
|
|
101760
101760
|
devDependencies: {
|
|
101761
101761
|
"@tscircuit/circuit-json-util": "^0.0.64",
|
|
101762
|
-
"@tscircuit/props": "^0.0.
|
|
101762
|
+
"@tscircuit/props": "^0.0.283",
|
|
101763
101763
|
"jscad-electronics": "^0.0.29",
|
|
101764
101764
|
"jscad-fiber": "^0.0.83",
|
|
101765
101765
|
"jscad-planner": "^0.0.13",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.327",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@tscircuit/circuit-json-util": "^0.0.64",
|
|
47
|
-
"@tscircuit/props": "^0.0.
|
|
47
|
+
"@tscircuit/props": "^0.0.283",
|
|
48
48
|
"jscad-electronics": "^0.0.29",
|
|
49
49
|
"jscad-fiber": "^0.0.83",
|
|
50
50
|
"jscad-planner": "^0.0.13",
|