@meetelise/chat 1.22.26 → 1.22.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.26",
3
+ "version": "1.22.28",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -173,6 +173,9 @@
173
173
  MEChat.start({
174
174
  organization: "test-company",
175
175
  building: "3fc93384-91f5-11ed-98a3-43f5a2f42588",
176
+
177
+ // organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
178
+ // building: "22ea2d7e-5df4-11ee-a665-63eeb20a5762",
176
179
  // onSstClose: () => {
177
180
  // const meetEliseChats = document.getElementsByTagName("me-chat");
178
181
  // if (!meetEliseChats || meetEliseChats.length === 0) {