@syntrologie/runtime-sdk 2.6.0-canary.3 → 2.6.0-canary.4

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.3";
19288
+ var SDK_VERSION = "2.6.0-canary.4";
19289
19289
 
19290
19290
  // src/types.ts
19291
19291
  var SDK_SCHEMA_VERSION = "2.0";
@@ -39385,7 +39385,7 @@ ${cssRules}
39385
39385
  }
39386
39386
 
39387
39387
  // src/index.ts
39388
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-06T03:05:19.821Z"} (${"5cbe62a7e7"})` : "dev";
39388
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-06T11:14:43.991Z"} (${"4749de0617"})` : "dev";
39389
39389
  if (typeof window !== "undefined") {
39390
39390
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
39391
39391
  const existing = window.SynOS;