@eslint-react/shared 1.22.2-beta.0 → 1.22.2-next.2

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.d.mts CHANGED
@@ -11,7 +11,7 @@ declare const NPM_SCOPE = "@eslint-react";
11
11
  /**
12
12
  * The GitHub repository for this project.
13
13
  */
14
- declare const GITHUB_URL = "https://github.com/rel1cx/eslint-react";
14
+ declare const GITHUB_URL = "https://github.com/rEl1cx/eslint-react";
15
15
  /**
16
16
  * The URL to the project's website.
17
17
  */
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ declare const NPM_SCOPE = "@eslint-react";
11
11
  /**
12
12
  * The GitHub repository for this project.
13
13
  */
14
- declare const GITHUB_URL = "https://github.com/rel1cx/eslint-react";
14
+ declare const GITHUB_URL = "https://github.com/rEl1cx/eslint-react";
15
15
  /**
16
16
  * The URL to the project's website.
17
17
  */
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ var pm__default = /*#__PURE__*/_interopDefault(pm);
18
18
 
19
19
  // src/constants.ts
20
20
  var NPM_SCOPE = "@eslint-react";
21
- var GITHUB_URL = "https://github.com/rel1cx/eslint-react";
21
+ var GITHUB_URL = "https://github.com/rEl1cx/eslint-react";
22
22
  var WEBSITE_URL = "https://eslint-react.xyz";
23
23
  var RE_PASCAL_CASE = /^[A-Z][\dA-Za-z]*$/u;
24
24
  var RE_CAMEL_CASE = /^[a-z][\dA-Za-z]*$/u;
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import pm from 'picomatch';
9
9
 
10
10
  // src/constants.ts
11
11
  var NPM_SCOPE = "@eslint-react";
12
- var GITHUB_URL = "https://github.com/rel1cx/eslint-react";
12
+ var GITHUB_URL = "https://github.com/rEl1cx/eslint-react";
13
13
  var WEBSITE_URL = "https://eslint-react.xyz";
14
14
  var RE_PASCAL_CASE = /^[A-Z][\dA-Za-z]*$/u;
15
15
  var RE_CAMEL_CASE = /^[a-z][\dA-Za-z]*$/u;
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.22.2-beta.0",
3
+ "version": "1.22.2-next.2",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
- "homepage": "https://github.com/rel1cx/eslint-react",
5
+ "homepage": "https://github.com/rEl1cx/eslint-react",
6
6
  "bugs": {
7
- "url": "https://github.com/rel1cx/eslint-react/issues"
7
+ "url": "https://github.com/rEl1cx/eslint-react/issues"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Rel1cx/eslint-react",
11
+ "url": "git+https://github.com/rEl1cx/eslint-react.git",
12
12
  "directory": "packages/shared"
13
13
  },
14
14
  "license": "MIT",
15
15
  "author": "Eva1ent<rel1cx@proton.me>",
16
- "sideEffects": false,
17
16
  "exports": {
18
17
  ".": {
19
18
  "import": {
@@ -28,7 +27,6 @@
28
27
  "./package.json": "./package.json"
29
28
  },
30
29
  "main": "dist/index.js",
31
- "module": "dist/index.mjs",
32
30
  "types": "dist/index.d.ts",
33
31
  "files": [
34
32
  "dist",
@@ -41,7 +39,7 @@
41
39
  "picomatch": "^4.0.2",
42
40
  "ts-pattern": "^5.6.0",
43
41
  "valibot": "^1.0.0-beta.9",
44
- "@eslint-react/eff": "1.22.2-beta.0"
42
+ "@eslint-react/eff": "1.22.2-next.2"
45
43
  },
46
44
  "devDependencies": {
47
45
  "@types/picomatch": "^3.0.1",
@@ -49,6 +47,8 @@
49
47
  "type-fest": "^4.30.2",
50
48
  "@workspace/configs": "0.0.0"
51
49
  },
50
+ "sideEffects": false,
51
+ "module": "dist/index.mjs",
52
52
  "scripts": {
53
53
  "build": "tsup --dts-resolve",
54
54
  "build:docs": "typedoc",