botframework-directlinejs 0.15.10-master.b9c61dc → 0.16.0

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