@syntrologie/runtime-sdk 2.6.0-canary.6 → 2.6.0-canary.7

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.6.0-canary.6";
19288
+ var SDK_VERSION = "2.6.0-canary.7";
19289
19289
 
19290
19290
  // src/types.ts
19291
19291
  var SDK_SCHEMA_VERSION = "2.0";
@@ -39380,7 +39380,7 @@ ${cssRules}
39380
39380
  }
39381
39381
 
39382
39382
  // src/index.ts
39383
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-06T13:50:58.236Z"} (${"441a6ae52a"})` : "dev";
39383
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-06T16:08:44.686Z"} (${"0412eafae8"})` : "dev";
39384
39384
  if (typeof window !== "undefined") {
39385
39385
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
39386
39386
  const existing = window.SynOS;