@syntrologie/runtime-sdk 2.8.0 → 2.9.0

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.
@@ -21565,7 +21565,7 @@ ${text2}</tr>
21565
21565
  }
21566
21566
 
21567
21567
  // src/version.ts
21568
- var SDK_VERSION = "2.8.0";
21568
+ var SDK_VERSION = "2.9.0";
21569
21569
 
21570
21570
  // src/types.ts
21571
21571
  var SDK_SCHEMA_VERSION = "2.0";
@@ -41792,7 +41792,7 @@ ${cssRules}
41792
41792
  }
41793
41793
 
41794
41794
  // src/index.ts
41795
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-12T07:44:11.886Z"} (${"4695ed48bd"})` : "dev";
41795
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-14T01:00:51.997Z"} (${"d9cb07c81d"})` : "dev";
41796
41796
  if (typeof window !== "undefined") {
41797
41797
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
41798
41798
  const existing = window.SynOS;