@2uinc/frontend-component-xpert-chatbot 1.2.0 → 1.2.1-alpha.2

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/README.md CHANGED
@@ -103,19 +103,11 @@ A CDN deployment occurs after the NPM deployment for clients that don't have Rea
103
103
  <head>
104
104
  <link rel="stylesheet href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.css.js" />
105
105
 
106
- <script type="importmap">
107
- {
108
- "imports": {
109
- "react": "https://cdn.jsdelivr.net/npm/react@17.0.2/+esm",
110
- "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.2/+esm"
111
- }
112
- }
113
- </script>
114
106
  </head>
115
107
  <body>
116
108
  <div id="xpert-chatbot-container"></div>
117
109
  ...
118
- <script type="module" defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
110
+ <script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
119
111
  </body>
120
112
  ```
121
113
 
@@ -9525,7 +9525,7 @@ function Ko({ xpertKey: e, submitEventExternal: t, configurations: n }) {
9525
9525
  }
9526
9526
  });
9527
9527
  }, ie = Di(async () => {
9528
- if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.includes("C0003"))
9528
+ if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.split(",").includes("C0003"))
9529
9529
  try {
9530
9530
  const C = ve.get(`${f}-conversation-history-id`);
9531
9531
  if (!C)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-alpha.2",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -87,6 +87,10 @@
87
87
  "branches": [
88
88
  "+([0-9])?(.{+([0-9]),x}).x",
89
89
  "main",
90
+ {
91
+ "name": "alpha",
92
+ "prerelease": true
93
+ },
90
94
  {
91
95
  "name": "beta",
92
96
  "prerelease": true