@synkro-sh/cli 1.7.8 → 1.7.9
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/bootstrap.js +2 -2
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -11643,7 +11643,7 @@ function writeConfigEnv(opts) {
|
|
|
11643
11643
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
11644
11644
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
11645
11645
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
11646
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.7.
|
|
11646
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.7.9")}`
|
|
11647
11647
|
];
|
|
11648
11648
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
11649
11649
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -15706,7 +15706,7 @@ var args = process.argv.slice(2);
|
|
|
15706
15706
|
var cmd = args[0] || "";
|
|
15707
15707
|
var subArgs = args.slice(1);
|
|
15708
15708
|
function printVersion() {
|
|
15709
|
-
console.log("1.7.
|
|
15709
|
+
console.log("1.7.9");
|
|
15710
15710
|
}
|
|
15711
15711
|
function printHelp2() {
|
|
15712
15712
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|