@syntrologie/runtime-sdk 2.2.0 → 2.3.0

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.
@@ -18167,7 +18167,7 @@ var SyntrologieSDK = (() => {
18167
18167
  }
18168
18168
 
18169
18169
  // src/version.ts
18170
- var SDK_VERSION = "2.2.0";
18170
+ var SDK_VERSION = "2.3.0";
18171
18171
 
18172
18172
  // src/types.ts
18173
18173
  var SDK_SCHEMA_VERSION = "2.0";
@@ -37314,7 +37314,7 @@ var SyntrologieSDK = (() => {
37314
37314
  }
37315
37315
 
37316
37316
  // src/index.ts
37317
- var RUNTIME_SDK_BUILD = true ? `${"2026-02-26T00:05:29.265Z"} (${"80f166c0b"})` : "dev";
37317
+ var RUNTIME_SDK_BUILD = true ? `${"2026-02-26T00:14:39.554Z"} (${"610e0365d"})` : "dev";
37318
37318
  if (typeof window !== "undefined") {
37319
37319
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
37320
37320
  const existing = window.SynOS;