@vanira/sdk 0.0.94 → 0.0.96
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/headless/index.cjs +79 -76
- package/dist/headless/index.js +5283 -5217
- package/dist/platforms/browser.cjs +1 -1
- package/dist/platforms/browser.js +1 -1
- package/dist/vanira-sdk.es.js +6215 -6149
- package/dist/vanira-sdk.js +97 -94
- package/dist/vanira-sdk.umd.js +108 -105
- package/package.json +1 -1
|
@@ -22192,7 +22192,7 @@ class nm {
|
|
|
22192
22192
|
}
|
|
22193
22193
|
}
|
|
22194
22194
|
let hn = "https://inboxapi.vanira.io";
|
|
22195
|
-
const Qf = "https://coredb.
|
|
22195
|
+
const Qf = "https://coredb.vanira.io/v1/graphql";
|
|
22196
22196
|
class im {
|
|
22197
22197
|
static setChatUrl(e) {
|
|
22198
22198
|
hn = e;
|