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