@tscircuit/3d-viewer 0.0.334 → 0.0.335
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
|
@@ -25344,7 +25344,7 @@ import * as THREE9 from "three";
|
|
|
25344
25344
|
// package.json
|
|
25345
25345
|
var package_default = {
|
|
25346
25346
|
name: "@tscircuit/3d-viewer",
|
|
25347
|
-
version: "0.0.
|
|
25347
|
+
version: "0.0.334",
|
|
25348
25348
|
main: "./dist/index.js",
|
|
25349
25349
|
module: "./dist/index.js",
|
|
25350
25350
|
type: "module",
|
|
@@ -25383,7 +25383,7 @@ var package_default = {
|
|
|
25383
25383
|
react: "19.1.0",
|
|
25384
25384
|
"react-dom": "19.1.0",
|
|
25385
25385
|
"@tscircuit/core": "*",
|
|
25386
|
-
"jscad-fiber": "^0.0.84",
|
|
25386
|
+
"jscad-fiber": "^0.0.84 || ^0.0.85",
|
|
25387
25387
|
"@tscircuit/circuit-json-util": "*"
|
|
25388
25388
|
},
|
|
25389
25389
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/3d-viewer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.335",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"react": "19.1.0",
|
|
40
40
|
"react-dom": "19.1.0",
|
|
41
41
|
"@tscircuit/core": "*",
|
|
42
|
-
"jscad-fiber": "^0.0.84",
|
|
42
|
+
"jscad-fiber": "^0.0.84 || ^0.0.85",
|
|
43
43
|
"@tscircuit/circuit-json-util": "*"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|