@open-wa/wa-automate 4.32.16 → 4.32.17

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.
@@ -2130,6 +2130,7 @@ class Client {
2130
2130
  getGroupMembers(groupId) {
2131
2131
  return __awaiter(this, void 0, void 0, function* () {
2132
2132
  const membersIds = yield this.getGroupMembersId(groupId);
2133
+ logging_1.log.info("group members ids", membersIds);
2133
2134
  const actions = membersIds.map(memberId => {
2134
2135
  return this.getContact(memberId);
2135
2136
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.32.16",
3
+ "version": "4.32.17",
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",