Skip to content

Commit 70bd1a9

Browse files
committed
[FIX] exposed Publisher type for downstream consumption
1 parent 8b2843c commit 70bd1a9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ The following is the list of connection options and default values.
811811
### TlsOptions
812812

813813
| Option | Default | Description |
814-
| ---------------- | ------- |---------------------------------------------------------------------------------------------------------------------------------|
814+
| ---------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------- |
815815
| `ca` | N/A | CA certificate |
816816
| `caFile` | | CA certificate filepath |
817817
| `cert` | N/A | Client certificate |

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)