@moveo-ai/web-client 0.88.0 → 0.88.1

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/dist/index.html CHANGED
@@ -15,7 +15,7 @@
15
15
  const widgetId = urlParams.get('widgetId');
16
16
  const version = urlParams.get('version');
17
17
 
18
- const defaultScript = 'iframe.min.js?44293aa101ff0feb2d19';
18
+ const defaultScript = 'iframe.min.js?67996f7698faf3ecf20f';
19
19
  const versionPattern = /^v\d+$/;
20
20
  const script = document.createElement('script');
21
21
  script.src =
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.88.0
3
+ * @moveo-ai/web-client v0.88.1
4
4
  * Copyright (c) Moveo.ai (TM)
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.88.0
3
+ * @moveo-ai/web-client v0.88.1
4
4
  * Copyright (c) Moveo.ai (TM)
5
5
  *
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moveo-ai/web-client",
3
- "version": "0.88.0",
3
+ "version": "0.88.1",
4
4
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
5
5
  "main": "dist/web-client.min.js",
6
6
  "scripts": {
@@ -109,6 +109,7 @@
109
109
  "lodash.debounce": "^4.0.8",
110
110
  "lodash.throttle": "^4.1.1",
111
111
  "lucide-react": "^0.545.0",
112
+ "marked": "^15.0.12",
112
113
  "nanoid": "^5.1.6",
113
114
  "postcss": "^8.5.6",
114
115
  "postcss-loader": "^8.2.0",
@@ -125,11 +126,7 @@
125
126
  "react-use": "^17.6.0",
126
127
  "recoil": "^0.7.7",
127
128
  "redux": "^5.0.1",
128
- "rehype-stringify": "^10.0.1",
129
- "remark-breaks": "^4.0.0",
130
129
  "remark-gfm": "^4.0.1",
131
- "remark-parse": "^11.0.0",
132
- "remark-rehype": "^11.1.2",
133
130
  "sass": "^1.93.2",
134
131
  "sass-embedded": "^1.93.2",
135
132
  "sass-loader": "^16.0.5",
@@ -156,7 +153,6 @@
156
153
  "type-fest": "^4.41.0",
157
154
  "typescript": "^5.9.3",
158
155
  "ua-parser-js": "^1.0.41",
159
- "unified": "^11.0.5",
160
156
  "url-loader": "^4.1.1",
161
157
  "uuid": "^11.1.0",
162
158
  "webpack": "^5.102.1",