@d-fischer/connection
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,4 +0,4 @@ | ||
import Connection from './Connection'; | ||
import Connection, { ConnectionInfo } from './Connection'; | ||
import DirectConnection from './DirectConnection'; | ||
import WebSocketConnection from './WebSocketConnection'; | ||
export { Connection, DirectConnection, WebSocketConnection }; | ||
export { Connection, ConnectionInfo, DirectConnection, WebSocketConnection }; |
{ | ||
"name": "@d-fischer/connection", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Abstraction for packet-based connections.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
20812