Skip to content

Commit e3ccac2

Browse files
authored
Merge pull request #685 from nats-io/add-publisher-type
[FIX] exposed `Publisher` type for downstream consumption
2 parents d04ceee + 70bd1a9 commit e3ccac2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nats-base-client/internal_mod.ts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export type {
8888
NKeyAuth,
8989
NoAuth,
9090
Payload,
91+
Publisher,
9192
PublishOptions,
9293
QueuedIterator,
9394
Request,

nats-base-client/mod.ts

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export type {
6464
Payload,
6565
Perf,
6666
ProtocolFilterFn,
67+
Publisher,
6768
PublishOptions,
6869
QueuedIterator,
6970
RequestManyOptions,

0 commit comments

Comments
 (0)