@syntrologie/runtime-sdk 2.8.0-canary.182 → 2.8.0-canary.183

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.
@@ -16144,7 +16144,7 @@ Please report this to https://github.com/markedjs/marked.`, e9) {
16144
16144
  }
16145
16145
 
16146
16146
  // src/version.ts
16147
- var SDK_VERSION = "2.8.0-canary.182";
16147
+ var SDK_VERSION = "2.8.0-canary.183";
16148
16148
 
16149
16149
  // src/types.ts
16150
16150
  var SDK_SCHEMA_VERSION = "2.0";
@@ -33381,7 +33381,7 @@ ${cssRules}
33381
33381
  }
33382
33382
 
33383
33383
  // src/index.ts
33384
- var RUNTIME_SDK_BUILD = true ? `${"2026-05-04T17:06:51.635Z"} (${"cd82f83de21"})` : "dev";
33384
+ var RUNTIME_SDK_BUILD = true ? `${"2026-05-04T20:14:50.300Z"} (${"c39b614e594"})` : "dev";
33385
33385
  if (typeof window !== "undefined") {
33386
33386
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD} (Lit)`);
33387
33387
  const existing = window.SynOS;