@tscircuit/cli 0.1.1166 → 0.1.1167

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
@@ -98409,7 +98409,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
98409
98409
  // lib/getVersion.ts
98410
98410
  import { createRequire as createRequire2 } from "node:module";
98411
98411
  // package.json
98412
- var version = "0.1.1165";
98412
+ var version = "0.1.1166";
98413
98413
  var package_default = {
98414
98414
  name: "@tscircuit/cli",
98415
98415
  version,
@@ -264061,7 +264061,7 @@ var updateTsciIfNewVersionIsAvailable = async () => {
264061
264061
  };
264062
264062
  var updateTsci = async () => {
264063
264063
  const packageManager = getPackageManager();
264064
- const installCommand = getGlobalDepsInstallCommand(packageManager.name, "@tscircuit/cli@latest");
264064
+ const installCommand = getGlobalDepsInstallCommand(packageManager.name, "tscircuit@latest");
264065
264065
  try {
264066
264066
  console.log(`Updating tsci using: ${installCommand}`);
264067
264067
  execSync3(installCommand, { stdio: "inherit" });
package/dist/lib/index.js CHANGED
@@ -60678,7 +60678,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60678
60678
  }));
60679
60679
  };
60680
60680
  // package.json
60681
- var version = "0.1.1165";
60681
+ var version = "0.1.1166";
60682
60682
  var package_default = {
60683
60683
  name: "@tscircuit/cli",
60684
60684
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1166",
3
+ "version": "0.1.1167",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",