@synkro-sh/cli 1.7.51 → 1.7.52
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
|
@@ -4826,7 +4826,7 @@ function writeConfigEnv(opts) {
|
|
|
4826
4826
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
4827
4827
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
4828
4828
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
4829
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.7.
|
|
4829
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.7.52")}`
|
|
4830
4830
|
];
|
|
4831
4831
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
4832
4832
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -9078,7 +9078,7 @@ var args = process.argv.slice(2);
|
|
|
9078
9078
|
var cmd = args[0] || "";
|
|
9079
9079
|
var subArgs = args.slice(1);
|
|
9080
9080
|
function printVersion() {
|
|
9081
|
-
console.log("1.7.
|
|
9081
|
+
console.log("1.7.52");
|
|
9082
9082
|
}
|
|
9083
9083
|
function printHelp2() {
|
|
9084
9084
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|