@syntrologie/runtime-sdk 2.8.0-canary.70 → 2.8.0-canary.71

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.
@@ -20679,7 +20679,7 @@ Please report this to https://github.com/markedjs/marked.`, e2) {
20679
20679
  }
20680
20680
 
20681
20681
  // src/version.ts
20682
- var SDK_VERSION = "2.8.0-canary.70";
20682
+ var SDK_VERSION = "2.8.0-canary.71";
20683
20683
 
20684
20684
  // src/types.ts
20685
20685
  var SDK_SCHEMA_VERSION = "2.0";
@@ -41637,7 +41637,7 @@ ${cssRules}
41637
41637
  __publicField(this, "manifestKey");
41638
41638
  __publicField(this, "variantFlagPrefix");
41639
41639
  this.client = options.client;
41640
- this.featureKey = options.featureKey ?? "smart-canvas-config";
41640
+ this.featureKey = options.featureKey;
41641
41641
  this.manifestKey = options.manifestKey;
41642
41642
  this.variantFlagPrefix = options.variantFlagPrefix;
41643
41643
  }
@@ -42173,7 +42173,7 @@ ${cssRules}
42173
42173
  }
42174
42174
 
42175
42175
  // src/index.ts
42176
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-14T04:31:13.584Z"} (${"3f7d533c761"})` : "dev";
42176
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-14T05:46:14.257Z"} (${"dfc6ecd483b"})` : "dev";
42177
42177
  if (typeof window !== "undefined") {
42178
42178
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42179
42179
  const existing = window.SynOS;