@syntrologie/runtime-sdk 2.7.0-canary.1 → 2.7.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-canary.1";
19288
+ var SDK_VERSION = "2.7.0-canary.2";
19289
19289
 
19290
19290
  // src/types.ts
19291
19291
  var SDK_SCHEMA_VERSION = "2.0";
@@ -39386,7 +39386,7 @@ ${cssRules}
39386
39386
  }
39387
39387
 
39388
39388
  // src/index.ts
39389
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-06T19:12:21.408Z"} (${"fc4b2176dd"})` : "dev";
39389
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-07T22:37:25.661Z"} (${"3978b6cbe5"})` : "dev";
39390
39390
  if (typeof window !== "undefined") {
39391
39391
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
39392
39392
  const existing = window.SynOS;