@syntrologie/runtime-sdk 2.4.0 → 2.4.1

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.
@@ -18167,7 +18167,7 @@ var SyntrologieSDK = (() => {
18167
18167
  }
18168
18168
 
18169
18169
  // src/version.ts
18170
- var SDK_VERSION = "2.4.0";
18170
+ var SDK_VERSION = "2.4.1";
18171
18171
 
18172
18172
  // src/types.ts
18173
18173
  var SDK_SCHEMA_VERSION = "2.0";
@@ -20251,7 +20251,8 @@ var SyntrologieSDK = (() => {
20251
20251
  fetcher,
20252
20252
  pollIntervalMs = 3e4,
20253
20253
  experiments,
20254
- runtime: runtime7
20254
+ runtime: runtime7,
20255
+ pathname
20255
20256
  }) {
20256
20257
  const [state, setState] = (0, import_react12.useState)({
20257
20258
  tiles: [],
@@ -20298,7 +20299,7 @@ var SyntrologieSDK = (() => {
20298
20299
  if (!pollIntervalMs) return;
20299
20300
  const id = setInterval(load, pollIntervalMs);
20300
20301
  return () => clearInterval(id);
20301
- }, [load, pollIntervalMs]);
20302
+ }, [load, pollIntervalMs, pathname]);
20302
20303
  return (0, import_react12.useMemo)(() => state, [state]);
20303
20304
  }
20304
20305
 
@@ -20437,7 +20438,8 @@ var SyntrologieSDK = (() => {
20437
20438
  fetcher: derivedFetcher,
20438
20439
  pollIntervalMs,
20439
20440
  experiments,
20440
- runtime: runtime7
20441
+ runtime: runtime7,
20442
+ pathname
20441
20443
  });
20442
20444
  const hasContent = configState.tiles.length > 0 && !configState.error;
20443
20445
  (0, import_react13.useEffect)(() => controller.subscribe((state) => setOpen(state.open)), [controller]);
@@ -37310,7 +37312,7 @@ var SyntrologieSDK = (() => {
37310
37312
  }
37311
37313
 
37312
37314
  // src/index.ts
37313
- var RUNTIME_SDK_BUILD = true ? `${"2026-02-26T20:06:39.444Z"} (${"ba85f6525"})` : "dev";
37315
+ var RUNTIME_SDK_BUILD = true ? `${"2026-02-26T22:38:37.348Z"} (${"38fdc4fa1"})` : "dev";
37314
37316
  if (typeof window !== "undefined") {
37315
37317
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
37316
37318
  const existing = window.SynOS;