Minor change for those that have been using typescript. This release normalized the overloads for publish and requestOne to match the parameter shifting that the library does. A recent change made some optional arguments required when they should have been optional.
FIX #261 TypeScript bindings (#262)
- removed a bad publish signature without a subject, but with callback
- clarified the publish with explicit arguments - really only optional argument given the three forms is the optional callback. Note the library does argument shifting so the exact forms are the expected.
- fixed requestOne signatures, to reflect that subject, timeout and callback are required.