@avtechno/sfr 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avtechno/sfr",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "An opinionated way of writing services using ExpressJS.",
5
5
  "type": "module",
6
6
  "files": [
@@ -341,7 +341,7 @@ declare type TopicHandlerMap = {
341
341
  }
342
342
 
343
343
  declare type MQConsumeOptions = {
344
- queue_options : QueueOptions;
344
+ queue_options? : QueueOptions;
345
345
  consume_options?: ConsumeOptions;
346
346
  key? : string;
347
347
  fn: MQRequestHandler;