updated dependencies and exported socketConnection

This commit is contained in:
2016-09-03 00:41:49 +02:00
parent 983b4672fd
commit f327fa2784
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ export * from "./smartsocket.classes.smartsocketclient";
// export further classes and objects
export * from "./smartsocket.classes.socketfunction";
export * from "./smartsocket.classes.socketrole";
export * from "./smartsocket.classes.socketconnection";
export {allSocketConnections} from "./smartsocket.classes.socketconnection";
// need something more exposed? Create an issue on GitLab!