@tscircuit/cli 0.1.728 → 0.1.729

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
@@ -74124,7 +74124,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74124
74124
  import { execSync as execSync2 } from "node:child_process";
74125
74125
  var import_semver2 = __toESM2(require_semver2(), 1);
74126
74126
  // package.json
74127
- var version = "0.1.727";
74127
+ var version = "0.1.728";
74128
74128
  var package_default = {
74129
74129
  name: "@tscircuit/cli",
74130
74130
  version,
@@ -78568,7 +78568,7 @@ var pushSnippet = async ({
78568
78568
  } else {
78569
78569
  onError(`You don't have access to the org "${packageJsonAuthor}". Either:
78570
78570
  ` + ` 1. Get added as a member of the "${packageJsonAuthor}" org, or
78571
- ` + ` 2. Change the package name in package.json to use your username: "${currentUsername}/${unscopedPackageName}"`);
78571
+ ` + ` 2. Change the package name in package.json to use your username: "@tsci/${currentUsername}.${unscopedPackageName}"`);
78572
78572
  return onExit(1);
78573
78573
  }
78574
78574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.728",
3
+ "version": "0.1.729",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",