@syntrologie/runtime-sdk 2.8.0-canary.166 → 2.8.0-canary.167

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.
@@ -15973,7 +15973,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
15973
15973
  }
15974
15974
 
15975
15975
  // src/version.ts
15976
- var SDK_VERSION = "2.8.0-canary.166";
15976
+ var SDK_VERSION = "2.8.0-canary.167";
15977
15977
 
15978
15978
  // src/types.ts
15979
15979
  var SDK_SCHEMA_VERSION = "2.0";
@@ -33153,7 +33153,7 @@ ${cssRules}
33153
33153
  }
33154
33154
 
33155
33155
  // src/index.ts
33156
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-30T20:24:07.208Z"} (${"e35f161feb8"})` : "dev";
33156
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-30T20:54:19.599Z"} (${"7ecb6807c7a"})` : "dev";
33157
33157
  if (typeof window !== "undefined") {
33158
33158
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
33159
33159
  const existing = window.SynOS;