Comparing version 2.27.0 to 2.28.0
@@ -240,2 +240,3 @@ "use strict"; | ||
}); | ||
sub.requestSubject = subject; | ||
sub.closed | ||
@@ -341,2 +342,3 @@ .then(() => { | ||
} | ||
sub.unsubscribe(); | ||
d.reject(err); | ||
@@ -343,0 +345,0 @@ } |
@@ -48,3 +48,3 @@ "use strict"; | ||
const dns = require("dns"); | ||
const VERSION = "2.27.0"; | ||
const VERSION = "2.28.0"; | ||
const LANG = "nats.js"; | ||
@@ -51,0 +51,0 @@ class NodeTransport { |
{ | ||
"name": "nats", | ||
"version": "2.27.0", | ||
"version": "2.28.0", | ||
"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.27.0 https://github.com/nats-io/nats.deno.git", | ||
"clone-nbc": "shx mkdir -p ./.deps && cd ./.deps && git clone --branch v1.28.0 https://github.com/nats-io/nats.deno.git", | ||
"fmt": "deno fmt ./src/ ./examples/ ./test/", | ||
@@ -76,3 +76,3 @@ "prepack": "npm run clone-nbc && npm run cjs && npm run check-package && npm run build", | ||
"shx": "^0.3.3", | ||
"typescript": "5.5.2" | ||
"typescript": "5.5.3" | ||
}, | ||
@@ -79,0 +79,0 @@ "typings": "./lib/src/mod.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1162204
19745