@tscircuit/cli 0.1.1258 → 0.1.1259
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 -3
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -99964,7 +99964,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
|
|
|
99964
99964
|
// lib/getVersion.ts
|
|
99965
99965
|
import { createRequire as createRequire2 } from "node:module";
|
|
99966
99966
|
// package.json
|
|
99967
|
-
var version = "0.1.
|
|
99967
|
+
var version = "0.1.1258";
|
|
99968
99968
|
var package_default = {
|
|
99969
99969
|
name: "@tscircuit/cli",
|
|
99970
99970
|
version,
|
|
@@ -111111,8 +111111,7 @@ async function buildFilesWithWorkerPool(options) {
|
|
|
111111
111111
|
},
|
|
111112
111112
|
cancellationError,
|
|
111113
111113
|
jobTimeoutMs: Number.isFinite(workerJobTimeoutMs) && workerJobTimeoutMs > 0 ? workerJobTimeoutMs : undefined,
|
|
111114
|
-
onLog: options.onLog
|
|
111115
|
-
heartbeatIntervalMs: 100
|
|
111114
|
+
onLog: options.onLog
|
|
111116
111115
|
});
|
|
111117
111116
|
const results = [];
|
|
111118
111117
|
const promises = [];
|
package/dist/lib/index.js
CHANGED
|
@@ -65661,7 +65661,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65661
65661
|
}));
|
|
65662
65662
|
};
|
|
65663
65663
|
// package.json
|
|
65664
|
-
var version = "0.1.
|
|
65664
|
+
var version = "0.1.1258";
|
|
65665
65665
|
var package_default = {
|
|
65666
65666
|
name: "@tscircuit/cli",
|
|
65667
65667
|
version,
|