@stacksjs/buddy 0.58.71 → 0.58.73

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.
@@ -1,4 +1,4 @@
1
- // /home/runner/work/stacks/stacks/node_modules/consola/dist/core.mjs
1
+ // ../../../../node_modules/consola/dist/core.mjs
2
2
  var isObject = function(value) {
3
3
  return value !== null && typeof value === "object";
4
4
  };
@@ -377,7 +377,7 @@ Consola.prototype.mock = Consola.prototype.mockTypes;
377
377
  Consola.prototype.pause = Consola.prototype.pauseLogs;
378
378
  Consola.prototype.resume = Consola.prototype.resumeLogs;
379
379
 
380
- // /home/runner/work/stacks/stacks/node_modules/consola/dist/shared/consola.06ad8a64.mjs
380
+ // ../../../../node_modules/consola/dist/shared/consola.06ad8a64.mjs
381
381
  import {formatWithOptions} from "util";
382
382
  import {sep} from "path";
383
383
  var parseStack = function(stack) {
@@ -434,7 +434,7 @@ class BasicReporter {
434
434
  }
435
435
  }
436
436
 
437
- // /home/runner/work/stacks/stacks/node_modules/consola/dist/utils.mjs
437
+ // ../../../../node_modules/consola/dist/utils.mjs
438
438
  import * as tty from "tty";
439
439
  var replaceClose = function(index, string, close, replace, head = string.slice(0, Math.max(0, index)) + replace, tail = string.slice(Math.max(0, index + close.length)), next = tail.indexOf(close)) {
440
440
  return head + (next < 0 ? tail : replaceClose(next, tail, close, replace));
@@ -644,7 +644,7 @@ var defaultStyle = {
644
644
  marginBottom: 1
645
645
  };
646
646
 
647
- // /home/runner/work/stacks/stacks/node_modules/consola/dist/shared/consola.36c0034f.mjs
647
+ // ../../../../node_modules/consola/dist/shared/consola.36c0034f.mjs
648
648
  import process$1 from "process";
649
649
  var detectProvider = function(env2) {
650
650
  for (const provider of providers) {