@cadenza.io/service 2.17.60 → 2.17.61

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.
@@ -6402,11 +6402,7 @@ var AUTHORITY_QUERY_RESULT_KEYS = {
6402
6402
  var EARLY_SYNC_REQUEST_DELAYS_MS = [2e3, 1e4, 3e4];
6403
6403
  var SYNC_DEBUG_PREFIX = "[CADENZA_SYNC_DEBUG]";
6404
6404
  var SYNC_DEBUG_TABLES = /* @__PURE__ */ new Set([
6405
- "task",
6406
- "routine",
6407
6405
  "task_to_routine_map",
6408
- "signal_registry",
6409
- "intent_registry",
6410
6406
  "signal_to_task_map",
6411
6407
  "intent_to_task_map"
6412
6408
  ]);