botframework-directlinejs 0.15.4-master.8efad11 → 0.15.4
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/directline.js +1 -1
- package/dist/stats.json +9 -9
- package/lib/directLine.js +1 -1
- package/package.json +1 -1
package/dist/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "88f5e4a394e5706772e1",
|
|
3
3
|
"version": "5.76.2",
|
|
4
4
|
"time": null,
|
|
5
5
|
"publicPath": "auto",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"type": "asset",
|
|
15
15
|
"name": "directline.js",
|
|
16
|
-
"size":
|
|
16
|
+
"size": 304130,
|
|
17
17
|
"emitted": false,
|
|
18
18
|
"comparedForEmit": false,
|
|
19
19
|
"cached": true,
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"initial": true,
|
|
66
66
|
"entry": true,
|
|
67
67
|
"recorded": false,
|
|
68
|
-
"size":
|
|
68
|
+
"size": 1058334,
|
|
69
69
|
"sizes": {
|
|
70
|
-
"javascript":
|
|
70
|
+
"javascript": 1057418,
|
|
71
71
|
"runtime": 916
|
|
72
72
|
},
|
|
73
73
|
"names": [
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"directline.js"
|
|
82
82
|
],
|
|
83
83
|
"auxiliaryFiles": [],
|
|
84
|
-
"hash": "
|
|
84
|
+
"hash": "71239a88d4599d9c3691",
|
|
85
85
|
"childrenByOrder": {},
|
|
86
86
|
"id": 884,
|
|
87
87
|
"siblings": [],
|
|
@@ -233,9 +233,9 @@
|
|
|
233
233
|
"type": "module",
|
|
234
234
|
"moduleType": "javascript/auto",
|
|
235
235
|
"layer": null,
|
|
236
|
-
"size":
|
|
236
|
+
"size": 117717,
|
|
237
237
|
"sizes": {
|
|
238
|
-
"javascript":
|
|
238
|
+
"javascript": 117717
|
|
239
239
|
},
|
|
240
240
|
"built": true,
|
|
241
241
|
"codeGenerated": true,
|
|
@@ -26256,9 +26256,9 @@
|
|
|
26256
26256
|
"type": "module",
|
|
26257
26257
|
"moduleType": "javascript/auto",
|
|
26258
26258
|
"layer": null,
|
|
26259
|
-
"size":
|
|
26259
|
+
"size": 117717,
|
|
26260
26260
|
"sizes": {
|
|
26261
|
-
"javascript":
|
|
26261
|
+
"javascript": 117717
|
|
26262
26262
|
},
|
|
26263
26263
|
"built": true,
|
|
26264
26264
|
"codeGenerated": true,
|
package/lib/directLine.js
CHANGED
|
@@ -757,7 +757,7 @@ var DirectLine = /*#__PURE__*/function () {
|
|
|
757
757
|
clientAgent += "; ".concat(customAgent);
|
|
758
758
|
}
|
|
759
759
|
|
|
760
|
-
return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.4
|
|
760
|
+
return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.4", ")");
|
|
761
761
|
}
|
|
762
762
|
}, {
|
|
763
763
|
key: "setUserId",
|