@sstickets/common
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -7,3 +7,3 @@ import { Message, Stan } from 'node-nats-streaming'; | ||
abstract onMessage(data: T['data'], msg: Message): void; | ||
private client; | ||
protected client: Stan; | ||
protected ackWait: number; | ||
@@ -10,0 +10,0 @@ constructor(client: Stan); |
@@ -5,5 +5,5 @@ import { Event } from './event'; | ||
abstract subject: T['subject']; | ||
private client; | ||
protected client: Stan; | ||
constructor(client: Stan); | ||
publish(data: T['data']): Promise<void>; | ||
} |
@@ -8,2 +8,3 @@ import { Subjects } from './subjects'; | ||
userId: string; | ||
orderId?: string; | ||
} | ||
@@ -10,0 +11,0 @@ export interface TicketCreatedEvent { |
{ | ||
"name": "@sstickets/common", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24006
595