@syntrologie/runtime-sdk 2.4.0-canary.19 → 2.4.0-canary.20

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.
@@ -19114,7 +19114,7 @@ var SyntrologieSDK = (() => {
19114
19114
  }
19115
19115
 
19116
19116
  // src/version.ts
19117
- var SDK_VERSION = "2.4.0-canary.19";
19117
+ var SDK_VERSION = "2.4.0-canary.20";
19118
19118
 
19119
19119
  // src/types.ts
19120
19120
  var SDK_SCHEMA_VERSION = "2.0";
@@ -38571,7 +38571,7 @@ ${cssRules}
38571
38571
  }
38572
38572
 
38573
38573
  // src/index.ts
38574
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-02T18:34:22.502Z"} (${"6c75590b5e"})` : "dev";
38574
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-02T21:09:56.655Z"} (${"b31aae355b"})` : "dev";
38575
38575
  if (typeof window !== "undefined") {
38576
38576
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
38577
38577
  const existing = window.SynOS;