@syntrologie/runtime-sdk 2.8.0-canary.77 → 2.8.0-canary.78

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.
@@ -20723,7 +20723,7 @@ Please report this to https://github.com/markedjs/marked.`, e2) {
20723
20723
  }
20724
20724
 
20725
20725
  // src/version.ts
20726
- var SDK_VERSION = "2.8.0-canary.77";
20726
+ var SDK_VERSION = "2.8.0-canary.78";
20727
20727
 
20728
20728
  // src/types.ts
20729
20729
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42232,7 +42232,7 @@ ${cssRules}
42232
42232
  }
42233
42233
 
42234
42234
  // src/index.ts
42235
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-15T03:09:10.316Z"} (${"cc7523b32ac"})` : "dev";
42235
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-15T04:21:25.328Z"} (${"ede1211a39e"})` : "dev";
42236
42236
  if (typeof window !== "undefined") {
42237
42237
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42238
42238
  const existing = window.SynOS;