@tscircuit/cli 0.1.1158 → 0.1.1160

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.
@@ -16176,6 +16176,7 @@ import path11 from "node:path";
16176
16176
  var STATIC_ASSET_EXTENSIONS = [
16177
16177
  ".glb",
16178
16178
  ".gltf",
16179
+ ".obj",
16179
16180
  ".step",
16180
16181
  ".kicad_mod",
16181
16182
  ".kicad_pcb",
package/dist/lib/index.js CHANGED
@@ -60445,7 +60445,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60445
60445
  }));
60446
60446
  };
60447
60447
  // package.json
60448
- var version = "0.1.1157";
60448
+ var version = "0.1.1158";
60449
60449
  var package_default = {
60450
60450
  name: "@tscircuit/cli",
60451
60451
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1158",
3
+ "version": "0.1.1160",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",