botframework-directlinejs 0.15.6 → 0.15.7-master.13f7a42

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
@@ -682,7 +682,7 @@ var DirectLine = /*#__PURE__*/function () {
682
682
  if (customAgent) {
683
683
  clientAgent += "; ".concat(customAgent);
684
684
  }
685
- return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.6", ")");
685
+ return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.7-master.13f7a42", ")");
686
686
  }
687
687
  }, {
688
688
  key: "setUserId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-directlinejs",
3
- "version": "0.15.6",
3
+ "version": "0.15.7-master.13f7a42",
4
4
  "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
5
  "files": [
6
6
  "dist/**/*",