@tscircuit/3d-viewer 0.0.314 → 0.0.315
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
|
@@ -105019,7 +105019,7 @@ import * as THREE5 from "three";
|
|
|
105019
105019
|
// package.json
|
|
105020
105020
|
var package_default = {
|
|
105021
105021
|
name: "@tscircuit/3d-viewer",
|
|
105022
|
-
version: "0.0.
|
|
105022
|
+
version: "0.0.314",
|
|
105023
105023
|
main: "./dist/index.js",
|
|
105024
105024
|
module: "./dist/index.js",
|
|
105025
105025
|
type: "module",
|
|
@@ -105063,7 +105063,7 @@ var package_default = {
|
|
|
105063
105063
|
},
|
|
105064
105064
|
devDependencies: {
|
|
105065
105065
|
"@tscircuit/circuit-json-util": "^0.0.62",
|
|
105066
|
-
"@tscircuit/props": "^0.0.
|
|
105066
|
+
"@tscircuit/props": "^0.0.279",
|
|
105067
105067
|
"jscad-electronics": "^0.0.29",
|
|
105068
105068
|
"jscad-fiber": "^0.0.82",
|
|
105069
105069
|
"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.315",
|
|
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.62",
|
|
47
|
-
"@tscircuit/props": "^0.0.
|
|
47
|
+
"@tscircuit/props": "^0.0.279",
|
|
48
48
|
"jscad-electronics": "^0.0.29",
|
|
49
49
|
"jscad-fiber": "^0.0.82",
|
|
50
50
|
"jscad-planner": "^0.0.13",
|