@tscircuit/3d-viewer 0.0.120 → 0.0.121

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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @tscircuit/3d-viewer
2
2
 
3
+ > [!NOTE]
4
+ > We are working on a new vanilla THREE version of the 3d viewer, it's on the [v01 branch](https://github.com/tscircuit/3d-viewer/tree/v01)
5
+
3
6
  A 3D printed circuit board viewer for [Circuit JSON](https://github.com/tscircuit/circuit-json) and [tscircuit](https://github.com/tscircuit/tscircuit)
4
7
 
5
8
  [![npm version](https://badge.fury.io/js/%40tscircuit%2F3d-viewer.svg)](https://badge.fury.io/js/%40tscircuit%2F3d-viewer)
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.119",
17410
+ version: "0.0.120",
17411
17411
  main: "./dist/index.js",
17412
17412
  module: "./dist/index.js",
17413
17413
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",