blockintel-gate-sdk 0.4.6 → 0.4.8

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.
@@ -1186,7 +1186,7 @@ async function handleSignCommand(command, originalClient, gateClient, options) {
1186
1186
  if (options.mode === "dry-run") {
1187
1187
  return await originalClient.send(new clientKms.SignCommand(command));
1188
1188
  }
1189
- const GATEWAY_STAGES = ["HARD_KMS_GATEWAY", "HARD_GCP_GATEWAY", "HARD_HSM_GATEWAY"];
1189
+ const GATEWAY_STAGES = ["HARD_KMS_GATEWAY", "HARD_GCP_GATEWAY"];
1190
1190
  const currentStage = gateClient.heartbeatManager?.getAdoptionStage?.();
1191
1191
  if (currentStage && GATEWAY_STAGES.includes(currentStage)) {
1192
1192
  emitMetric(options.metricsSink, "sign_success_total", labels);