@bikematrix/web-components 1.0.18 → 1.0.19

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.
@@ -3746,7 +3746,10 @@ class St {
3746
3746
  body: JSON.stringify(r),
3747
3747
  method: "POST",
3748
3748
  headers: {
3749
- "Content-Type": "application/json"
3749
+ "Content-Type": "application/json",
3750
+ ...this._apiKey && {
3751
+ "bm-subscription-key": this._apiKey
3752
+ }
3750
3753
  },
3751
3754
  ...a
3752
3755
  });