aumera-on-screen-widget 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/df-btn.js +1 -1
  2. package/package.json +1 -1
package/df-btn.js CHANGED
@@ -311,7 +311,7 @@ if (!config.orgId) {
311
311
  <div class="df-btn-header">
312
312
  <div class="df-btn-text">${config.openText || "Chat"}</div>
313
313
  </div>
314
- <iframe class="df-btn-content" src="https://chat.aumera.ai/${detectedLang}/?orgId=${
314
+ <iframe class="df-btn-content" src="https://chat.dev.aumera.ai/${detectedLang}/?orgId=${
315
315
  config.orgId
316
316
  }" allow="microphone *"></iframe>
317
317
  </button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aumera-on-screen-widget",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A lightweight, customizable chat widget for websites",
5
5
  "main": "df-btn.js",
6
6
  "scripts": {