botframework-directlinejs 0.13.2-master.d287f5e → 0.14.2-master.3a90383

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/CHANGELOG.md CHANGED
@@ -16,6 +16,60 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
16
 
17
17
  ## [Unreleased]
18
18
 
19
+ ### Changed
20
+
21
+ - Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#351](https://github.com/microsoft/BotFramework-DirectLineJS/pull/351) and PR [#366](https://github.com/microsoft/BotFramework-DirectLineJS/pull/366)
22
+ - Production dependencies
23
+ - [`@babel/runtime@7.14.8`](https://npmjs.com/package/@babel/runtime)
24
+ - [`botframework-streaming@4.14.1`](https://npmjs.com/package/botframework-streaming)
25
+ - [`buffer@6.0.3`](https://npmjs.com/package/buffer)
26
+ - [`core-js@3.15.2`](https://npmjs.com/package/core-js)
27
+ - [`cross-fetch@3.1.5`](https://npmjs.com/package/cross-fetch)
28
+ - [`rxjs@5.5.12`](https://npmjs.com/package/rxjs)
29
+ - [`url-search-params-polyfill@8.1.1`](https://npmjs.com/package/url-search-params-polyfill)
30
+ - Development dependencies
31
+ - [`@babel/cli@7.14.8`](https://npmjs.com/package/@babel/cli)
32
+ - [`@babel/core@7.14.8`](https://npmjs.com/package/@babel/core)
33
+ - [`@babel/plugin-transform-runtime@7.14.5`](https://npmjs.com/package/@babel/plugin-transform-runtime)
34
+ - [`@babel/preset-env@7.14.8`](https://npmjs.com/package/@babel/preset-env)
35
+ - [`@babel/preset-typescript@7.14.5`](https://npmjs.com/package/@babel/preset-typescript)
36
+ - [`@types/jest@26.0.24`](https://npmjs.com/package/@types/jest)
37
+ - [`@types/jsonwebtoken@8.5.4`](https://npmjs.com/package/@types/jsonwebtoken)
38
+ - [`@types/node@16.4.0`](https://npmjs.com/package/@types/node)
39
+ - [`babel-loader@8.2.2`](https://npmjs.com/package/babel-loader)
40
+ - [`babel-jest@27.0.6`](https://npmjs.com/package/babel-jest)
41
+ - [`babel-plugin-istanbul@6.0.0`](https://npmjs.com/package/babel-plugin-istanbul)
42
+ - [`concurrently@6.2.0`](https://npmjs.com/package/concurrently)
43
+ - [`dotenv@10.0.0`](https://npmjs.com/package/dotenv)
44
+ - [`event-target-shim@6.0.2`](https://npmjs.com/package/event-target-shim)
45
+ - [`get-port@5.1.1`](https://npmjs.com/package/get-port)
46
+ - [`global-agent@2.2.0`](https://npmjs.com/package/global-agent)
47
+ - [`jest@27.0.6`](https://npmjs.com/package/jest)
48
+ - [`jest-environment-jsdom@27.0.6`](https://npmjs.com/package/jest-environment-jsdom)
49
+ - [`jsdom@16.6.0`](https://npmjs.com/package/jsdom)
50
+ - [`nock@13.1.1`](https://npmjs.com/package/nock)
51
+ - [`node-fetch@2.6.7`](https://npmjs.com/package/node-fetch)
52
+ - [`restify@8.5.1`](https://npmjs.com/package/restify)
53
+ - [`rimraf@3.0.2`](https://npmjs.com/package/rimraf)
54
+ - [`simple-update-in@2.2.0`](https://npmjs.com/package/simple-update-in)
55
+ - [`typescript@4.3.5`](https://npmjs.com/package/typescript)
56
+ - [`webpack@5.45.1`](https://npmjs.com/package/webpack)
57
+ - [`webpack-cli@4.7.2`](https://npmjs.com/package/webpack-cli)
58
+ - [`webpack-stats-plugin@1.0.3`](https://npmjs.com/package/webpack-stats-plugin)
59
+
60
+ ## [0.14.1] - 2021-02-10
61
+
62
+ ### Changed
63
+
64
+ - Bumped [`botframework-streaming@4.11.0`](https://npmjs.com/package/botframework-streaming), by [@stevengum](https://github.com/stevengum), in PR [#323](https://github.com/microsoft/BotFramework-DirectLineJS/pull/323)
65
+
66
+ ## [0.14.0] - 2021-02-09
67
+
68
+ ### Added
69
+
70
+ - Create better handling of Web Socket errors, by [@compulim](https://github.com/compulim), in PR [#324](https://github.com/microsoft/BotFramework-DirectLineJS/pull/324)
71
+ - Added `setUserId()` function to set user ID before connection, by [@timenick](https://github.com/timenick), in PR [#316](https://github.com/microsoft/BotFramework-DirectLineJS/pull/316)
72
+
19
73
  ## [0.13.1] - 2020-09-09
20
74
 
21
75
  ### Changed
@@ -26,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
80
 
27
81
  ### Added
28
82
 
29
- - Added `conversationStartProperties` and `locale`, by [@zhiwang](https://github.com/zhiwang), in PR [#293](https://github.com/microsoft/BotFramework-DirectLineJS/pull/293)
83
+ - Added `conversationStartProperties` and `locale`, by [@timenick](https://github.com/timenick), in PR [#293](https://github.com/microsoft/BotFramework-DirectLineJS/pull/293)
30
84
 
31
85
  ### Fixed
32
86