node-syslog-client icon indicating copy to clipboard operation
node-syslog-client copied to clipboard

Make ClientOptions.udpBindAddress optional

Open urbanhusky opened this issue 3 years ago • 0 comments

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.

urbanhusky avatar Jun 07 '21 15:06 urbanhusky