@tscircuit/3d-viewer 0.0.302 → 0.0.304

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -17286,7 +17286,7 @@ import {
17286
17286
  // package.json
17287
17287
  var package_default = {
17288
17288
  name: "@tscircuit/3d-viewer",
17289
- version: "0.0.301",
17289
+ version: "0.0.303",
17290
17290
  main: "./dist/index.js",
17291
17291
  module: "./dist/index.js",
17292
17292
  type: "module",
@@ -17318,12 +17318,12 @@ var package_default = {
17318
17318
  "@react-three/drei": "^9.121.4",
17319
17319
  "@react-three/fiber": "^8.17.14",
17320
17320
  "@tscircuit/core": "^0.0.454",
17321
- "@tscircuit/props": "^0.0.262",
17321
+ "@tscircuit/props": "^0.0.265",
17322
17322
  "@tscircuit/soup-util": "^0.0.41",
17323
17323
  "jscad-electronics": "^0.0.29",
17324
17324
  "jscad-fiber": "^0.0.79",
17325
17325
  "jscad-planner": "^0.0.13",
17326
- "manifold-3d": "^3.1.0",
17326
+ "manifold-3d": "3.1.0",
17327
17327
  react: "^18.3.1",
17328
17328
  "react-dom": "^18.3.1",
17329
17329
  "react-use-gesture": "^9.1.3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.302",
3
+ "version": "0.0.304",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -32,12 +32,12 @@
32
32
  "@react-three/drei": "^9.121.4",
33
33
  "@react-three/fiber": "^8.17.14",
34
34
  "@tscircuit/core": "^0.0.454",
35
- "@tscircuit/props": "^0.0.262",
35
+ "@tscircuit/props": "^0.0.265",
36
36
  "@tscircuit/soup-util": "^0.0.41",
37
37
  "jscad-electronics": "^0.0.29",
38
38
  "jscad-fiber": "^0.0.79",
39
39
  "jscad-planner": "^0.0.13",
40
- "manifold-3d": "^3.1.0",
40
+ "manifold-3d": "3.1.0",
41
41
  "react": "^18.3.1",
42
42
  "react-dom": "^18.3.1",
43
43
  "react-use-gesture": "^9.1.3"