@syntrologie/runtime-sdk 2.8.0-canary.185 → 2.8.0-canary.186

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.
@@ -16144,7 +16144,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
16144
16144
  }
16145
16145
 
16146
16146
  // src/version.ts
16147
- var SDK_VERSION = "2.8.0-canary.185";
16147
+ var SDK_VERSION = "2.8.0-canary.186";
16148
16148
 
16149
16149
  // src/types.ts
16150
16150
  var SDK_SCHEMA_VERSION = "2.0";
@@ -34090,7 +34090,7 @@ ${cssRules}
34090
34090
  }
34091
34091
 
34092
34092
  // src/index.ts
34093
- var RUNTIME_SDK_BUILD = true ? `${"2026-05-05T03:23:35.905Z"} (${"b84ed35ba47"})` : "dev";
34093
+ var RUNTIME_SDK_BUILD = true ? `${"2026-05-05T03:40:19.950Z"} (${"033058be26b"})` : "dev";
34094
34094
  if (typeof window !== "undefined") {
34095
34095
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
34096
34096
  const existing = window.SynOS;