@pubkeeper/client
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -44,5 +44,5 @@ import EventEmitter from 'eventemitter3'; | ||
removeBrewer(token: Brewer.Sentinel): void; | ||
addPatron(topic: Topic): Brewer.Sentinel; | ||
addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Brewer.Sentinel; | ||
addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Brewer.Sentinel; | ||
addPatron(topic: Topic): Patron.Sentinel; | ||
addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Patron.Sentinel; | ||
addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Patron.Sentinel; | ||
removePatron(token: Patron.Sentinel): void; | ||
@@ -49,0 +49,0 @@ private setStatus; |
{ | ||
"name": "@pubkeeper/client", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Pubkeeper javascript SDK", | ||
@@ -53,3 +53,3 @@ "main": "./dist/index.js", | ||
"@pubkeeper/default-cipher-helpers": "^2.0.0", | ||
"@pubkeeper/types": "^1.0.0", | ||
"@pubkeeper/types": "^1.0.2", | ||
"@types/debug": "^0.0.31", | ||
@@ -56,0 +56,0 @@ "debug": "^2.6.9", |
@@ -177,5 +177,5 @@ /* tslint:disable:unified-signatures */ | ||
public addPatron(topic: Topic): Brewer.Sentinel; | ||
public addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Brewer.Sentinel; | ||
public addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Brewer.Sentinel; | ||
public addPatron(topic: Topic): Patron.Sentinel; | ||
public addPatron(topic: Topic, callback: ActivationCallback<IPatron>): Patron.Sentinel; | ||
public addPatron(topic: Topic, options: Patron.Options, callback: ActivationCallback<IPatron>): Patron.Sentinel; | ||
public addPatron(topic: Topic, ...args: any[]): Patron.Sentinel { | ||
@@ -182,0 +182,0 @@ const token = patronSentinel(topic); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Updated@pubkeeper/types@^1.0.2