@synkro-sh/cli 1.10.2 → 1.10.3
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 +6 -6
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -147,7 +147,7 @@ function getIdentity() {
|
|
|
147
147
|
if (cached2) return cached2;
|
|
148
148
|
let cliVersion2 = "0.0.0";
|
|
149
149
|
try {
|
|
150
|
-
cliVersion2 = "1.10.
|
|
150
|
+
cliVersion2 = "1.10.3";
|
|
151
151
|
} catch {
|
|
152
152
|
}
|
|
153
153
|
const creds = loadCredentialsIdentity();
|
|
@@ -7840,7 +7840,7 @@ var init_dockerInstall = __esm({
|
|
|
7840
7840
|
HOST_PGLITE_PORT = parseInt(process.env.SYNKRO_HOST_PGLITE_PORT || "15433", 10);
|
|
7841
7841
|
CONTAINER_NAME = resolveContainerName();
|
|
7842
7842
|
defaultImageVersion = () => {
|
|
7843
|
-
if (true) return "1.10.
|
|
7843
|
+
if (true) return "1.10.3";
|
|
7844
7844
|
try {
|
|
7845
7845
|
const pkg = JSON.parse(readFileSync17(new URL("../../package.json", import.meta.url), "utf8"));
|
|
7846
7846
|
if (pkg.version) return pkg.version;
|
|
@@ -8900,7 +8900,7 @@ function writeConfigEnv(opts) {
|
|
|
8900
8900
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle2(credsPath)}`,
|
|
8901
8901
|
`SYNKRO_TIER=${shellQuoteSingle2(safeTier)}`,
|
|
8902
8902
|
`SYNKRO_INFERENCE=${shellQuoteSingle2(safeInference)}`,
|
|
8903
|
-
`SYNKRO_VERSION=${shellQuoteSingle2("1.10.
|
|
8903
|
+
`SYNKRO_VERSION=${shellQuoteSingle2("1.10.3")}`
|
|
8904
8904
|
];
|
|
8905
8905
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle2(safeSynkroBin)}`);
|
|
8906
8906
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle2(safeUserId)}`);
|
|
@@ -9647,7 +9647,7 @@ async function installCommand(opts = {}) {
|
|
|
9647
9647
|
await setTelemetryState({ enabled: true, remoteFlushEnabled: telemetryConsent });
|
|
9648
9648
|
emit("install", {
|
|
9649
9649
|
phase: "started",
|
|
9650
|
-
cli_version_to: "1.10.
|
|
9650
|
+
cli_version_to: "1.10.3",
|
|
9651
9651
|
agents_detected: agents.map((a) => a.kind),
|
|
9652
9652
|
with_github: false,
|
|
9653
9653
|
with_local_cc: false,
|
|
@@ -16371,7 +16371,7 @@ function pseudonymousHostnameHash(installationId, host) {
|
|
|
16371
16371
|
}
|
|
16372
16372
|
function cliVersion() {
|
|
16373
16373
|
try {
|
|
16374
|
-
return "1.10.
|
|
16374
|
+
return "1.10.3";
|
|
16375
16375
|
} catch {
|
|
16376
16376
|
return "0.0.0";
|
|
16377
16377
|
}
|
|
@@ -17140,7 +17140,7 @@ var subArgs = args.slice(1);
|
|
|
17140
17140
|
var isDetachedChild = process.env.SYNKRO_TELEMETRY_DETACHED === "1";
|
|
17141
17141
|
var FLUSH_SKIP = /* @__PURE__ */ new Set(["grade", "inventory-sync", "version", "--version", "-v", "help", "--help", "-h", ""]);
|
|
17142
17142
|
function printVersion() {
|
|
17143
|
-
console.log("1.10.
|
|
17143
|
+
console.log("1.10.3");
|
|
17144
17144
|
}
|
|
17145
17145
|
function printHelp2() {
|
|
17146
17146
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|