react-doctor 0.5.8-dev.f4e8e4b → 0.5.8

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]="6a2c86b6-c3a8-5e50-8e7b-daef840df200")}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]="b9fd3264-fe81-57c6-8015-9b13e23f468c")}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";
@@ -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.f4e8e4b";
44914
+ const VERSION = "0.5.8";
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.f4e8e4b`;
45278
+ const resolveSentryRelease = () => process.env.SENTRY_RELEASE || `react-doctor@0.5.8`;
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.f4e8e4b") ? "development" : "production");
45284
+ const resolveSentryEnvironment = () => process.env.SENTRY_ENVIRONMENT || (isDevVersion("0.5.8") ? "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
@@ -55350,4 +55350,4 @@ Promise.resolve().then(() => assertNoRemovedFlags(process.argv)).then(() => prog
55350
55350
  export {};
55351
55351
 
55352
55352
  //# sourceMappingURL=cli.js.map
55353
- //# debugId=6a2c86b6-c3a8-5e50-8e7b-daef840df200
55353
+ //# debugId=b9fd3264-fe81-57c6-8015-9b13e23f468c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-doctor",
3
- "version": "0.5.8-dev.f4e8e4b",
3
+ "version": "0.5.8",
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
- "oxlint-plugin-react-doctor": "0.5.8-dev.f4e8e4b",
67
- "deslop-js": "0.5.8"
66
+ "deslop-js": "0.5.8",
67
+ "oxlint-plugin-react-doctor": "0.5.8"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/babel__code-frame": "^7.27.0",