@actoservice/common
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -8,3 +8,3 @@ import { Stan, Message } from "node-nats-streaming"; | ||
export declare abstract class Listener<T extends Event> { | ||
private readonly client; | ||
protected readonly client: Stan; | ||
abstract subject: T['subject']; | ||
@@ -11,0 +11,0 @@ abstract queueGroupName: string; |
@@ -8,3 +8,3 @@ import { Subjects } from "./subjects"; | ||
export declare abstract class Publisher<T extends Event> { | ||
private client; | ||
protected client: Stan; | ||
abstract subject: T['subject']; | ||
@@ -11,0 +11,0 @@ constructor(client: Stan); |
@@ -10,3 +10,4 @@ import { Subjects } from "./subjects"; | ||
version: number; | ||
orderId?: string; | ||
}; | ||
} |
{ | ||
"name": "@actoservice/common", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
21783
559