@synkro-sh/cli 1.4.85 → 1.4.86
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 +3 -3
- package/dist/bootstrap.js.map +1 -1
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -6415,7 +6415,7 @@ function writeConfigEnv(opts) {
|
|
|
6415
6415
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
6416
6416
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
6417
6417
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
6418
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.4.
|
|
6418
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.4.86")}`
|
|
6419
6419
|
];
|
|
6420
6420
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
6421
6421
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -6662,8 +6662,8 @@ async function backfillLocalRules(gatewayUrl, token) {
|
|
|
6662
6662
|
async function installMcpDependencies() {
|
|
6663
6663
|
const pkgJsonPath = join11(SYNKRO_DIR2, "package.json");
|
|
6664
6664
|
const requiredDeps = {
|
|
6665
|
-
"@electric-sql/pglite": "^0.
|
|
6666
|
-
"@electric-sql/pglite-socket": "^0.
|
|
6665
|
+
"@electric-sql/pglite": "^0.4.0",
|
|
6666
|
+
"@electric-sql/pglite-socket": "^0.1.0"
|
|
6667
6667
|
};
|
|
6668
6668
|
let needsInstall = false;
|
|
6669
6669
|
if (existsSync10(pkgJsonPath)) {
|