@synkro-sh/cli 1.4.98 → 1.4.99

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
@@ -5588,7 +5588,7 @@ var init_dockerInstall = __esm({
5588
5588
  HOST_CWE_PORT = parseInt(process.env.SYNKRO_HOST_CWE_PORT || "18930", 10);
5589
5589
  HOST_PG_PORT = parseInt(process.env.SYNKRO_HOST_PG_PORT || "15433", 10);
5590
5590
  CONTAINER_NAME = "synkro-server";
5591
- DEFAULT_IMAGE = "ghcr.io/synkro-sh/server:latest";
5591
+ DEFAULT_IMAGE = "ghcr.io/synkro-sh/synkro-server:latest";
5592
5592
  DockerInstallError = class extends Error {
5593
5593
  constructor(message, cause) {
5594
5594
  super(message);
@@ -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.98")}`
5735
+ `SYNKRO_VERSION=${shellQuoteSingle("1.4.99")}`
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.98");
7171
+ console.log("1.4.99");
7172
7172
  }
7173
7173
  function printHelp() {
7174
7174
  console.log(`Synkro CLI \u2014 runtime safety for AI coding agents