@tscircuit/3d-viewer 0.0.118 → 0.0.119
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
|
@@ -17407,7 +17407,7 @@ import { Canvas, useFrame as useFrame2 } from "@react-three/fiber";
|
|
|
17407
17407
|
// package.json
|
|
17408
17408
|
var package_default = {
|
|
17409
17409
|
name: "@tscircuit/3d-viewer",
|
|
17410
|
-
version: "0.0.
|
|
17410
|
+
version: "0.0.118",
|
|
17411
17411
|
main: "./dist/index.js",
|
|
17412
17412
|
module: "./dist/index.js",
|
|
17413
17413
|
type: "module",
|
|
@@ -17438,7 +17438,7 @@ var package_default = {
|
|
|
17438
17438
|
"@jscad/stl-serializer": "^2.1.20",
|
|
17439
17439
|
"@react-three/drei": "^9.121.4",
|
|
17440
17440
|
"@react-three/fiber": "^8.17.14",
|
|
17441
|
-
"@tscircuit/core": "^0.0.
|
|
17441
|
+
"@tscircuit/core": "^0.0.299",
|
|
17442
17442
|
"@tscircuit/props": "^0.0.138",
|
|
17443
17443
|
"@tscircuit/react-fiber": "^1.2.0",
|
|
17444
17444
|
"@tscircuit/soup": "^0.0.69",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
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.
|
|
34
|
+
"@tscircuit/core": "^0.0.299",
|
|
35
35
|
"@tscircuit/props": "^0.0.138",
|
|
36
36
|
"@tscircuit/react-fiber": "^1.2.0",
|
|
37
37
|
"@tscircuit/soup": "^0.0.69",
|