react-doctor 0.0.33 → 0.0.34

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 +1 -1
package/dist/cli.js CHANGED
@@ -2280,7 +2280,7 @@ const promptProjectSelection = async (workspacePackages, rootDirectory) => {
2280
2280
 
2281
2281
  //#endregion
2282
2282
  //#region src/cli.ts
2283
- const VERSION = "0.0.33";
2283
+ const VERSION = "0.0.34";
2284
2284
  const VALID_FAIL_ON_LEVELS = new Set([
2285
2285
  "error",
2286
2286
  "warning",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-doctor",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "Diagnose and fix performance issues in your React app",
5
5
  "keywords": [
6
6
  "diagnostics",