node-syslog-client
node-syslog-client copied to clipboard
Make ClientOptions.udpBindAddress optional
The type definitions define ClientOptions.udpBindAddress
as mandatory, which breaks compatibility to 1.1.1 and requires to define a value even when it is not used.
This commit fixes this by declaring udpBindAddress
to be optional.