@moveo-ai/web-client 0.48.2 → 0.49.0

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
@@ -9,7 +9,7 @@
9
9
 
10
10
  * {
11
11
  outline: 0;
12
- }</style><title>Widget</title></head><body><script src="iframe.min.js?4825dba73af30716fa00"></script><script>const queryString = window.location.search;
12
+ }</style><title>Widget</title></head><body><script src="iframe.min.js?78e48f964e512d2e88e4"></script><script>const queryString = window.location.search;
13
13
  const urlParams = new URLSearchParams(queryString);
14
14
  const widgetId = urlParams.get('widgetId');
15
15
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.48.2
3
+ * @moveo-ai/web-client v0.49.0
4
4
  * Copyright (c) Môveo.AI (TM)
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.48.2
3
+ * @moveo-ai/web-client v0.49.0
4
4
  * Copyright (c) Môveo.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.48.2",
3
+ "version": "0.49.0",
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": {
@@ -105,6 +105,9 @@
105
105
  "react-use": "^17.4.0",
106
106
  "recoil": "^0.7.6",
107
107
  "redux": "^4.2.1",
108
+ "rehype-stringify": "^9.0.3",
109
+ "remark-parse": "^10.0.1",
110
+ "remark-rehype": "^10.1.0",
108
111
  "sass": "^1.57.1",
109
112
  "sass-loader": "^13.2.0",
110
113
  "semantic-release": "^19.0.5",
@@ -125,6 +128,7 @@
125
128
  "type-fest": "^2.17.0",
126
129
  "typescript": "^4.8.3",
127
130
  "ua-parser-js": "^1.0.33",
131
+ "unified": "^10.1.2",
128
132
  "url-loader": "^4.1.1",
129
133
  "webpack": "^5.75.0",
130
134
  "webpack-bundle-analyzer": "^4.7.0",
@@ -149,7 +153,7 @@
149
153
  "\\.(css|less|scss|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/file-transform.ts"
150
154
  },
151
155
  "transformIgnorePatterns": [
152
- "/node_modules/(?!yet-another-react-lightbox)"
156
+ "node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
153
157
  ],
154
158
  "setupFilesAfterEnv": [
155
159
  "./test/setupTests.ts"
@@ -169,7 +173,7 @@
169
173
  },
170
174
  {
171
175
  "path": "./dist/iframe.min.js",
172
- "maxSize": "250 kB"
176
+ "maxSize": "286 kB"
173
177
  }
174
178
  ],
175
179
  "release": {
@@ -191,5 +195,8 @@
191
195
  "./node_modules/.bin/eslint --fix",
192
196
  "prettier --write"
193
197
  ]
198
+ },
199
+ "dependencies": {
200
+ "he": "^1.2.0"
194
201
  }
195
202
  }