Skip to content

Commit b9326d5

Browse files
authored
Merge pull request #753 from nats-io/bump
bump client version
2 parents fa4e1e5 + 584c678 commit b9326d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jetstream/tests/consumers_test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ Deno.test("consumers - no responders - stream deleted", async () => {
708708
});
709709

710710
await nc.jetstream().publish("hello");
711-
await deadline(process, 5_000);
711+
await deadline(process, 15_000);
712712
await cleanup(ns, nc);
713713
});
714714

src/deno_transport.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
Transport,
3535
} from "../nats-base-client/internal_mod.ts";
3636

37-
const VERSION = "1.29.2";
37+
const VERSION = "1.29.3";
3838
const LANG = "nats.deno";
3939

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)