@tscircuit/cli 0.1.1099 → 0.1.1101

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 CHANGED
@@ -97670,7 +97670,7 @@ var registerStaticAssetLoaders = () => {
97670
97670
  // cli/main.ts
97671
97671
  var import_perfect_cli = __toESM2(require_dist2(), 1);
97672
97672
  // package.json
97673
- var version = "0.1.1098";
97673
+ var version = "0.1.1100";
97674
97674
  var package_default = {
97675
97675
  name: "@tscircuit/cli",
97676
97676
  version,
@@ -97734,7 +97734,7 @@ var package_default = {
97734
97734
  semver: "^7.6.3",
97735
97735
  sharp: "0.32.6",
97736
97736
  tempy: "^3.1.0",
97737
- tscircuit: "0.0.1494-libonly",
97737
+ tscircuit: "0.0.1499-libonly",
97738
97738
  tsx: "^4.7.1",
97739
97739
  "typed-ky": "^0.0.4",
97740
97740
  zod: "^3.23.8"
@@ -108034,6 +108034,9 @@ class ThreadWorkerPool {
108034
108034
  if (!this.options.onLog || this.heartbeatIntervalId) {
108035
108035
  return;
108036
108036
  }
108037
+ if (process.env.DEBUG !== "1") {
108038
+ return;
108039
+ }
108037
108040
  const heartbeatIntervalMs = this.options.heartbeatIntervalMs ?? 5000;
108038
108041
  if (heartbeatIntervalMs <= 0) {
108039
108042
  return;
package/dist/lib/index.js CHANGED
@@ -60436,7 +60436,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60436
60436
  }));
60437
60437
  };
60438
60438
  // package.json
60439
- var version = "0.1.1098";
60439
+ var version = "0.1.1100";
60440
60440
  var package_default = {
60441
60441
  name: "@tscircuit/cli",
60442
60442
  version,
@@ -60500,7 +60500,7 @@ var package_default = {
60500
60500
  semver: "^7.6.3",
60501
60501
  sharp: "0.32.6",
60502
60502
  tempy: "^3.1.0",
60503
- tscircuit: "0.0.1494-libonly",
60503
+ tscircuit: "0.0.1499-libonly",
60504
60504
  tsx: "^4.7.1",
60505
60505
  "typed-ky": "^0.0.4",
60506
60506
  zod: "^3.23.8"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1099",
3
+ "version": "0.1.1101",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -61,7 +61,7 @@
61
61
  "semver": "^7.6.3",
62
62
  "sharp": "0.32.6",
63
63
  "tempy": "^3.1.0",
64
- "tscircuit": "0.0.1494-libonly",
64
+ "tscircuit": "0.0.1499-libonly",
65
65
  "tsx": "^4.7.1",
66
66
  "typed-ky": "^0.0.4",
67
67
  "zod": "^3.23.8"