@pubkeeper/client
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -14,3 +14,3 @@ import EventEmitter from 'eventemitter3'; | ||
} | ||
declare type IWebSocketConstructor = new (...args: any[]) => WebSocket; | ||
declare type IWebSocketConstructor = new (url: string, protocols?: string | string[]) => WebSocket; | ||
export default class Client extends EventEmitter { | ||
@@ -17,0 +17,0 @@ readonly status: Status; |
{ | ||
"name": "@pubkeeper/client", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Pubkeeper javascript SDK", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -42,3 +42,3 @@ /* tslint:disable:unified-signatures */ | ||
type IWebSocketConstructor = new(...args: any[]) => WebSocket; | ||
type IWebSocketConstructor = new(url: string, protocols?: string | string[]) => WebSocket; | ||
@@ -45,0 +45,0 @@ type BrewerArgs = [Topic, Brewer.Options, ActivationCallback<IBrewer>]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
254124