@adhityan/gc-nats
Advanced tools
Comparing version 3.0.0 to 3.0.1-test.1
@@ -114,3 +114,3 @@ "use strict"; | ||
debug('subscription options with all parameters set', subscriptionOpts); | ||
subscription = this.streamConn.subscribe(subject, this.clientID, subscriptionOpts); | ||
subscription = this.streamConn.subscribe(subject, durability.durableName, subscriptionOpts); | ||
} | ||
@@ -117,0 +117,0 @@ else { |
{ | ||
"name": "@adhityan/gc-nats", | ||
"description": "Typescript Node.js client for NATS streaming server", | ||
"version": "3.0.0", | ||
"version": "3.0.1-test.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -145,3 +145,3 @@ /** | ||
subject, | ||
this.clientID, | ||
durability.durableName, | ||
subscriptionOpts | ||
@@ -148,0 +148,0 @@ ); |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45066
2