@synkro-sh/cli 1.2.5 → 1.2.6
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 +2 -2
- package/dist/bootstrap.js.map +1 -1
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -612,7 +612,7 @@ case "$SEVERITY" in
|
|
|
612
612
|
judge_unavailable|judge_error|parse_error)
|
|
613
613
|
jq -n --arg m "[synkro] bashGuard \u2192 pass (grader unavailable)" '{systemMessage: $m}' ;;
|
|
614
614
|
*)
|
|
615
|
-
jq -n --arg m "[synkro] bashGuard \u2192 pass:
|
|
615
|
+
jq -n --arg m "[synkro] bashGuard \u2192 pass ($CATEGORY): $REASONING" '{systemMessage: $m}' ;;
|
|
616
616
|
esac
|
|
617
617
|
;;
|
|
618
618
|
esac
|
|
@@ -2221,7 +2221,7 @@ function writeConfigEnv(opts) {
|
|
|
2221
2221
|
`SYNKRO_GATEWAY_URL=${shellQuoteSingle(safeGateway)}`,
|
|
2222
2222
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
2223
2223
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
2224
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.2.
|
|
2224
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.2.6")}`
|
|
2225
2225
|
];
|
|
2226
2226
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
2227
2227
|
if (safeOrgId) lines.push(`SYNKRO_ORG_ID=${shellQuoteSingle(safeOrgId)}`);
|