react-doctor 0.2.12-dev.9617aeb → 0.2.12-dev.d40a933

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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -6674,7 +6674,7 @@ const resolveOxlintNodeEffect = (isLintEnabled, isQuiet) => Effect.gen(function*
6674
6674
  const resolveOxlintNode = (isLintEnabled, isQuiet) => Effect.runPromise(resolveOxlintNodeEffect(isLintEnabled, isQuiet).pipe(Effect.provide(NodeResolver.layerNode)));
6675
6675
  //#endregion
6676
6676
  //#region src/cli/utils/version.ts
6677
- const VERSION = "0.2.12-dev.9617aeb";
6677
+ const VERSION = "0.2.12-dev.d40a933";
6678
6678
  //#endregion
6679
6679
  //#region src/inspect.ts
6680
6680
  const silentConsole = makeNoopConsole();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-doctor",
3
- "version": "0.2.12-dev.9617aeb",
3
+ "version": "0.2.12-dev.d40a933",
4
4
  "description": "Diagnose and fix React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues",
5
5
  "keywords": [
6
6
  "accessibility",
@@ -58,7 +58,7 @@
58
58
  "oxlint": "^1.66.0",
59
59
  "prompts": "^2.4.2",
60
60
  "typescript": ">=5.0.4 <7",
61
- "oxlint-plugin-react-doctor": "0.2.12-dev.9617aeb"
61
+ "oxlint-plugin-react-doctor": "0.2.12-dev.d40a933"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/prompts": "^2.4.9",