@stacksjs/actions 0.68.0 → 0.68.1

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.
@@ -13530,7 +13530,6 @@ async function writeToLogFile(message, options) {
13530
13530
  try {
13531
13531
  await access(logFile);
13532
13532
  } catch {
13533
- console.log("Creating log file directory...", logFile);
13534
13533
  await mkdir(dirname2(logFile), { recursive: true });
13535
13534
  }
13536
13535
  await appendFile(logFile, formattedMessage);
@@ -19052,7 +19051,7 @@ var init_esm = __esm(() => {
19052
19051
  });
19053
19052
 
19054
19053
  // ../cli/package.json
19055
- var version = "0.68.0";
19054
+ var version = "0.68.1";
19056
19055
  var init_package = () => {
19057
19056
  };
19058
19057