@syntrologie/runtime-sdk 2.8.0-canary.129 → 2.8.0-canary.130

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.
@@ -12645,7 +12645,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
12645
12645
  }
12646
12646
 
12647
12647
  // src/version.ts
12648
- var SDK_VERSION = "2.8.0-canary.129";
12648
+ var SDK_VERSION = "2.8.0-canary.130";
12649
12649
 
12650
12650
  // src/types.ts
12651
12651
  var SDK_SCHEMA_VERSION = "2.0";
@@ -33969,7 +33969,7 @@ ${cssRules}
33969
33969
  }
33970
33970
 
33971
33971
  // src/index-lit.ts
33972
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-25T05:54:57.098Z"} (${"4d142d719fa"})` : "dev";
33972
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-25T08:19:59.191Z"} (${"69d7d18cab7"})` : "dev";
33973
33973
  if (typeof window !== "undefined") {
33974
33974
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
33975
33975
  const existing = window.SynOS;