Changes
- update dependencies
- fix MQTTS connection string protocol from
mqtt+ssl://
tomqtts://
by @AndreMaz - Moleculer Runner supports typescript configuration file
moleculer.config.ts
- fix to call service start after hot-reloading.
- fix Bluebird warning in service loading #381 by @faeron
- fix
waitForServices
definition inindex.d.ts
#358 - fix
cpuUsage
issue #379 by @faeron