@syntrologie/runtime-sdk 2.8.0-canary.59 → 2.8.0-canary.60

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.
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
3456
3456
  }
3457
3457
 
3458
3458
  // src/version.ts
3459
- var SDK_VERSION = "2.8.0-canary.59";
3459
+ var SDK_VERSION = "2.8.0-canary.60";
3460
3460
 
3461
3461
  // src/types.ts
3462
3462
  var SDK_SCHEMA_VERSION = "2.0";
@@ -3479,7 +3479,8 @@ function resolveVariantConfigs(client, keys, _strategy = "first-match") {
3479
3479
  ...variant.configVersion && { configVersion: variant.configVersion },
3480
3480
  ...variant.canvasTitle && { canvasTitle: variant.canvasTitle },
3481
3481
  ...variant.theme && { theme: variant.theme },
3482
- ...variant.launcher && { launcher: variant.launcher }
3482
+ ...variant.launcher && { launcher: variant.launcher },
3483
+ ...variant.meta && { meta: variant.meta }
3483
3484
  };
3484
3485
  }
3485
3486
  }
@@ -12372,4 +12373,4 @@ export {
12372
12373
  encodeToken,
12373
12374
  Syntro
12374
12375
  };
12375
- //# sourceMappingURL=chunk-WIRZ7DFY.js.map
12376
+ //# sourceMappingURL=chunk-CUXJVAWR.js.map