@syntrologie/runtime-sdk 2.8.0-canary.21 → 2.8.0-canary.23

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.
@@ -21569,7 +21569,7 @@ ${text2}</tr>
21569
21569
  }
21570
21570
 
21571
21571
  // src/version.ts
21572
- var SDK_VERSION = "2.8.0-canary.21";
21572
+ var SDK_VERSION = "2.8.0-canary.23";
21573
21573
 
21574
21574
  // src/types.ts
21575
21575
  var SDK_SCHEMA_VERSION = "2.0";
@@ -42296,7 +42296,7 @@ ${cssRules}
42296
42296
  }
42297
42297
 
42298
42298
  // src/index.ts
42299
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-18T08:42:58.824Z"} (${"bd374d1ecd"})` : "dev";
42299
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-19T18:44:27.765Z"} (${"47af642ef2"})` : "dev";
42300
42300
  if (typeof window !== "undefined") {
42301
42301
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42302
42302
  const existing = window.SynOS;