react-doctor 0.0.31 → 0.0.32
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
|
@@ -2379,7 +2379,7 @@ const maybePromptSkillInstall = async (shouldSkipPrompts) => {
|
|
|
2379
2379
|
|
|
2380
2380
|
//#endregion
|
|
2381
2381
|
//#region src/cli.ts
|
|
2382
|
-
const VERSION = "0.0.
|
|
2382
|
+
const VERSION = "0.0.32";
|
|
2383
2383
|
const VALID_FAIL_ON_LEVELS = new Set([
|
|
2384
2384
|
"error",
|
|
2385
2385
|
"warning",
|