auix 0.0.6 → 0.0.7
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 +2069 -1723
- package/dist/{prompt-ugNMxPnj.js → prompt-CoAj8htw.js} +1 -3
- package/package.json +2 -2
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import g$1, { stdin, stdout } from "node:process";
|
|
3
3
|
import { WriteStream } from "node:tty";
|
|
4
4
|
import f from "node:readline";
|
|
5
|
-
|
|
6
5
|
//#region ../../node_modules/consola/dist/chunks/prompt.mjs
|
|
7
6
|
function getDefaultExportFromCjs(x) {
|
|
8
7
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
@@ -843,6 +842,5 @@ async function prompt(message, opts = {}) {
|
|
|
843
842
|
}).then(handleCancel);
|
|
844
843
|
throw new Error(`Unknown prompt type: ${opts.type}`);
|
|
845
844
|
}
|
|
846
|
-
|
|
847
845
|
//#endregion
|
|
848
|
-
export { prompt };
|
|
846
|
+
export { prompt };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auix",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "CLI for auix platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@auix/env": "workspace:*",
|
|
28
28
|
"@auix/tsconfig": "workspace:*",
|
|
29
|
-
"citty": "^0.1
|
|
29
|
+
"citty": "^0.2.1",
|
|
30
30
|
"tsdown": "catalog:",
|
|
31
31
|
"tsx": "catalog:"
|
|
32
32
|
}
|