react-doctor 0.5.7-dev.242bf69 → 0.5.7

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 +5 -5
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4aa7cab0-c8a8-5513-bde6-3f7a0a1bdaa7")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="80f0c020-6340-5bba-86a5-7cdbaecdf52d")}catch(e){}}();
3
3
  import { createRequire } from "node:module";
4
4
  import * as NodeChildProcess from "node:child_process";
5
5
  import { execFile, execFileSync, spawn, spawnSync } from "node:child_process";
@@ -44142,7 +44142,7 @@ const makeNoopConsole = () => ({
44142
44142
  });
44143
44143
  //#endregion
44144
44144
  //#region src/cli/utils/version.ts
44145
- const VERSION = "0.5.7-dev.242bf69";
44145
+ const VERSION = "0.5.7";
44146
44146
  //#endregion
44147
44147
  //#region src/cli/utils/json-mode.ts
44148
44148
  let context = null;
@@ -44504,13 +44504,13 @@ const isDevVersion = (version) => version === "0.0.0" || version.includes("-");
44504
44504
  * uploads source-map artifacts under, so stack frames symbolicate. Honors the
44505
44505
  * standard `SENTRY_RELEASE` override.
44506
44506
  */
44507
- const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.7-dev.242bf69`;
44507
+ const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.7`;
44508
44508
  /**
44509
44509
  * Deployment environment shown in Sentry's environment filter. Defaults to
44510
44510
  * `production` for tagged releases and `development` for dev/unbuilt versions,
44511
44511
  * overridable via the standard `SENTRY_ENVIRONMENT` env var.
44512
44512
  */
44513
- const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.7-dev.242bf69") ? "development" : "production");
44513
+ const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.7") ? "development" : "production");
44514
44514
  /**
44515
44515
  * Performance-tracing sample rate in `[0, 1]`. Reads `SENTRY_TRACES_SAMPLE_RATE`
44516
44516
  * (set to `0` to disable tracing) and falls back to
@@ -54305,4 +54305,4 @@ Promise.resolve().then(() => assertNoRemovedFlags(process.argv)).then(() => prog
54305
54305
  export {};
54306
54306
 
54307
54307
  //# sourceMappingURL=cli.js.map
54308
- //# debugId=4aa7cab0-c8a8-5513-bde6-3f7a0a1bdaa7
54308
+ //# debugId=80f0c020-6340-5bba-86a5-7cdbaecdf52d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-doctor",
3
- "version": "0.5.7-dev.242bf69",
3
+ "version": "0.5.7",
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.7-dev.242bf69"
67
+ "oxlint-plugin-react-doctor": "0.5.7"
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/core": "0.5.7",
76
75
  "@react-doctor/api": "0.5.7",
76
+ "@react-doctor/core": "0.5.7",
77
77
  "@react-doctor/language-server": "0.5.7"
78
78
  },
79
79
  "engines": {