Skip to content

Commit

Permalink
added exports required by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 10, 2024
1 parent bd1137e commit ff2359c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats-base-client/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/nats-core",
"version": "3.0.0-10",
"version": "3.0.0-11",
"exports": {
".": "./mod.ts",
"./internal": "./internal_mod.ts"
Expand Down
3 changes: 2 additions & 1 deletion nats-base-client/internal_mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export {
millis,
nanos,
render,
SimpleMutex,
timeout,
} from "./util.ts";
export { canonicalMIMEHeaderKey, headers, MsgHdrsImpl } from "./headers.ts";
Expand Down Expand Up @@ -58,7 +59,7 @@ export { Bench, Metric } from "./bench.ts";
export type { BenchOpts } from "./bench.ts";
export { TD, TE } from "./encoders.ts";
export { ipV4, isIP, parseIP } from "./ipparser.ts";
export { TypedSubscription, checkFn } from "./typedsub.ts";
export { checkFn, TypedSubscription } from "./typedsub.ts";
export type { MsgAdapter, TypedCallback } from "./typedsub.ts";

export type { SemVer } from "./semver.ts";
Expand Down

0 comments on commit ff2359c

Please sign in to comment.