botframework-webchat 4.15.9-main.20230607.5b737f6 → 4.15.9-main.20230608.b7f2de1
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/webchat-es5.js +1 -1
- package/dist/webchat-minimal.js +1 -1
- package/dist/webchat.js +1 -1
- package/lib/addVersion.js +1 -1
- package/package.json +7 -7
package/lib/addVersion.js
CHANGED
|
@@ -28,7 +28,7 @@ function setMetaTag(name, content) {
|
|
|
28
28
|
|
|
29
29
|
function addVersion(variant) {
|
|
30
30
|
setMetaTag('botframework-webchat:bundle:variant', variant);
|
|
31
|
-
setMetaTag('botframework-webchat:bundle:version', "4.15.9-main.
|
|
31
|
+
setMetaTag('botframework-webchat:bundle:version', "4.15.9-main.20230608.b7f2de1");
|
|
32
32
|
setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
|
|
33
33
|
setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat",
|
|
3
|
-
"version": "4.15.9-main.
|
|
3
|
+
"version": "4.15.9-main.20230608.b7f2de1",
|
|
4
4
|
"description": "A highly-customizable web-based chat client for Azure Bot Services.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"@babel/runtime": "7.19.0",
|
|
93
93
|
"adaptivecards": "2.11.1",
|
|
94
94
|
"botframework-directlinejs": "0.15.4",
|
|
95
|
-
"botframework-directlinespeech-sdk": "4.15.9-main.
|
|
96
|
-
"botframework-webchat-api": "4.15.9-main.
|
|
97
|
-
"botframework-webchat-component": "4.15.9-main.
|
|
98
|
-
"botframework-webchat-core": "4.15.9-main.
|
|
95
|
+
"botframework-directlinespeech-sdk": "4.15.9-main.20230608.b7f2de1",
|
|
96
|
+
"botframework-webchat-api": "4.15.9-main.20230608.b7f2de1",
|
|
97
|
+
"botframework-webchat-component": "4.15.9-main.20230608.b7f2de1",
|
|
98
|
+
"botframework-webchat-core": "4.15.9-main.20230608.b7f2de1",
|
|
99
99
|
"classnames": "2.3.2",
|
|
100
100
|
"core-js": "3.28.0",
|
|
101
101
|
"markdown-it": "13.0.1",
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
127
127
|
"concurrently": "^7.6.0",
|
|
128
128
|
"esbuild": "^0.17.10",
|
|
129
|
-
"isomorphic-react": "4.15.9-main.
|
|
130
|
-
"isomorphic-react-dom": "4.15.9-main.
|
|
129
|
+
"isomorphic-react": "4.15.9-main.20230608.b7f2de1",
|
|
130
|
+
"isomorphic-react-dom": "4.15.9-main.20230608.b7f2de1",
|
|
131
131
|
"source-map-loader": "^4.0.1",
|
|
132
132
|
"terser-webpack-plugin": "^5.3.6",
|
|
133
133
|
"typescript": "^4.9.5",
|