@meetelise/chat 1.22.47 → 1.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.47",
3
+ "version": "1.22.48",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -256,6 +256,7 @@ export class MEChat extends LitElement {
256
256
  const leasingMaintenanceMode = await fetchFeatureFlagMaintenanceMode(
257
257
  this.buildingSlug
258
258
  );
259
+ // https://app.launchdarkly.com/projects/default/flags/webchat-leasing-in-maintenance-mode/targeting?env=production&selected-env=production
259
260
  if (leasingMaintenanceMode) {
260
261
  // eslint-disable-next-line no-console
261
262
  console.warn(