@2uinc/frontend-component-xpert-chatbot 1.40.18-alpha.8 → 1.40.18-alpha.9

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.
@@ -34702,7 +34702,7 @@ async function _i({
34702
34702
  },
34703
34703
  ...e && { survey_response: e }
34704
34704
  };
34705
- if (typeof u == "function" && u.length >= 2) {
34705
+ if (typeof u == "function") {
34706
34706
  await u("", {
34707
34707
  type: "survey",
34708
34708
  endpoint: s,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.40.18-alpha.8",
3
+ "version": "1.40.18-alpha.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"