@ejfdelgado/ejflab-back 1.27.3 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-back",
3
- "version": "1.27.3",
3
+ "version": "1.28.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ejfdelgado/ejflab-back.git"
@@ -427,6 +427,9 @@ export class SocketIOCall {
427
427
  const processor = parts[1];
428
428
  const instance = parts[2];
429
429
  decoded['method'] = parts[3];
430
+ decoded['pig'] = {
431
+ now: new Date().getTime(),
432
+ };
430
433
 
431
434
  // Get socket destiny if channel is websocket
432
435
  let socketId = null;