botframework-directlinejs 0.15.0 → 0.15.1

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": "8da53d5b2fa214e65b10",
2
+ "hash": "c7e766c276629067407f",
3
3
  "version": "5.45.1",
4
4
  "time": null,
5
5
  "publicPath": "auto",
@@ -81,7 +81,7 @@
81
81
  "directline.js"
82
82
  ],
83
83
  "auxiliaryFiles": [],
84
- "hash": "3adcb1e7148c192b2dbb",
84
+ "hash": "81a34e1b27f0c3cb11e5",
85
85
  "childrenByOrder": {},
86
86
  "id": 884,
87
87
  "siblings": [],
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.0", ")");
760
+ return "".concat(DIRECT_LINE_VERSION, " (").concat(clientAgent, " ").concat("0.15.1", ")");
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.0",
3
+ "version": "0.15.1",
4
4
  "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
5
  "files": [
6
6
  "dist/**/*",
@@ -30,7 +30,7 @@
30
30
  "botframework-streaming": "4.14.1",
31
31
  "buffer": "6.0.3",
32
32
  "core-js": "3.15.2",
33
- "cross-fetch": "3.1.4",
33
+ "cross-fetch": "^3.1.5",
34
34
  "jwt-decode": "3.1.2",
35
35
  "rxjs": "5.5.12",
36
36
  "url-search-params-polyfill": "8.1.1"
@@ -60,7 +60,7 @@
60
60
  "jest-environment-jsdom": "^27.0.6",
61
61
  "jsdom": "^16.6.0",
62
62
  "nock": "^13.1.1",
63
- "node-fetch": "^2.6.1",
63
+ "node-fetch": "^2.6.7",
64
64
  "on-error-resume-next": "^1.1.0",
65
65
  "restify": "^8.5.1",
66
66
  "rimraf": "^3.0.2",