@synkro-sh/cli 1.4.94 → 1.4.97

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
@@ -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.94")}`
5735
+ `SYNKRO_VERSION=${shellQuoteSingle("1.4.97")}`
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.94");
7171
+ console.log("1.4.97");
7172
7172
  }
7173
7173
  function printHelp() {
7174
7174
  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.4.94",
3
+ "version": "1.4.97",
4
4
  "description": "Catch risky code before your Claude Code agent ships it. Reviews every edit and shell command with full context.",
5
5
  "type": "module",
6
6
  "bin": {