@synkro-sh/cli 1.4.78 → 1.4.79

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
@@ -6342,7 +6342,7 @@ function writeConfigEnv(opts) {
6342
6342
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
6343
6343
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
6344
6344
  `SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
6345
- `SYNKRO_VERSION=${shellQuoteSingle("1.4.78")}`
6345
+ `SYNKRO_VERSION=${shellQuoteSingle("1.4.79")}`
6346
6346
  ];
6347
6347
  if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
6348
6348
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synkro-sh/cli",
3
- "version": "1.4.78",
3
+ "version": "1.4.79",
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": {