File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.2.8] ( https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.8 ) (May 20, 2021)
2+
3+ Bugfixes/Improvements
4+ - Updated mqtt dependency to latest version
5+
16## [ 2.2.7] ( https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.7 ) (Sep 15, 2020)
27
38Bugfixes/Improvements
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-iot-device-sdk" ,
33 "description" : " AWS IoT Node.js SDK for Embedded Devices" ,
4- "version" : " 2.2.7 " ,
4+ "version" : " 2.2.8 " ,
55 "author" : {
66 "name" : " Amazon Web Services" ,
77 "email" : " " ,
2828 " mqtt"
2929 ],
3030 "dependencies" : {
31- "mqtt " : " 2.18.8 " ,
31+ "crypto-js " : " 3.1.6 " ,
3232 "minimist" : " 1.2.5" ,
33- "websocket-stream " : " ^5.0.1 " ,
34- "crypto-js " : " 3.1.6 "
33+ "mqtt " : " 4.2.6 " ,
34+ "websocket-stream " : " ^5.0.1 "
3535 },
3636 "devDependencies" : {
3737 "gulp" : " ^3.9.0" ,
38+ "gulp-beautify" : " ^2.0.0" ,
3839 "gulp-concat" : " ^2.6.0" ,
40+ "gulp-coverage" : " ^0.3.38" ,
3941 "gulp-jscs" : " ^4.0.0" ,
4042 "gulp-jshint" : " ^2.0.0" ,
4143 "gulp-mocha" : " ^3.0.1" ,
4244 "jshint" : " ^2.9.1" ,
4345 "jshint-stylish" : " ^2.2.1" ,
44- "gulp-coverage" : " ^0.3.38" ,
45- "gulp-beautify" : " ^2.0.0" ,
46- "sinon" : " ^1.17.3" ,
47- "rewire" : " ^2.5.1"
46+ "rewire" : " ^2.5.1" ,
47+ "sinon" : " ^1.17.3"
4848 },
4949 "scripts" : {
5050 "test" : " node ./node_modules/gulp/bin/gulp.js test --verbose" ,
You can’t perform that action at this time.
0 commit comments