@cadenza.io/service 2.17.68 → 2.17.69
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +1 -1
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8979,7 +8979,7 @@ var AUTHORITY_QUERY_RESULT_KEYS = {
|
|
|
8979
8979
|
var EARLY_SYNC_REQUEST_DELAYS_MS = [2e3, 1e4, 3e4];
|
|
8980
8980
|
var SYNC_DEBUG_PREFIX = "[CADENZA_SYNC_DEBUG]";
|
|
8981
8981
|
var SYNC_DEBUG_ENABLED = typeof process !== "undefined" && typeof process.env === "object" && process.env.CADENZA_SYNC_DEBUG === "true";
|
|
8982
|
-
var SYNC_DEBUG_TABLES = /* @__PURE__ */ new Set(["intent_to_task_map"]);
|
|
8982
|
+
var SYNC_DEBUG_TABLES = /* @__PURE__ */ new Set(["intent_to_task_map", "task"]);
|
|
8983
8983
|
var SYNC_DEBUG_TASK_NAMES = /* @__PURE__ */ new Set([
|
|
8984
8984
|
"Query service_instance",
|
|
8985
8985
|
"Query service_instance_transport",
|