@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.
- package/dist/main.js +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.
|
|
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: "
|
|
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
|
}
|