@synkro-sh/cli 1.7.30 → 1.7.31
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
|
@@ -11773,7 +11773,7 @@ function writeConfigEnv(opts) {
|
|
|
11773
11773
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
11774
11774
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
11775
11775
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
11776
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.7.
|
|
11776
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.7.31")}`
|
|
11777
11777
|
];
|
|
11778
11778
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
11779
11779
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -15973,7 +15973,7 @@ var args = process.argv.slice(2);
|
|
|
15973
15973
|
var cmd = args[0] || "";
|
|
15974
15974
|
var subArgs = args.slice(1);
|
|
15975
15975
|
function printVersion() {
|
|
15976
|
-
console.log("1.7.
|
|
15976
|
+
console.log("1.7.31");
|
|
15977
15977
|
}
|
|
15978
15978
|
function printHelp2() {
|
|
15979
15979
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|