@jbmikk-proto/common
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -11,3 +11,3 @@ import { Message, Stan } from 'node-nats-streaming'; | ||
abstract onMessage(data: T['data'], msg: Message): void; | ||
private client; | ||
protected client: Stan; | ||
protected ackWait: number; | ||
@@ -14,0 +14,0 @@ constructor(client: Stan); |
@@ -9,3 +9,3 @@ import { Stan } from 'node-nats-streaming'; | ||
abstract subject: T['subject']; | ||
private client; | ||
protected client: Stan; | ||
constructor(client: Stan); | ||
@@ -12,0 +12,0 @@ publish(data: T['data']): Promise<void>; |
@@ -10,3 +10,4 @@ import { Subjects } from './subjects'; | ||
userId: string; | ||
orderId?: number; | ||
}; | ||
} |
{ | ||
"name": "@jbmikk-proto/common", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"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
21439
551