nats-io / nats.js

Apache License 2.0
53 stars 6 forks source link

fix to kv sources #29

Closed aricart closed 3 months ago

aricart commented 3 months ago

fix(jetstream): fixed possible dereference of undefined value when validating stream sources

fix(kv): fixed handling of kv sources by adding a necessary transform

-- This fix was ported from https://github.com/nats-io/nats.deno/pull/721