@tscircuit/cli 0.1.71 → 0.1.72

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 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -426994,7 +426994,7 @@ import readline from "node:readline";
426994
426994
  import { execSync as execSync2 } from "node:child_process";
426995
426995
  var import_semver = __toESM2(require_semver2(), 1);
426996
426996
  // package.json
426997
- var version = "0.1.70";
426997
+ var version = "0.1.71";
426998
426998
  var package_default = {
426999
426999
  name: "@tscircuit/cli",
427000
427000
  version,
@@ -456894,7 +456894,7 @@ var registerExport = (program3) => {
456894
456894
  outputPath: options.output,
456895
456895
  onExit: (code) => process.exit(code),
456896
456896
  onError: (message) => console.error(message),
456897
- onSuccess: (exportLocation) => console.log("Exported to " + exportLocation + "!")
456897
+ onSuccess: ({ outputDestination }) => console.log("Exported to " + outputDestination + "!")
456898
456898
  });
456899
456899
  });
456900
456900
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",