@syntrologie/runtime-sdk 2.7.0 → 2.8.0-canary.2

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.
@@ -19285,7 +19285,7 @@ var SyntrologieSDK = (() => {
19285
19285
  }
19286
19286
 
19287
19287
  // src/version.ts
19288
- var SDK_VERSION = "2.7.0";
19288
+ var SDK_VERSION = "2.8.0-canary.2";
19289
19289
 
19290
19290
  // src/types.ts
19291
19291
  var SDK_SCHEMA_VERSION = "2.0";
@@ -39347,7 +39347,7 @@ ${cssRules}
39347
39347
  }
39348
39348
 
39349
39349
  // src/index.ts
39350
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-08T22:29:47.958Z"} (${"c824504ba1"})` : "dev";
39350
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-09T13:25:32.252Z"} (${"8d07298d19"})` : "dev";
39351
39351
  if (typeof window !== "undefined") {
39352
39352
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
39353
39353
  const existing = window.SynOS;