Skip to content

Commit

Permalink
Merge pull request #658 from nats-io/fix-657
Browse files Browse the repository at this point in the history
[FIX] KvWatchInclude was exported as a typescript type, but it shouldn't have been - it is an enum.
  • Loading branch information
aricart committed Mar 11, 2024
2 parents 8db268a + 853ea86 commit 0718202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetstream/internal_mod.ts
Expand Up @@ -26,6 +26,7 @@ export {
DirectMsgHeaders,
isConsumerOptsBuilder,
JsHeaders,
KvWatchInclude,
RepublishHeaders,
} from "./types.ts";

Expand Down Expand Up @@ -55,7 +56,6 @@ export type {
KvOptions,
KvPutOptions,
KvStatus,
KvWatchInclude,
KvWatchOptions,
ObjectInfo,
ObjectResult,
Expand Down
2 changes: 1 addition & 1 deletion jetstream/mod.ts
Expand Up @@ -29,6 +29,7 @@ export {
DirectMsgHeaders,
DiscardPolicy,
JsHeaders,
KvWatchInclude,
ReplayPolicy,
RepublishHeaders,
RetentionPolicy,
Expand Down Expand Up @@ -87,7 +88,6 @@ export type {
KvOptions,
KvPutOptions,
KvStatus,
KvWatchInclude,
KvWatchOptions,
LastForMsgRequest,
Lister,
Expand Down

0 comments on commit 0718202

Please sign in to comment.