@tscircuit/cli 0.1.955 → 0.1.957
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/main.js +4 -3
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -74389,7 +74389,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74389
74389
|
import { execSync as execSync2 } from "node:child_process";
|
|
74390
74390
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74391
74391
|
// package.json
|
|
74392
|
-
var version = "0.1.
|
|
74392
|
+
var version = "0.1.956";
|
|
74393
74393
|
var package_default = {
|
|
74394
74394
|
name: "@tscircuit/cli",
|
|
74395
74395
|
main: "dist/cli/main.js",
|
|
@@ -83414,7 +83414,6 @@ var BINARY_FILE_EXTENSIONS = new Set([
|
|
|
83414
83414
|
".gltf",
|
|
83415
83415
|
".obj",
|
|
83416
83416
|
".stl",
|
|
83417
|
-
".step",
|
|
83418
83417
|
".png",
|
|
83419
83418
|
".jpg",
|
|
83420
83419
|
".jpeg",
|
|
@@ -174980,7 +174979,9 @@ var convertModelUrlsToFileUrls = (circuitJson) => {
|
|
|
174980
174979
|
"model_obj_url",
|
|
174981
174980
|
"obj_model_url",
|
|
174982
174981
|
"model_gltf_url",
|
|
174983
|
-
"gltf_model_url"
|
|
174982
|
+
"gltf_model_url",
|
|
174983
|
+
"model_step_url",
|
|
174984
|
+
"step_model_url"
|
|
174984
174985
|
];
|
|
174985
174986
|
return circuitJson.map((element) => {
|
|
174986
174987
|
if (!element || typeof element !== "object")
|
package/dist/lib/index.js
CHANGED
|
@@ -60414,7 +60414,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
60414
60414
|
}));
|
|
60415
60415
|
};
|
|
60416
60416
|
// package.json
|
|
60417
|
-
var version = "0.1.
|
|
60417
|
+
var version = "0.1.956";
|
|
60418
60418
|
var package_default = {
|
|
60419
60419
|
name: "@tscircuit/cli",
|
|
60420
60420
|
main: "dist/cli/main.js",
|