botframework-directlinejs 0.15.1 → 0.15.2-master.19bb0c9
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": "c28510e2d381fa8e6af1",
|
|
3
3
|
"version": "5.45.1",
|
|
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": 301696,
|
|
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": 1046508,
|
|
69
69
|
"sizes": {
|
|
70
|
-
"javascript":
|
|
70
|
+
"javascript": 1045592,
|
|
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": "618a5f3e6fa9b898196b",
|
|
85
85
|
"childrenByOrder": {},
|
|
86
86
|
"id": 884,
|
|
87
87
|
"siblings": [],
|
|
@@ -160,9 +160,9 @@
|
|
|
160
160
|
"type": "module",
|
|
161
161
|
"moduleType": "javascript/auto",
|
|
162
162
|
"layer": null,
|
|
163
|
-
"size":
|
|
163
|
+
"size": 117732,
|
|
164
164
|
"sizes": {
|
|
165
|
-
"javascript":
|
|
165
|
+
"javascript": 117732
|
|
166
166
|
},
|
|
167
167
|
"built": true,
|
|
168
168
|
"codeGenerated": true,
|
|
@@ -26183,9 +26183,9 @@
|
|
|
26183
26183
|
"type": "module",
|
|
26184
26184
|
"moduleType": "javascript/auto",
|
|
26185
26185
|
"layer": null,
|
|
26186
|
-
"size":
|
|
26186
|
+
"size": 117732,
|
|
26187
26187
|
"sizes": {
|
|
26188
|
-
"javascript":
|
|
26188
|
+
"javascript": 117732
|
|
26189
26189
|
},
|
|
26190
26190
|
"built": true,
|
|
26191
26191
|
"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.
|
|
760
|
+
return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.2-master.19bb0c9", ")");
|
|
761
761
|
}
|
|
762
762
|
}, {
|
|
763
763
|
key: "setUserId",
|