botframework-directlinejs 0.15.3 → 0.15.4-master.5d87e2d

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/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "hash": "8129023a06c80f3fdb44",
2
+ "hash": "31ba125834a63d4cd2b6",
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": 303080,
16
+ "size": 303095,
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": 1056880,
68
+ "size": 1056895,
69
69
  "sizes": {
70
- "javascript": 1055964,
70
+ "javascript": 1055979,
71
71
  "runtime": 916
72
72
  },
73
73
  "names": [
@@ -81,7 +81,7 @@
81
81
  "directline.js"
82
82
  ],
83
83
  "auxiliaryFiles": [],
84
- "hash": "887971b93a25f5174e80",
84
+ "hash": "350c4483bedd5f2e59cf",
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": 117717,
236
+ "size": 117732,
237
237
  "sizes": {
238
- "javascript": 117717
238
+ "javascript": 117732
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": 117717,
26259
+ "size": 117732,
26260
26260
  "sizes": {
26261
- "javascript": 117717
26261
+ "javascript": 117732
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.3", ")");
760
+ return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.4-master.5d87e2d", ")");
761
761
  }
762
762
  }, {
763
763
  key: "setUserId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-directlinejs",
3
- "version": "0.15.3",
3
+ "version": "0.15.4-master.5d87e2d",
4
4
  "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
5
  "files": [
6
6
  "dist/**/*",