@tscircuit/cli 0.1.721 → 0.1.722

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
@@ -71909,7 +71909,7 @@ import * as path4 from "node:path";
71909
71909
  var generatePackageJson = (dir, opts = {}) => {
71910
71910
  const packageJsonPath = path4.join(dir, "package.json");
71911
71911
  const baseName = opts.packageName || path4.basename(dir);
71912
- const name = opts.authorName ? `@tsci/${opts.authorName}.${baseName}` : baseName;
71912
+ const name = opts.packageName || (opts.authorName ? `@tsci/${opts.authorName}.${baseName}` : baseName);
71913
71913
  const packageJsonContent = {
71914
71914
  name,
71915
71915
  version: "1.0.0",
@@ -74117,7 +74117,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74117
74117
  import { execSync as execSync2 } from "node:child_process";
74118
74118
  var import_semver2 = __toESM2(require_semver2(), 1);
74119
74119
  // package.json
74120
- var version = "0.1.720";
74120
+ var version = "0.1.721";
74121
74121
  var package_default = {
74122
74122
  name: "@tscircuit/cli",
74123
74123
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.721",
3
+ "version": "0.1.722",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",