botframework-directlinejs 0.15.7-master.8ce4273 → 0.15.8

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/directLine.js CHANGED
@@ -691,7 +691,7 @@ var DirectLine = /*#__PURE__*/function () {
691
691
  if (customAgent) {
692
692
  clientAgent += "; ".concat(customAgent);
693
693
  }
694
- return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.7-master.8ce4273", ")");
694
+ return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.8", ")");
695
695
  }
696
696
  }, {
697
697
  key: "setUserId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-directlinejs",
3
- "version": "0.15.7-master.8ce4273",
3
+ "version": "0.15.8",
4
4
  "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
5
  "files": [
6
6
  "dist/**/*",