botframework-webchat-component 4.15.5-main.20220927.f9dd67a → 4.15.5-main.20221004.68ad442

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
@@ -143,7 +143,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
143
143
  var hooks = _objectSpread(_objectSpread({}, _botframeworkWebchatApi.hooks), componentHooks);
144
144
 
145
145
  exports.hooks = hooks;
146
- var version = "4.15.5-main.20220927.f9dd67a";
146
+ var version = "4.15.5-main.20221004.68ad442";
147
147
  exports.version = version;
148
148
  var Components = {
149
149
  BasicWebChat: _BasicWebChat.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat-component",
3
- "version": "4.15.5-main.20220927.f9dd67a",
3
+ "version": "4.15.5-main.20221004.68ad442",
4
4
  "description": "React component of botframework-webchat",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -60,8 +60,8 @@
60
60
  "dependencies": {
61
61
  "@emotion/css": "11.10.0",
62
62
  "base64-js": "1.5.1",
63
- "botframework-webchat-api": "4.15.5-main.20220927.f9dd67a",
64
- "botframework-webchat-core": "4.15.5-main.20220927.f9dd67a",
63
+ "botframework-webchat-api": "4.15.5-main.20221004.68ad442",
64
+ "botframework-webchat-core": "4.15.5-main.20221004.68ad442",
65
65
  "classnames": "2.3.2",
66
66
  "compute-scroll-into-view": "1.0.17",
67
67
  "event-target-shim": "6.0.2",