@eslint-react/eslint-plugin 1.23.3-next.2 → 1.23.3-next.4

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/index.js CHANGED
@@ -26,7 +26,7 @@ var __export = (target, all) => {
26
26
 
27
27
  // package.json
28
28
  var name = "@eslint-react/eslint-plugin";
29
- var version = "1.23.3-next.2";
29
+ var version = "1.23.3-next.4";
30
30
 
31
31
  // src/configs/all.ts
32
32
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var __export = (target, all) => {
15
15
 
16
16
  // package.json
17
17
  var name = "@eslint-react/eslint-plugin";
18
- var version = "1.23.3-next.2";
18
+ var version = "1.23.3-next.4";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.23.3-next.2",
3
+ "version": "1.23.3-next.4",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -24,7 +24,6 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "Eva1ent<rel1cx@proton.me>",
27
- "sideEffects": false,
28
27
  "exports": {
29
28
  ".": {
30
29
  "import": {
@@ -39,7 +38,6 @@
39
38
  "./package.json": "./package.json"
40
39
  },
41
40
  "main": "dist/index.js",
42
- "module": "dist/index.mjs",
43
41
  "types": "dist/index.d.ts",
44
42
  "files": [
45
43
  "dist",
@@ -50,15 +48,15 @@
50
48
  "@typescript-eslint/type-utils": "^8.19.1",
51
49
  "@typescript-eslint/types": "^8.19.1",
52
50
  "@typescript-eslint/utils": "^8.19.1",
53
- "@eslint-react/eff": "1.23.3-next.2",
54
- "@eslint-react/shared": "1.23.3-next.2",
55
- "@eslint-react/types": "1.23.3-next.2",
56
- "eslint-plugin-react-debug": "1.23.3-next.2",
57
- "eslint-plugin-react-dom": "1.23.3-next.2",
58
- "eslint-plugin-react-naming-convention": "1.23.3-next.2",
59
- "eslint-plugin-react-hooks-extra": "1.23.3-next.2",
60
- "eslint-plugin-react-web-api": "1.23.3-next.2",
61
- "eslint-plugin-react-x": "1.23.3-next.2"
51
+ "@eslint-react/eff": "1.23.3-next.4",
52
+ "@eslint-react/shared": "1.23.3-next.4",
53
+ "@eslint-react/types": "1.23.3-next.4",
54
+ "eslint-plugin-react-debug": "1.23.3-next.4",
55
+ "eslint-plugin-react-dom": "1.23.3-next.4",
56
+ "eslint-plugin-react-hooks-extra": "1.23.3-next.4",
57
+ "eslint-plugin-react-naming-convention": "1.23.3-next.4",
58
+ "eslint-plugin-react-web-api": "1.23.3-next.4",
59
+ "eslint-plugin-react-x": "1.23.3-next.4"
62
60
  },
63
61
  "devDependencies": {
64
62
  "tsup": "^8.3.5",
@@ -83,6 +81,8 @@
83
81
  "publishConfig": {
84
82
  "access": "public"
85
83
  },
84
+ "sideEffects": false,
85
+ "module": "dist/index.mjs",
86
86
  "scripts": {
87
87
  "build": "tsup --dts-resolve",
88
88
  "lint:publish": "pnpm publint",