@meetelise/chat 1.20.46 → 1.20.48

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/package.json +1 -1
  2. package/src/MEChat.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.20.46",
3
+ "version": "1.20.48",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
package/src/MEChat.ts CHANGED
@@ -19,7 +19,7 @@ export default class MEChat {
19
19
  static meChat: MEChatLitElement | null = null;
20
20
 
21
21
  static start(opts: Options): void {
22
- // If our clients are Yardi and have a resident portal with rentcafe,
22
+ // If clients are Yardi and have a resident portal with rentcafe,
23
23
  // we do NOT want to display the launcher (if following in shows up anywhere in url)
24
24
  if (
25
25
  window.location.pathname.includes("residentservices") ||