@tscircuit/cli 0.1.181 → 0.1.182
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/main.js +5 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -434909,7 +434909,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
434909
434909
|
import { execSync as execSync2 } from "node:child_process";
|
|
434910
434910
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
434911
434911
|
// package.json
|
|
434912
|
-
var version = "0.1.
|
|
434912
|
+
var version = "0.1.181";
|
|
434913
434913
|
var package_default = {
|
|
434914
434914
|
name: "@tscircuit/cli",
|
|
434915
434915
|
version,
|
|
@@ -439545,8 +439545,10 @@ var registerDev = (program3) => {
|
|
|
439545
439545
|
return;
|
|
439546
439546
|
}
|
|
439547
439547
|
} else {
|
|
439548
|
-
const entrypointPath =
|
|
439549
|
-
|
|
439548
|
+
const entrypointPath = await getEntrypoint({
|
|
439549
|
+
onError: () => {}
|
|
439550
|
+
});
|
|
439551
|
+
if (entrypointPath && fs19.existsSync(entrypointPath)) {
|
|
439550
439552
|
absolutePath = entrypointPath;
|
|
439551
439553
|
console.log("Found entrypoint at:", entrypointPath);
|
|
439552
439554
|
} else {
|