@open-wa/wa-automate 4.36.3 → 4.36.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -333,6 +333,7 @@ const setupSocketServer = (cliConfig, client) => __awaiter(void 0, void 0, void
333
333
  socketListenerCallbacks[socket.id] = {};
334
334
  });
335
335
  socket.onAny((m, ...args) => __awaiter(void 0, void 0, void 0, function* () {
336
+ __1.log.info("🔌", m);
336
337
  if (m === "register_ev") {
337
338
  __1.ev.onAny((event, value) => socket.emit(event, value));
338
339
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.36.3",
3
+ "version": "4.36.4",
4
4
  "licenseCheckUrl": "https://funcs.openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",