@syntrologie/runtime-sdk 2.8.0-canary.150 → 2.8.0-canary.151

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.
@@ -14692,7 +14692,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
14692
14692
  }
14693
14693
 
14694
14694
  // src/version.ts
14695
- var SDK_VERSION = "2.8.0-canary.150";
14695
+ var SDK_VERSION = "2.8.0-canary.151";
14696
14696
 
14697
14697
  // src/types.ts
14698
14698
  var SDK_SCHEMA_VERSION = "2.0";
@@ -31299,7 +31299,7 @@ ${cssRules}
31299
31299
  }
31300
31300
 
31301
31301
  // src/index.ts
31302
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-27T19:38:37.986Z"} (${"536ada9d13b"})` : "dev";
31302
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-27T20:12:09.751Z"} (${"3f2dc3a5794"})` : "dev";
31303
31303
  if (typeof window !== "undefined") {
31304
31304
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
31305
31305
  const existing = window.SynOS;