@alint-js/cli 0.0.5 → 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.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Diagnostic, RunResult } from "@alint-js/core";
2
2
 
3
- //#region src/cli/cli.d.ts
3
+ //#region src/cli/types.d.ts
4
4
  interface CliIo {
5
5
  cwd: string;
6
6
  env?: NodeJS.ProcessEnv;
@@ -15,6 +15,8 @@ interface CliWritable {
15
15
  isTTY?: boolean;
16
16
  write: (chunk: string) => unknown;
17
17
  }
18
+ //#endregion
19
+ //#region src/cli/cli.d.ts
18
20
  declare function executeCli(argv: string[], io: CliIo): Promise<number>;
19
21
  //#endregion
20
22
  //#region src/cli/reporters/index.d.ts
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { i as formatJson, n as formatDiagnostics, r as formatStylish, t as executeCli } from "./cli-CoS-NVz_.mjs";
1
+ import { i as formatJson, n as formatDiagnostics, r as formatStylish, t as executeCli } from "./cli-D7cUTZnE.mjs";
2
2
  export { executeCli, formatDiagnostics, formatJson, formatStylish };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alint-js/cli",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.7",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.mts",
@@ -21,11 +21,12 @@
21
21
  "cac": "^7.0.0",
22
22
  "cli-spinners": "^3.4.0",
23
23
  "gitignore-fs": "^2.2.3",
24
+ "minimatch": "^10.2.5",
24
25
  "pathe": "^2.0.3",
25
26
  "table": "^6.9.0",
26
27
  "tinyrainbow": "^3.1.0",
27
- "@alint-js/config": "0.0.5",
28
- "@alint-js/core": "0.0.5"
28
+ "@alint-js/core": "0.0.7",
29
+ "@alint-js/config": "0.0.7"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@types/node": "^26.0.1",