* [@types/dnsds] Fix return types
Especially the ServiceType constructor was handled rather poorly before. This commit fixes it.
Some methods (e.g. for resolving) could probably also be handled better, but that will be another PR.
* Increase version number
* Fix tests
* Make options optional
* Fix oversight introduces in previous commit