@syntrologie/runtime-sdk 2.8.0-canary.62 → 2.8.0-canary.63

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.
@@ -20679,7 +20679,7 @@ Please report this to https://github.com/markedjs/marked.`, e2) {
20679
20679
  }
20680
20680
 
20681
20681
  // src/version.ts
20682
- var SDK_VERSION = "2.8.0-canary.62";
20682
+ var SDK_VERSION = "2.8.0-canary.63";
20683
20683
 
20684
20684
  // src/types.ts
20685
20685
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42120,7 +42120,7 @@ ${cssRules}
42120
42120
  }
42121
42121
 
42122
42122
  // src/index.ts
42123
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-13T00:34:43.525Z"} (${"e551ec3996f"})` : "dev";
42123
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-13T03:02:09.724Z"} (${"709fe972866"})` : "dev";
42124
42124
  if (typeof window !== "undefined") {
42125
42125
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42126
42126
  const existing = window.SynOS;