@tscircuit/3d-viewer 0.0.261 → 0.0.263
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -16985,7 +16985,7 @@ import { Canvas, useFrame as useFrame2 } from "@react-three/fiber";
|
|
|
16985
16985
|
// package.json
|
|
16986
16986
|
var package_default = {
|
|
16987
16987
|
name: "@tscircuit/3d-viewer",
|
|
16988
|
-
version: "0.0.
|
|
16988
|
+
version: "0.0.262",
|
|
16989
16989
|
main: "./dist/index.js",
|
|
16990
16990
|
module: "./dist/index.js",
|
|
16991
16991
|
type: "module",
|
|
@@ -17016,8 +17016,8 @@ var package_default = {
|
|
|
17016
17016
|
"@jscad/stl-serializer": "^2.1.20",
|
|
17017
17017
|
"@react-three/drei": "^9.121.4",
|
|
17018
17018
|
"@react-three/fiber": "^8.17.14",
|
|
17019
|
-
"@tscircuit/core": "^0.0.
|
|
17020
|
-
"@tscircuit/props": "^0.0.
|
|
17019
|
+
"@tscircuit/core": "^0.0.454",
|
|
17020
|
+
"@tscircuit/props": "^0.0.214",
|
|
17021
17021
|
"@tscircuit/soup-util": "^0.0.41",
|
|
17022
17022
|
"jscad-electronics": "^0.0.29",
|
|
17023
17023
|
"jscad-fiber": "^0.0.79",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.263",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@jscad/stl-serializer": "^2.1.20",
|
|
32
32
|
"@react-three/drei": "^9.121.4",
|
|
33
33
|
"@react-three/fiber": "^8.17.14",
|
|
34
|
-
"@tscircuit/core": "^0.0.
|
|
35
|
-
"@tscircuit/props": "^0.0.
|
|
34
|
+
"@tscircuit/core": "^0.0.454",
|
|
35
|
+
"@tscircuit/props": "^0.0.214",
|
|
36
36
|
"@tscircuit/soup-util": "^0.0.41",
|
|
37
37
|
"jscad-electronics": "^0.0.29",
|
|
38
38
|
"jscad-fiber": "^0.0.79",
|