botframework-directlinejs 0.15.8 → 0.15.9-master.cc19519
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/directline.js +1 -1
- package/dist/directline.js.LICENSE.txt +18 -7
- package/dist/stats.json +47287 -28858
- package/lib/createDeferred.js +2 -3
- package/lib/directLine.js +32 -31
- package/lib/directLine.mock.js +19 -24
- package/lib/directLineStreaming.js +459 -482
- package/lib/parseFilename.js +3 -2
- package/lib/streaming/WebSocketClientWithNetworkInformation.js +33 -46
- package/package.json +31 -34
|
@@ -5,16 +5,27 @@
|
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
/*!
|
|
8
|
+
/*! Bundled license information:
|
|
9
|
+
ieee754/index.js:
|
|
10
|
+
(*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
11
|
+
buffer/index.js:
|
|
12
|
+
(*!
|
|
13
|
+
* The buffer module from node.js, for the browser.
|
|
14
|
+
*
|
|
15
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
16
|
+
* @license MIT
|
|
17
|
+
*)
|
|
18
|
+
safe-buffer/index.js:
|
|
19
|
+
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
20
|
+
*/
|
|
9
21
|
|
|
10
|
-
/*!
|
|
22
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
11
23
|
|
|
12
|
-
/*!
|
|
24
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
13
25
|
|
|
14
|
-
|
|
26
|
+
/**!
|
|
27
|
+
* url-search-params-polyfill
|
|
15
28
|
*
|
|
16
|
-
*
|
|
17
|
-
* @author Jerry Bendy <jerry@icewingcc.com>
|
|
29
|
+
* @author Jerry Bendy (https://github.com/jerrybendy)
|
|
18
30
|
* @licence MIT
|
|
19
|
-
*
|
|
20
31
|
*/
|