react-doctor 0.5.8-dev.31c0657 → 0.5.8-dev.7f9e7f4
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 +4 -4
package/dist/cli.js
CHANGED
|
@@ -44911,7 +44911,7 @@ const makeNoopConsole = () => ({
|
|
|
44911
44911
|
});
|
|
44912
44912
|
//#endregion
|
|
44913
44913
|
//#region src/cli/utils/version.ts
|
|
44914
|
-
const VERSION = "0.5.8-dev.
|
|
44914
|
+
const VERSION = "0.5.8-dev.7f9e7f4";
|
|
44915
44915
|
//#endregion
|
|
44916
44916
|
//#region src/cli/utils/json-mode.ts
|
|
44917
44917
|
let context = null;
|
|
@@ -45275,13 +45275,13 @@ const isDevVersion = (version) => version === "0.0.0" || version.includes("-");
|
|
|
45275
45275
|
* uploads source-map artifacts under, so stack frames symbolicate. Honors the
|
|
45276
45276
|
* standard `SENTRY_RELEASE` override.
|
|
45277
45277
|
*/
|
|
45278
|
-
const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.8-dev.
|
|
45278
|
+
const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.8-dev.7f9e7f4`;
|
|
45279
45279
|
/**
|
|
45280
45280
|
* Deployment environment shown in Sentry's environment filter. Defaults to
|
|
45281
45281
|
* `production` for tagged releases and `development` for dev/unbuilt versions,
|
|
45282
45282
|
* overridable via the standard `SENTRY_ENVIRONMENT` env var.
|
|
45283
45283
|
*/
|
|
45284
|
-
const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.8-dev.
|
|
45284
|
+
const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.8-dev.7f9e7f4") ? "development" : "production");
|
|
45285
45285
|
/**
|
|
45286
45286
|
* Performance-tracing sample rate in `[0, 1]`. Reads `SENTRY_TRACES_SAMPLE_RATE`
|
|
45287
45287
|
* (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.8-dev.
|
|
3
|
+
"version": "0.5.8-dev.7f9e7f4",
|
|
4
4
|
"description": "Your agent writes bad React. This catches it",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accessibility",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"vscode-languageserver": "^9.0.1",
|
|
64
64
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
65
65
|
"vscode-uri": "^3.1.0",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
66
|
+
"deslop-js": "0.5.8",
|
|
67
|
+
"oxlint-plugin-react-doctor": "0.5.8-dev.7f9e7f4"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/babel__code-frame": "^7.27.0",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@xterm/headless": "^6.0.0",
|
|
73
73
|
"commander": "^14.0.3",
|
|
74
74
|
"ora": "^9.4.0",
|
|
75
|
-
"@react-doctor/api": "0.5.8",
|
|
76
75
|
"@react-doctor/core": "0.5.8",
|
|
76
|
+
"@react-doctor/api": "0.5.8",
|
|
77
77
|
"@react-doctor/language-server": "0.5.8"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|