@syntrologie/runtime-sdk 2.8.0-canary.141 → 2.8.0-canary.142

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.
@@ -10413,7 +10413,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
10413
10413
  }
10414
10414
 
10415
10415
  // src/version.ts
10416
- var SDK_VERSION = "2.8.0-canary.141";
10416
+ var SDK_VERSION = "2.8.0-canary.142";
10417
10417
 
10418
10418
  // src/types.ts
10419
10419
  var SDK_SCHEMA_VERSION = "2.0";
@@ -31242,7 +31242,7 @@ ${cssRules}
31242
31242
  }
31243
31243
 
31244
31244
  // src/index.ts
31245
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-26T20:08:53.050Z"} (${"b67ad884840"})` : "dev";
31245
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-26T22:16:51.492Z"} (${"df710eefb21"})` : "dev";
31246
31246
  if (typeof window !== "undefined") {
31247
31247
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
31248
31248
  const existing = window.SynOS;