@syntrologie/runtime-sdk 2.8.0-canary.161 → 2.8.0-canary.162

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.
@@ -15163,7 +15163,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
15163
15163
  }
15164
15164
 
15165
15165
  // src/version.ts
15166
- var SDK_VERSION = "2.8.0-canary.161";
15166
+ var SDK_VERSION = "2.8.0-canary.162";
15167
15167
 
15168
15168
  // src/types.ts
15169
15169
  var SDK_SCHEMA_VERSION = "2.0";
@@ -31939,7 +31939,7 @@ ${cssRules}
31939
31939
  }
31940
31940
 
31941
31941
  // src/index.ts
31942
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-30T04:10:50.873Z"} (${"86b22d2d675"})` : "dev";
31942
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-30T06:53:56.080Z"} (${"2cf25aedc39"})` : "dev";
31943
31943
  if (typeof window !== "undefined") {
31944
31944
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
31945
31945
  const existing = window.SynOS;