@open-wa/wa-automate 4.40.1 → 4.40.2

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/dist/cli/setup.js CHANGED
@@ -156,7 +156,7 @@ const configFile = (config) => {
156
156
  else {
157
157
  attempt();
158
158
  }
159
- logging_1.log.info(`Using config file: ${confFile.confPath || "???"}`);
159
+ logging_1.log.info(`Using config file: ${(confFile || {}).confPath || "???"}`);
160
160
  return confFile;
161
161
  };
162
162
  exports.configFile = configFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.40.1",
3
+ "version": "4.40.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",