react-doctor 0.5.6-dev.424d8f9 → 0.5.6-dev.431e515
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 +3 -3
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -44008,7 +44008,7 @@ const makeNoopConsole = () => ({
|
|
|
44008
44008
|
});
|
|
44009
44009
|
//#endregion
|
|
44010
44010
|
//#region src/cli/utils/version.ts
|
|
44011
|
-
const VERSION = "0.5.6-dev.
|
|
44011
|
+
const VERSION = "0.5.6-dev.431e515";
|
|
44012
44012
|
//#endregion
|
|
44013
44013
|
//#region src/cli/utils/json-mode.ts
|
|
44014
44014
|
let context = null;
|
|
@@ -44366,13 +44366,13 @@ const isDevVersion = (version) => version === "0.0.0" || version.includes("-");
|
|
|
44366
44366
|
* uploads source-map artifacts under, so stack frames symbolicate. Honors the
|
|
44367
44367
|
* standard `SENTRY_RELEASE` override.
|
|
44368
44368
|
*/
|
|
44369
|
-
const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.6-dev.
|
|
44369
|
+
const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.6-dev.431e515`;
|
|
44370
44370
|
/**
|
|
44371
44371
|
* Deployment environment shown in Sentry's environment filter. Defaults to
|
|
44372
44372
|
* `production` for tagged releases and `development` for dev/unbuilt versions,
|
|
44373
44373
|
* overridable via the standard `SENTRY_ENVIRONMENT` env var.
|
|
44374
44374
|
*/
|
|
44375
|
-
const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.6-dev.
|
|
44375
|
+
const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.6-dev.431e515") ? "development" : "production");
|
|
44376
44376
|
/**
|
|
44377
44377
|
* Performance-tracing sample rate in `[0, 1]`. Reads `SENTRY_TRACES_SAMPLE_RATE`
|
|
44378
44378
|
* (set to `0` to disable tracing) and falls back to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-doctor",
|
|
3
|
-
"version": "0.5.6-dev.
|
|
3
|
+
"version": "0.5.6-dev.431e515",
|
|
4
4
|
"description": "Your agent writes bad React. This catches it",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accessibility",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"vscode-languageserver": "^9.0.1",
|
|
65
65
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
66
66
|
"vscode-uri": "^3.1.0",
|
|
67
|
-
"oxlint-plugin-react-doctor": "0.5.6-dev.
|
|
67
|
+
"oxlint-plugin-react-doctor": "0.5.6-dev.431e515"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/babel__code-frame": "^7.27.0",
|