Comparing version 0.0.122 to 0.0.123
{ | ||
"name": "webdetta", | ||
"version": "0.0.122", | ||
"version": "0.0.123", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -58,2 +58,3 @@ // MIT License | ||
ws.send(data); | ||
lastSent(data); | ||
} | ||
@@ -109,2 +110,3 @@ } | ||
const lastError = rVal(); | ||
const lastSent = rVal(); | ||
@@ -116,2 +118,3 @@ const instance = { | ||
onMessage: lastMessage.on, | ||
onSend: lastSent.on, | ||
onError: lastError.on, | ||
@@ -118,0 +121,0 @@ connect, |
106379
3127