@synkro-sh/cli 1.7.32 → 1.7.34

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 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.32")}`
4781
+ `SYNKRO_VERSION=${shellQuoteSingle("1.7.34")}`
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.32");
8979
+ console.log("1.7.34");
8980
8980
  }
8981
8981
  function printHelp2() {
8982
8982
  console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synkro-sh/cli",
3
- "version": "1.7.32",
3
+ "version": "1.7.34",
4
4
  "description": "Catch risky code before your AI coding agent ships it. Reviews every edit and shell command with full context.",
5
5
  "type": "module",
6
6
  "bin": {