@tscircuit/3d-viewer 0.0.589 → 0.0.590
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
|
@@ -32704,7 +32704,7 @@ import * as THREE23 from "three";
|
|
|
32704
32704
|
// package.json
|
|
32705
32705
|
var package_default = {
|
|
32706
32706
|
name: "@tscircuit/3d-viewer",
|
|
32707
|
-
version: "0.0.
|
|
32707
|
+
version: "0.0.589",
|
|
32708
32708
|
main: "./dist/index.js",
|
|
32709
32709
|
module: "./dist/index.js",
|
|
32710
32710
|
type: "module",
|
|
@@ -32734,7 +32734,7 @@ var package_default = {
|
|
|
32734
32734
|
"@jscad/regl-renderer": "^2.6.12",
|
|
32735
32735
|
"@jscad/stl-serializer": "^2.1.20",
|
|
32736
32736
|
"circuit-json": "^0.0.465",
|
|
32737
|
-
"circuit-to-canvas": "^0.0.
|
|
32737
|
+
"circuit-to-canvas": "^0.0.123",
|
|
32738
32738
|
"react-hot-toast": "^2.6.0",
|
|
32739
32739
|
three: "^0.165.0",
|
|
32740
32740
|
"three-stdlib": "^2.36.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.590",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@jscad/regl-renderer": "^2.6.12",
|
|
31
31
|
"@jscad/stl-serializer": "^2.1.20",
|
|
32
32
|
"circuit-json": "^0.0.465",
|
|
33
|
-
"circuit-to-canvas": "^0.0.
|
|
33
|
+
"circuit-to-canvas": "^0.0.123",
|
|
34
34
|
"react-hot-toast": "^2.6.0",
|
|
35
35
|
"three": "^0.165.0",
|
|
36
36
|
"three-stdlib": "^2.36.0",
|