botframework-webchat 4.17.0-main.20240419.2240f2a → 4.17.0-main.20240423.d9e4f4d

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/lib/addVersion.js CHANGED
@@ -23,7 +23,7 @@ function setMetaTag(name, content) {
23
23
  }
24
24
  function addVersion(variant) {
25
25
  setMetaTag('botframework-webchat:bundle:variant', variant);
26
- setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.20240419.2240f2a");
26
+ setMetaTag('botframework-webchat:bundle:version', "4.17.0-main.20240423.d9e4f4d");
27
27
  setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
28
28
  setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat",
3
- "version": "4.17.0-main.20240419.2240f2a",
3
+ "version": "4.17.0-main.20240423.d9e4f4d",
4
4
  "description": "A highly-customizable web-based chat client for Azure Bot Services.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -107,10 +107,10 @@
107
107
  "@babel/runtime": "7.19.0",
108
108
  "adaptivecards": "3.0.2",
109
109
  "botframework-directlinejs": "0.15.5",
110
- "botframework-directlinespeech-sdk": "4.17.0-main.20240419.2240f2a",
111
- "botframework-webchat-api": "4.17.0-main.20240419.2240f2a",
112
- "botframework-webchat-component": "4.17.0-main.20240419.2240f2a",
113
- "botframework-webchat-core": "4.17.0-main.20240419.2240f2a",
110
+ "botframework-directlinespeech-sdk": "4.17.0-main.20240423.d9e4f4d",
111
+ "botframework-webchat-api": "4.17.0-main.20240423.d9e4f4d",
112
+ "botframework-webchat-component": "4.17.0-main.20240423.d9e4f4d",
113
+ "botframework-webchat-core": "4.17.0-main.20240423.d9e4f4d",
114
114
  "classnames": "2.3.2",
115
115
  "core-js": "3.34.0",
116
116
  "markdown-it": "13.0.2",
@@ -144,8 +144,8 @@
144
144
  "babel-plugin-transform-inline-environment-variables": "^0.4.4",
145
145
  "concurrently": "^8.2.2",
146
146
  "esbuild": "^0.19.8",
147
- "isomorphic-react": "4.17.0-main.20240419.2240f2a",
148
- "isomorphic-react-dom": "4.17.0-main.20240419.2240f2a",
147
+ "isomorphic-react": "4.17.0-main.20240423.d9e4f4d",
148
+ "isomorphic-react-dom": "4.17.0-main.20240423.d9e4f4d",
149
149
  "source-map-loader": "^4.0.1",
150
150
  "terser-webpack-plugin": "^5.3.9",
151
151
  "tsd": "^0.30.3",