Compare commits

..

2 Commits

Author SHA1 Message Date
f0aba45cec 1.1.3 2016-09-03 00:41:52 +02:00
f327fa2784 updated dependencies and exported socketConnection 2016-09-03 00:41:49 +02:00
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "smartsocket",
"version": "1.1.2",
"version": "1.1.3",
"description": "easy and secure websocket communication, Typescript ready",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -22,18 +22,18 @@
"@types/shortid": "0.0.27",
"@types/socket.io": "^1.4.26",
"@types/socket.io-client": "^1.4.26",
"beautylog": "^5.0.20",
"beautylog": "^5.0.23",
"lik": "^1.0.15",
"nodehash": "^1.0.4",
"q": "^1.4.1",
"shortid": "^2.2.6",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"taskbuffer": "^1.0.7"
"taskbuffer": "^1.0.8"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^11.0.0",
"typings-test": "^1.0.1"
"should": "^11.1.0",
"typings-test": "^1.0.2"
}
}

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!