@stacksjs/logging 0.58.28 → 0.58.44
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/index.js +0 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -678,8 +678,6 @@ import {stdin, stdout} from "process";
|
|
|
678
678
|
import f from "readline";
|
|
679
679
|
import {WriteStream} from "tty";
|
|
680
680
|
import require$$0 from "tty";
|
|
681
|
-
import"util";
|
|
682
|
-
import"path";
|
|
683
681
|
async function prompt(message, opts = {}) {
|
|
684
682
|
if (!opts.type || opts.type === "text") {
|
|
685
683
|
return await text({
|
|
@@ -1785,10 +1783,6 @@ init_consola_36c0034f();
|
|
|
1785
1783
|
init_core();
|
|
1786
1784
|
init_consola_06ad8a64();
|
|
1787
1785
|
init_utils();
|
|
1788
|
-
import"process";
|
|
1789
|
-
import"tty";
|
|
1790
|
-
import"util";
|
|
1791
|
-
import"path";
|
|
1792
1786
|
|
|
1793
1787
|
// src/index.ts
|
|
1794
1788
|
import {ExitCode} from "@stacksjs/types";
|