@syntrologie/runtime-sdk 2.4.0-canary.3 → 2.4.0-canary.4

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.
@@ -2193,7 +2193,7 @@ function getAntiFlickerSnippet(config = {}) {
2193
2193
  }
2194
2194
 
2195
2195
  // src/version.ts
2196
- var SDK_VERSION = "2.4.0-canary.3";
2196
+ var SDK_VERSION = "2.4.0-canary.4";
2197
2197
 
2198
2198
  // src/types.ts
2199
2199
  var SDK_SCHEMA_VERSION = "2.0";
@@ -4971,6 +4971,7 @@ var createSmartCanvas = async (config = {}) => {
4971
4971
  console.error("[SmartCanvas] updateConfig failed to apply actions:", error2);
4972
4972
  }
4973
4973
  }
4974
+ host.setOverrideFetcher(() => Promise.resolve(newConfig));
4974
4975
  },
4975
4976
  setEnabled: async (enabled) => {
4976
4977
  isEnabled = enabled;
@@ -9594,4 +9595,4 @@ export {
9594
9595
  encodeToken,
9595
9596
  Syntro
9596
9597
  };
9597
- //# sourceMappingURL=chunk-ARZFYHQE.js.map
9598
+ //# sourceMappingURL=chunk-B335FQDX.js.map