@tscircuit/cli 0.1.746 → 0.1.748

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -74125,7 +74125,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74125
74125
  import { execSync as execSync2 } from "node:child_process";
74126
74126
  var import_semver2 = __toESM2(require_semver2(), 1);
74127
74127
  // package.json
74128
- var version = "0.1.745";
74128
+ var version = "0.1.746";
74129
74129
  var package_default = {
74130
74130
  name: "@tscircuit/cli",
74131
74131
  version,
@@ -108246,7 +108246,6 @@ Check the top-level render call using <` + componentName2 + ">.");
108246
108246
  var hasBadMapPolyfill = false;
108247
108247
  try {
108248
108248
  var nonExtensibleObject = Object.preventExtensions({});
108249
- ;
108250
108249
  } catch (e22) {
108251
108250
  hasBadMapPolyfill = true;
108252
108251
  }
@@ -172504,7 +172503,7 @@ var buildFile = async (input, output, projectDir, options) => {
172504
172503
  };
172505
172504
  }
172506
172505
  } catch (err) {
172507
- console.error(`Build failed: ${err}`);
172506
+ console.error(err);
172508
172507
  if (err instanceof Error) {
172509
172508
  logTsxExtensionHint(err, input);
172510
172509
  logTypeReexportHint(err, input);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.746",
3
+ "version": "0.1.748",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",