@synkro-sh/cli 1.4.33 → 1.4.34
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 +1 -1
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -3909,7 +3909,7 @@ function writeConfigEnv(opts) {
|
|
|
3909
3909
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
3910
3910
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
3911
3911
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
3912
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.4.
|
|
3912
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.4.34")}`
|
|
3913
3913
|
];
|
|
3914
3914
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
3915
3915
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
package/package.json
CHANGED