apex-auditor 0.2.5 → 0.2.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.
@@ -2,7 +2,7 @@ import { readdir } from "node:fs/promises";
2
2
  import { join, relative, sep } from "node:path";
3
3
  import { pathExists, readTextFile } from "./fs-utils.js";
4
4
  const PAGE_EXTENSIONS = [".tsx", ".ts", ".jsx", ".js"];
5
- const DEFAULT_LIMIT = 25;
5
+ const DEFAULT_LIMIT = 200;
6
6
  const SOURCE_NEXT_APP = "next-app";
7
7
  const SOURCE_NEXT_PAGES = "next-pages";
8
8
  const SOURCE_REMIX = "remix-routes";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apex-auditor",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "description": "CLI to run structured Lighthouse audits (Performance, Accessibility, Best Practices, SEO) across routes.",
6
6
  "type": "module",