botframework-webchat 4.16.1-main.20231128.ffe1435 → 4.16.1-main.20231205.a03e74d
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 +8 -8
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.16.1-main.
|
|
31
|
+
setMetaTag('botframework-webchat:bundle:version', "4.16.1-main.20231205.a03e74d");
|
|
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.16.1-main.
|
|
3
|
+
"version": "4.16.1-main.20231205.a03e74d",
|
|
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.5",
|
|
95
|
-
"botframework-directlinespeech-sdk": "4.16.1-main.
|
|
96
|
-
"botframework-webchat-api": "4.16.1-main.
|
|
97
|
-
"botframework-webchat-component": "4.16.1-main.
|
|
98
|
-
"botframework-webchat-core": "4.16.1-main.
|
|
95
|
+
"botframework-directlinespeech-sdk": "4.16.1-main.20231205.a03e74d",
|
|
96
|
+
"botframework-webchat-api": "4.16.1-main.20231205.a03e74d",
|
|
97
|
+
"botframework-webchat-component": "4.16.1-main.20231205.a03e74d",
|
|
98
|
+
"botframework-webchat-core": "4.16.1-main.20231205.a03e74d",
|
|
99
99
|
"classnames": "2.3.2",
|
|
100
100
|
"core-js": "3.32.1",
|
|
101
101
|
"markdown-it": "13.0.1",
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"markdown-it-attrs-es5": "2.0.2",
|
|
104
104
|
"markdown-it-for-inline": "0.1.1",
|
|
105
105
|
"math-random": "2.0.1",
|
|
106
|
-
"mdast": "3.0.0",
|
|
107
106
|
"mdast-util-from-markdown": "2.0.0",
|
|
108
107
|
"memoize-one": "6.0.0",
|
|
109
108
|
"microsoft-cognitiveservices-speech-sdk": "1.17.0",
|
|
@@ -121,6 +120,7 @@
|
|
|
121
120
|
"@babel/preset-env": "^7.19.1",
|
|
122
121
|
"@babel/preset-react": "^7.18.6",
|
|
123
122
|
"@babel/preset-typescript": "^7.18.6",
|
|
123
|
+
"@types/mdast": "^4.0.3",
|
|
124
124
|
"@types/node": "^20.5.8",
|
|
125
125
|
"@types/react": "^18.2.21",
|
|
126
126
|
"babel-loader": "^9.1.3",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
129
129
|
"concurrently": "^8.2.1",
|
|
130
130
|
"esbuild": "^0.19.2",
|
|
131
|
-
"isomorphic-react": "4.16.1-main.
|
|
132
|
-
"isomorphic-react-dom": "4.16.1-main.
|
|
131
|
+
"isomorphic-react": "4.16.1-main.20231205.a03e74d",
|
|
132
|
+
"isomorphic-react-dom": "4.16.1-main.20231205.a03e74d",
|
|
133
133
|
"source-map-loader": "^4.0.1",
|
|
134
134
|
"terser-webpack-plugin": "^5.3.9",
|
|
135
135
|
"typescript": "^5.2.2",
|