botframework-webchat-api 4.18.1 → 4.18.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.
package/lib/index.js
CHANGED
|
@@ -77,7 +77,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
77
77
|
|
|
78
78
|
var buildTool = "babel";
|
|
79
79
|
var moduleFormat = "commonjs";
|
|
80
|
-
var version = "4.18.
|
|
80
|
+
var version = "4.18.2";
|
|
81
81
|
exports.version = version;
|
|
82
82
|
var buildInfo = {
|
|
83
83
|
buildTool: buildTool,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat-api",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.2",
|
|
4
4
|
"description": "React DOM component of botframework-webchat",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@types/react": "^16.14.60",
|
|
93
93
|
"babel-plugin-istanbul": "^6.1.1",
|
|
94
94
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
95
|
-
"cldr-data": "4.18.
|
|
95
|
+
"cldr-data": "4.18.2",
|
|
96
96
|
"concurrently": "^8.2.2",
|
|
97
97
|
"core-js": "^3.37.0",
|
|
98
98
|
"cross-env": "^7.0.3",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"typescript": "^5.4.5"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"botframework-webchat-core": "4.18.
|
|
106
|
+
"botframework-webchat-core": "4.18.2",
|
|
107
107
|
"globalize": "1.7.0",
|
|
108
108
|
"math-random": "2.0.1",
|
|
109
109
|
"prop-types": "15.8.1",
|