@tscircuit/cli 0.1.84 → 0.1.85

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
@@ -433414,7 +433414,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
433414
433414
  case "pnpm":
433415
433415
  return `pnpm add -g ${deps}`;
433416
433416
  case "bun":
433417
- return `bun add -g ${deps}`;
433417
+ return `bun install -g ${deps}`;
433418
433418
  default:
433419
433419
  return `npm install -g ${deps}`;
433420
433420
  }
@@ -433425,7 +433425,7 @@ import readline from "node:readline";
433425
433425
  import { execSync as execSync2 } from "node:child_process";
433426
433426
  var import_semver = __toESM2(require_semver2(), 1);
433427
433427
  // package.json
433428
- var version = "0.1.83";
433428
+ var version = "0.1.84";
433429
433429
  var package_default = {
433430
433430
  name: "@tscircuit/cli",
433431
433431
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",