updated dependencies and exported socketConnection

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

View File

@ -22,18 +22,18 @@
"@types/shortid": "0.0.27", "@types/shortid": "0.0.27",
"@types/socket.io": "^1.4.26", "@types/socket.io": "^1.4.26",
"@types/socket.io-client": "^1.4.26", "@types/socket.io-client": "^1.4.26",
"beautylog": "^5.0.20", "beautylog": "^5.0.23",
"lik": "^1.0.15", "lik": "^1.0.15",
"nodehash": "^1.0.4", "nodehash": "^1.0.4",
"q": "^1.4.1", "q": "^1.4.1",
"shortid": "^2.2.6", "shortid": "^2.2.6",
"socket.io": "^1.4.8", "socket.io": "^1.4.8",
"socket.io-client": "^1.4.8", "socket.io-client": "^1.4.8",
"taskbuffer": "^1.0.7" "taskbuffer": "^1.0.8"
}, },
"devDependencies": { "devDependencies": {
"npmts-g": "^5.2.8", "npmts-g": "^5.2.8",
"should": "^11.0.0", "should": "^11.1.0",
"typings-test": "^1.0.1" "typings-test": "^1.0.2"
} }
} }

View File

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