Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "eventm", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Eventm help you to manage all evenements in your code. The library store the state, data returned and the callback stack for you. Can be used like RabbitMQ in your local project.", | ||
@@ -5,0 +5,0 @@ "main": "eventm.min.js", |
@@ -80,2 +80,2 @@ # Event Manager | ||
| keepSession | true | true = If the callback is alreayd executed, `keepSession` keep the session open for the futur callback | ||
| promise | false | true = The callback is called with a single paramter - false = The callback is call with (`err`, `data`) => {} parameters | ||
| promise | true | true = The callback is called with a single paramter - false = The callback is call with (`err`, `data`) => {} parameters |