@open-wa/wa-automate 4.36.3 → 4.36.4

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.
@@ -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",