@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.
- package/dist/cli/build/build.worker.js +1 -0
- package/dist/cli/main.js +7429 -7399
- package/dist/cli/snapshot/snapshot.worker.js +1 -0
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
60448
|
+
var version = "0.1.1158";
|
|
60449
60449
|
var package_default = {
|
|
60450
60450
|
name: "@tscircuit/cli",
|
|
60451
60451
|
version,
|