@2uinc/frontend-component-xpert-chatbot 1.3.0-beta.3 → 1.3.0-beta.5

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.
@@ -9735,7 +9735,7 @@ function tl({ xpertKey: e, submitEventExternal: t, configurations: n }) {
9735
9735
  }
9736
9736
  });
9737
9737
  }, ee = Ti(async () => {
9738
- if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.includes("C0003"))
9738
+ if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.split(",").includes("C0003"))
9739
9739
  try {
9740
9740
  const A = De.get(`${p}-conversation-history-id`);
9741
9741
  if (!A)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.3.0-beta.3",
3
+ "version": "1.3.0-beta.5",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",