@code-pushup/eslint-plugin 0.8.11 → 0.8.12

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.
Files changed (3) hide show
  1. package/bin.js +2 -2
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/bin.js CHANGED
@@ -601,7 +601,7 @@ function pluginWorkDir(slug) {
601
601
  return join("node_modules", ".code-pushup", slug);
602
602
  }
603
603
 
604
- // packages/utils/src/lib/report.ts
604
+ // packages/utils/src/lib/reports/utils.ts
605
605
  function compareIssueSeverity(severity1, severity2) {
606
606
  const levels = {
607
607
  info: 0,
@@ -619,7 +619,7 @@ var git = simpleGit();
619
619
  import chalk2 from "chalk";
620
620
  import { MultiProgressBars } from "multi-progress-bars";
621
621
 
622
- // packages/utils/src/lib/report-to-stdout.ts
622
+ // packages/utils/src/lib/reports/generate-stdout-summary.ts
623
623
  import cliui from "@isaacs/cliui";
624
624
  import chalk3 from "chalk";
625
625
  import Table from "cli-table3";
package/index.js CHANGED
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
5
5
 
6
6
  // packages/plugin-eslint/package.json
7
7
  var name = "@code-pushup/eslint-plugin";
8
- var version = "0.8.11";
8
+ var version = "0.8.12";
9
9
 
10
10
  // packages/plugin-eslint/src/lib/config.ts
11
11
  import { z } from "zod";
@@ -622,7 +622,7 @@ var git = simpleGit();
622
622
  import chalk2 from "chalk";
623
623
  import { MultiProgressBars } from "multi-progress-bars";
624
624
 
625
- // packages/utils/src/lib/report-to-stdout.ts
625
+ // packages/utils/src/lib/reports/generate-stdout-summary.ts
626
626
  import cliui from "@isaacs/cliui";
627
627
  import chalk3 from "chalk";
628
628
  import Table from "cli-table3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/eslint-plugin",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "dependencies": {
5
5
  "@code-pushup/utils": "*",
6
6
  "@code-pushup/models": "*",