botframework-webchat-component 4.14.1 → 4.14.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -141,7 +141,7 @@ var hooks = _objectSpread(_objectSpread({}, _botframeworkWebchatApi.hooks), comp
141
141
 
142
142
 
143
143
  exports.hooks = hooks;
144
- var version = "4.14.1";
144
+ var version = "4.14.2";
145
145
  exports.version = version;
146
146
  var Components = {
147
147
  BasicWebChat: _BasicWebChat.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat-component",
3
- "version": "4.14.1",
3
+ "version": "4.14.2",
4
4
  "description": "React component of botframework-webchat",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -56,8 +56,8 @@
56
56
  "dependencies": {
57
57
  "@emotion/css": "11.1.3",
58
58
  "base64-js": "1.5.1",
59
- "botframework-webchat-api": "4.14.1",
60
- "botframework-webchat-core": "4.14.1",
59
+ "botframework-webchat-api": "4.14.2",
60
+ "botframework-webchat-core": "4.14.2",
61
61
  "classnames": "2.3.1",
62
62
  "event-target-shim": "6.0.2",
63
63
  "markdown-it": "12.1.0",