@quireco/cli 0.0.5 → 0.0.6
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/README.md +10 -0
- package/dist/{chunk-Vs_PY4HZ.mjs → chunk-e9Ob2GDo.mjs} +1 -12
- package/dist/{cli-3Mjzx8Vj.mjs → cli-D7sefGte.mjs} +7739 -7342
- package/dist/{dist-CF5hqugO.mjs → dist-CW-Om7Oq.mjs} +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.mjs +1 -1
- package/dist/quire.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as __require, t as __commonJSMin } from "./chunk-e9Ob2GDo.mjs";
|
|
2
2
|
//#region ../../node_modules/.pnpm/xdelta3-wasm@1.0.0/node_modules/xdelta3-wasm/dist/xdelta3-wasm.cjs.production.min.js
|
|
3
3
|
var require_xdelta3_wasm_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
4
4
|
function t() {
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as _$citty from "citty";
|
|
2
|
-
import { CommandDef } from "citty";
|
|
3
2
|
|
|
4
3
|
//#region src/cli.d.ts
|
|
5
|
-
declare const cli: CommandDef<_$citty.ArgsDef>;
|
|
4
|
+
declare const cli: _$citty.CommandDef<_$citty.ArgsDef>;
|
|
6
5
|
declare function main(rawArgs?: string[]): Promise<void>;
|
|
7
6
|
//#endregion
|
|
8
7
|
//#region src/exit-codes.d.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-
|
|
1
|
+
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-D7sefGte.mjs";
|
|
2
2
|
export { CliError, ExitCode, cli, main };
|
package/dist/quire.mjs
CHANGED