@glydeunity/voice-sdk 1.6.11 → 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.
- package/dist/glyde-chat.umd.js +10 -10
- package/dist/glyde-chat.umd.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/voice-sdk.es.js +3 -3
- package/dist/voice-sdk.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/voice-sdk.es.js
CHANGED
|
@@ -13558,10 +13558,10 @@ const kl = /* @__PURE__ */ new Map(), _n = {
|
|
|
13558
13558
|
return !0;
|
|
13559
13559
|
},
|
|
13560
13560
|
/**
|
|
13561
|
-
* Get SDK version
|
|
13561
|
+
* Get SDK version (replaced at build time via Vite define).
|
|
13562
13562
|
*/
|
|
13563
13563
|
get version() {
|
|
13564
|
-
return "
|
|
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") || "
|
|
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",
|