@synkro-sh/cli 1.4.101 → 1.5.0
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/dist/bootstrap.js.map +1 -1
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -5746,7 +5746,7 @@ function writeConfigEnv(opts) {
|
|
|
5746
5746
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
5747
5747
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
5748
5748
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
5749
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.
|
|
5749
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.5.0")}`
|
|
5750
5750
|
];
|
|
5751
5751
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
5752
5752
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -7182,7 +7182,7 @@ var args = process.argv.slice(2);
|
|
|
7182
7182
|
var cmd = args[0] || "";
|
|
7183
7183
|
var subArgs = args.slice(1);
|
|
7184
7184
|
function printVersion() {
|
|
7185
|
-
console.log("1.
|
|
7185
|
+
console.log("1.5.0");
|
|
7186
7186
|
}
|
|
7187
7187
|
function printHelp() {
|
|
7188
7188
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|