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