eslint-plugin-react-debug 5.8.4-next.0 → 5.8.4-next.1

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/index.js +2 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ var __exportAll = (all, no_symbols) => {
28
28
  //#endregion
29
29
  //#region package.json
30
30
  var name$1 = "eslint-plugin-react-debug";
31
- var version = "5.8.4-next.0";
31
+ var version = "5.8.4-next.1";
32
32
 
33
33
  //#endregion
34
34
  //#region src/utils/create-rule.ts
@@ -380,7 +380,7 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
380
380
  function report(context) {
381
381
  return (descriptor) => {
382
382
  if (descriptor == null) return;
383
- return context.report(descriptor);
383
+ context.report(descriptor);
384
384
  };
385
385
  }
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-debug",
3
- "version": "5.8.4-next.0",
3
+ "version": "5.8.4-next.1",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,11 +41,11 @@
41
41
  "@typescript-eslint/types": "^8.59.3",
42
42
  "@typescript-eslint/utils": "^8.59.3",
43
43
  "ts-pattern": "^5.9.0",
44
- "@eslint-react/ast": "5.8.4-next.0",
45
- "@eslint-react/core": "5.8.4-next.0",
46
- "@eslint-react/jsx": "5.8.4-next.0",
47
- "@eslint-react/eslint": "5.8.4-next.0",
48
- "@eslint-react/shared": "5.8.4-next.0"
44
+ "@eslint-react/ast": "5.8.4-next.1",
45
+ "@eslint-react/core": "5.8.4-next.1",
46
+ "@eslint-react/jsx": "5.8.4-next.1",
47
+ "@eslint-react/shared": "5.8.4-next.1",
48
+ "@eslint-react/eslint": "5.8.4-next.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/react": "^19.2.14",
@@ -69,7 +69,7 @@
69
69
  "@local/eff": "workspace:*"
70
70
  },
71
71
  "scripts": {
72
- "build": "tsdown --dts-resolve",
72
+ "build": "tsdown",
73
73
  "lint:publish": "publint",
74
74
  "lint:ts": "tsl"
75
75
  }