@matrixai/ws
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
import type { WebSocketClientConfigInput } from './types'; | ||
import type { ResolveHostname, StreamCodeToReason, StreamReasonToCode, WebSocketClientConfigInput } from './types'; | ||
import type { ContextTimedInput } from '@matrixai/contexts'; | ||
@@ -40,2 +40,5 @@ import { createDestroy } from '@matrixai/async-init'; | ||
config?: WebSocketClientConfigInput; | ||
resolveHostname?: ResolveHostname; | ||
reasonToCode?: StreamReasonToCode; | ||
codeToReason?: StreamCodeToReason; | ||
logger?: Logger; | ||
@@ -42,0 +45,0 @@ }, ctx?: Partial<ContextTimedInput>): Promise<WebSocketClient>; |
{ | ||
"name": "@matrixai/ws", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Matrix AI", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
290568
4673