@synkro-sh/cli 1.10.11 → 1.10.12
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.12";
|
|
151
151
|
} catch {
|
|
152
152
|
}
|
|
153
153
|
const creds = loadCredentialsIdentity();
|
|
@@ -7933,7 +7933,7 @@ var init_dockerInstall = __esm({
|
|
|
7933
7933
|
HOST_PGLITE_PORT = parseInt(process.env.SYNKRO_HOST_PGLITE_PORT || "15433", 10);
|
|
7934
7934
|
CONTAINER_NAME = resolveContainerName();
|
|
7935
7935
|
defaultImageVersion = () => {
|
|
7936
|
-
if (true) return "1.10.
|
|
7936
|
+
if (true) return "1.10.12";
|
|
7937
7937
|
try {
|
|
7938
7938
|
const pkg = JSON.parse(readFileSync17(new URL("../../package.json", import.meta.url), "utf8"));
|
|
7939
7939
|
if (pkg.version) return pkg.version;
|
|
@@ -8993,7 +8993,7 @@ function writeConfigEnv(opts) {
|
|
|
8993
8993
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle2(credsPath)}`,
|
|
8994
8994
|
`SYNKRO_TIER=${shellQuoteSingle2(safeTier)}`,
|
|
8995
8995
|
`SYNKRO_INFERENCE=${shellQuoteSingle2(safeInference)}`,
|
|
8996
|
-
`SYNKRO_VERSION=${shellQuoteSingle2("1.10.
|
|
8996
|
+
`SYNKRO_VERSION=${shellQuoteSingle2("1.10.12")}`
|
|
8997
8997
|
];
|
|
8998
8998
|
if (safeSynkroBin) lines2.push(`SYNKRO_CLI_BIN=${shellQuoteSingle2(safeSynkroBin)}`);
|
|
8999
8999
|
if (safeUserId) lines2.push(`SYNKRO_USER_ID=${shellQuoteSingle2(safeUserId)}`);
|
|
@@ -9740,7 +9740,7 @@ async function installCommand(opts = {}) {
|
|
|
9740
9740
|
await setTelemetryState({ enabled: true, remoteFlushEnabled: telemetryConsent });
|
|
9741
9741
|
emit("install", {
|
|
9742
9742
|
phase: "started",
|
|
9743
|
-
cli_version_to: "1.10.
|
|
9743
|
+
cli_version_to: "1.10.12",
|
|
9744
9744
|
agents_detected: agents.map((a) => a.kind),
|
|
9745
9745
|
with_github: false,
|
|
9746
9746
|
with_local_cc: false,
|
|
@@ -20262,7 +20262,7 @@ function pseudonymousHostnameHash(installationId, host) {
|
|
|
20262
20262
|
}
|
|
20263
20263
|
function cliVersion() {
|
|
20264
20264
|
try {
|
|
20265
|
-
return "1.10.
|
|
20265
|
+
return "1.10.12";
|
|
20266
20266
|
} catch {
|
|
20267
20267
|
return "0.0.0";
|
|
20268
20268
|
}
|
|
@@ -21032,7 +21032,7 @@ var subArgs = args.slice(1);
|
|
|
21032
21032
|
var isDetachedChild = process.env.SYNKRO_TELEMETRY_DETACHED === "1";
|
|
21033
21033
|
var FLUSH_SKIP = /* @__PURE__ */ new Set(["grade", "inventory-sync", "version", "--version", "-v", "help", "--help", "-h", ""]);
|
|
21034
21034
|
function printVersion() {
|
|
21035
|
-
console.log("1.10.
|
|
21035
|
+
console.log("1.10.12");
|
|
21036
21036
|
}
|
|
21037
21037
|
function printHelp2() {
|
|
21038
21038
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|