* Update index.d.ts
Fix mqtt type references.
* Make the tests compatible with noImplicitAny: true.
* Update version.
* Add package.json for mqtt type dependency.
* Remove mqtt in favour of original package definitions.
* Update notNeededPackages.
* Add private flag to package.json.
* Trigger travis
* Update subscribe options.
* Fix subscribe callback.
* * Renamed WebSocket.ping and WebSocket.pong argument dontFail (very confusing) to failSilently as it's in ws package
* WebSocket.close accepts data as string only
* * Lint fixes, updated types
* Fixed aws-iot-device-sdk + json-rpc-ws
* [aws-iot-device-sdk] combine multiple signatures
In order to use different signatures, I suggest to combine multiple functions to one, with the different parameter types as a list.
* added a test
Added a test for thingshadow subscribe. The test only covers the error which happened before when using a subscription with a string.