@glydeunity/voice-sdk 1.6.12 → 1.6.13

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.
@@ -13561,7 +13561,7 @@ const kl = /* @__PURE__ */ new Map(), _n = {
13561
13561
  * Get SDK version (replaced at build time via Vite define).
13562
13562
  */
13563
13563
  get version() {
13564
- return "1.6.12";
13564
+ return "1.6.13";
13565
13565
  }
13566
13566
  };
13567
13567
  async function Kg(h, f) {
@@ -13639,7 +13639,7 @@ function Wg() {
13639
13639
  authToken: r,
13640
13640
  contextId: h.getAttribute("data-context-id") || void 0,
13641
13641
  unityBaseUrl: H,
13642
- contextType: h.getAttribute("data-context-type") || "screening",
13642
+ contextType: h.getAttribute("data-context-type") || "discovery",
13643
13643
  defaultMode: h.getAttribute("data-default-mode") || "voice",
13644
13644
  position: h.getAttribute("data-position") || "bottom-right",
13645
13645
  theme: h.getAttribute("data-theme") || "light",