We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4665ee + aaf5612 commit 99e3f2eCopy full SHA for 99e3f2e
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
environment: CI
17
strategy:
18
matrix:
19
- deno-version: [1.42.1]
+ deno-version: [1.43.1]
20
21
steps:
22
- name: Git Checkout Deno Module
Makefile
@@ -3,7 +3,7 @@
3
build: test
4
5
lint:
6
- deno lint --ignore=docs/
+ deno lint --ignore=docs/,debug/
7
8
test: clean
9
deno test --allow-all --parallel --reload --quiet --coverage=coverage tests/ jetstream/tests
src/deno_transport.ts
@@ -34,7 +34,7 @@ import {
34
Transport,
35
} from "../nats-base-client/internal_mod.ts";
36
37
-const VERSION = "1.21.0";
+const VERSION = "1.24.0";
38
const LANG = "nats.deno";
39
40
const ReadBufferSize = 1024 * 256;
0 commit comments