@syntrologie/runtime-sdk 2.8.0-canary.83 → 2.8.0-canary.85

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.83";
20726
+ var SDK_VERSION = "2.8.0-canary.85";
20727
20727
 
20728
20728
  // src/types.ts
20729
20729
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42240,7 +42240,7 @@ ${cssRules}
42240
42240
  }
42241
42241
 
42242
42242
  // src/index.ts
42243
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-16T00:06:35.234Z"} (${"019a80d9d19"})` : "dev";
42243
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-16T18:29:48.931Z"} (${"dc8dab8f905"})` : "dev";
42244
42244
  if (typeof window !== "undefined") {
42245
42245
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42246
42246
  const existing = window.SynOS;