@open-wa/wa-automate 4.55.1 → 4.55.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,7 @@ exports.optionList = [{
87
87
  name: 'ef',
88
88
  type: String,
89
89
  //@ts-ignore
90
- default: ["qr", "STARTUP", "MD_DETECT"],
90
+ default: ["qr", "STARTUP", "MD_DETECT", "qrUrl"],
91
91
  isMultiple: true,
92
92
  typeLabel: '{blueBright {underline qr,STARTUP}}',
93
93
  description: "Filters which namespaces trigger the webhook set in -e/--ev."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.55.1",
3
+ "version": "4.55.2",
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",