@syntrologie/runtime-sdk 2.8.0-canary.65 → 2.8.0-canary.67

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.65";
20682
+ var SDK_VERSION = "2.8.0-canary.67";
20683
20683
 
20684
20684
  // src/types.ts
20685
20685
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42140,7 +42140,7 @@ ${cssRules}
42140
42140
  }
42141
42141
 
42142
42142
  // src/index.ts
42143
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-13T17:37:13.929Z"} (${"e3f2c1dda1d"})` : "dev";
42143
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-13T21:12:22.579Z"} (${"4d193f47d9f"})` : "dev";
42144
42144
  if (typeof window !== "undefined") {
42145
42145
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42146
42146
  const existing = window.SynOS;