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/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "hash": "c7e766c276629067407f",
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": 301681,
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": 1046493,
68
+ "size": 1046508,
69
69
  "sizes": {
70
- "javascript": 1045577,
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": "81a34e1b27f0c3cb11e5",
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": 117717,
163
+ "size": 117732,
164
164
  "sizes": {
165
- "javascript": 117717
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": 117717,
26186
+ "size": 117732,
26187
26187
  "sizes": {
26188
- "javascript": 117717
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.1", ")");
760
+ return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.2-master.19bb0c9", ")");
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.1",
3
+ "version": "0.15.2-master.19bb0c9",
4
4
  "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
5
  "files": [
6
6
  "dist/**/*",