@hastehaul/common 2.0.10 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ class NatsConsumer {
54
54
  ack_policy: nats_1.AckPolicy.Explicit,
55
55
  ack_wait: this.ackWait,
56
56
  durable_name: this.durableName,
57
- replay_policy: nats_1.ReplayPolicy.Original,
57
+ replay_policy: nats_1.ReplayPolicy.Instant,
58
58
  filter_subject: this.subject,
59
59
  };
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",