@synkro-sh/cli 1.7.34 → 1.7.36
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
|
@@ -4778,7 +4778,7 @@ function writeConfigEnv(opts) {
|
|
|
4778
4778
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
4779
4779
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
4780
4780
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
4781
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.7.
|
|
4781
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.7.36")}`
|
|
4782
4782
|
];
|
|
4783
4783
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
4784
4784
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -8976,7 +8976,7 @@ var args = process.argv.slice(2);
|
|
|
8976
8976
|
var cmd = args[0] || "";
|
|
8977
8977
|
var subArgs = args.slice(1);
|
|
8978
8978
|
function printVersion() {
|
|
8979
|
-
console.log("1.7.
|
|
8979
|
+
console.log("1.7.36");
|
|
8980
8980
|
}
|
|
8981
8981
|
function printHelp2() {
|
|
8982
8982
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|