@syntrologie/runtime-sdk 2.8.0-canary.80 → 2.8.0-canary.82

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.80";
20726
+ var SDK_VERSION = "2.8.0-canary.82";
20727
20727
 
20728
20728
  // src/types.ts
20729
20729
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42237,7 +42237,7 @@ ${cssRules}
42237
42237
  }
42238
42238
 
42239
42239
  // src/index.ts
42240
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-15T16:36:21.227Z"} (${"719a34dd603"})` : "dev";
42240
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-15T20:36:38.211Z"} (${"141225872b6"})` : "dev";
42241
42241
  if (typeof window !== "undefined") {
42242
42242
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42243
42243
  const existing = window.SynOS;