react-doctor 0.0.39 → 0.0.40
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2565,7 +2565,7 @@ const promptProjectSelection = async (workspacePackages, rootDirectory) => {
|
|
|
2565
2565
|
|
|
2566
2566
|
//#endregion
|
|
2567
2567
|
//#region src/cli.ts
|
|
2568
|
-
const VERSION = "0.0.
|
|
2568
|
+
const VERSION = "0.0.40";
|
|
2569
2569
|
const VALID_FAIL_ON_LEVELS = new Set([
|
|
2570
2570
|
"error",
|
|
2571
2571
|
"warning",
|