@gedit/connection
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -34,3 +34,3 @@ /******************************************************************************** | ||
} | ||
export declare type ConnectionErrorHandlerOptions = Partial<ResolvedConnectionErrorHandlerOptions> & { | ||
export type ConnectionErrorHandlerOptions = Partial<ResolvedConnectionErrorHandlerOptions> & { | ||
readonly serverName: string; | ||
@@ -37,0 +37,0 @@ readonly logger: Logger; |
@@ -19,3 +19,3 @@ /******************************************************************************** | ||
import { ConnectionHandler } from './handler'; | ||
export declare type JsonRpcServer<Client> = Disposable & { | ||
export type JsonRpcServer<Client> = Disposable & { | ||
/** | ||
@@ -33,3 +33,3 @@ * If this server is a proxy to a remote server then | ||
} | ||
export declare type JsonRpcProxy<T> = T & JsonRpcConnectionEventEmitter; | ||
export type JsonRpcProxy<T> = T & JsonRpcConnectionEventEmitter; | ||
export declare class JsonRpcConnectionHandler<T extends object> implements ConnectionHandler { | ||
@@ -36,0 +36,0 @@ readonly path: string; |
{ | ||
"name": "@gedit/connection", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "main": "lib/common/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.2.7", | ||
"@gedit/utils": "^0.2.7", | ||
"@gedit/application-common": "^0.2.8", | ||
"@gedit/utils": "^0.2.8", | ||
"@types/lodash.throttle": "^4.1.3", | ||
@@ -36,3 +36,3 @@ "lodash.throttle": "^4.1.1", | ||
}, | ||
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a" | ||
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
148881
Updated@gedit/utils@^0.2.8