Comparing version 2.29.0 to 2.29.1
@@ -62,3 +62,3 @@ "use strict"; | ||
: `${pre}.DIRECT.GET.${stream}`; | ||
const r = yield this.nc.request(subj, payload); | ||
const r = yield this.nc.request(subj, payload, { timeout: this.timeout }); | ||
// response is not a JS.API response | ||
@@ -65,0 +65,0 @@ const err = (0, jsutil_1.checkJsError)(r); |
@@ -48,3 +48,3 @@ "use strict"; | ||
const dns = require("dns"); | ||
const VERSION = "2.29.0"; | ||
const VERSION = "2.29.1"; | ||
const LANG = "nats.js"; | ||
@@ -51,0 +51,0 @@ class NodeTransport { |
{ | ||
"name": "nats", | ||
"version": "2.29.0", | ||
"version": "2.29.1", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"clean": "shx rm -Rf ./lib/* ./nats-base-client ./.deps", | ||
"clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.29.0 https://github.com/nats-io/nats.deno.git", | ||
"clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.29.1 https://github.com/nats-io/nats.deno.git", | ||
"fmt": "deno fmt ./src/ ./examples/ ./test/", | ||
@@ -48,0 +48,0 @@ "prepack": "npm run clone-nbc && npm run cjs && npm run check-package && npm run build", |
Sorry, the diff of this file is not supported yet
1165940