@tscircuit/cli 0.1.2001 → 0.1.2002
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 +2 -2
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -136144,7 +136144,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
136144
136144
|
// lib/getVersion.ts
|
|
136145
136145
|
import { createRequire as createRequire2 } from "node:module";
|
|
136146
136146
|
// package.json
|
|
136147
|
-
var version = "0.1.
|
|
136147
|
+
var version = "0.1.2001";
|
|
136148
136148
|
var package_default = {
|
|
136149
136149
|
name: "@tscircuit/cli",
|
|
136150
136150
|
version,
|
|
@@ -153128,7 +153128,7 @@ var getWorkerEntrypointPath = () => {
|
|
|
153128
153128
|
async function buildFilesWithWorkerPool(options) {
|
|
153129
153129
|
const cancellationError = new Error("Build cancelled due fatal error");
|
|
153130
153130
|
const envWorkerTimeoutMs = Number.parseInt(process.env.TSCIRCUIT_BUILD_WORKER_TIMEOUT_MS || "", 10);
|
|
153131
|
-
const workerJobTimeoutMs = Number.isFinite(envWorkerTimeoutMs) ? envWorkerTimeoutMs : options.workerJobTimeoutMs ??
|
|
153131
|
+
const workerJobTimeoutMs = Number.isFinite(envWorkerTimeoutMs) ? envWorkerTimeoutMs : options.workerJobTimeoutMs ?? 10 * 60 * 1000;
|
|
153132
153132
|
const poolConcurrency = Math.max(1, Math.min(options.concurrency, options.files.length));
|
|
153133
153133
|
const pool = new ThreadWorkerPool({
|
|
153134
153134
|
concurrency: poolConcurrency,
|
package/dist/lib/index.js
CHANGED
|
@@ -65759,7 +65759,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65759
65759
|
}));
|
|
65760
65760
|
};
|
|
65761
65761
|
// package.json
|
|
65762
|
-
var version = "0.1.
|
|
65762
|
+
var version = "0.1.2001";
|
|
65763
65763
|
var package_default = {
|
|
65764
65764
|
name: "@tscircuit/cli",
|
|
65765
65765
|
version,
|