@synkro-sh/cli 1.4.94 → 1.4.96
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
|
@@ -5732,7 +5732,7 @@ function writeConfigEnv(opts) {
|
|
|
5732
5732
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
5733
5733
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
5734
5734
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
5735
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.4.
|
|
5735
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.4.96")}`
|
|
5736
5736
|
];
|
|
5737
5737
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
5738
5738
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -7168,7 +7168,7 @@ var args = process.argv.slice(2);
|
|
|
7168
7168
|
var cmd = args[0] || "";
|
|
7169
7169
|
var subArgs = args.slice(1);
|
|
7170
7170
|
function printVersion() {
|
|
7171
|
-
console.log("1.4.
|
|
7171
|
+
console.log("1.4.96");
|
|
7172
7172
|
}
|
|
7173
7173
|
function printHelp() {
|
|
7174
7174
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|
package/package.json
CHANGED