@eslint-react/shared
Advanced tools
Comparing version 1.22.2-beta.0 to 1.22.2-beta.2
@@ -14,3 +14,3 @@ import { ESLintUtils } from '@typescript-eslint/utils'; | ||
*/ | ||
declare const GITHUB_URL = "https://github.com/rel1cx/eslint-react"; | ||
declare const GITHUB_URL = "https://github.com/rEl1cx/eslint-react"; | ||
/** | ||
@@ -17,0 +17,0 @@ * The URL to the project's website. |
@@ -21,3 +21,3 @@ 'use strict'; | ||
var NPM_SCOPE = "@eslint-react"; | ||
var GITHUB_URL = "https://github.com/rel1cx/eslint-react"; | ||
var GITHUB_URL = "https://github.com/rEl1cx/eslint-react"; | ||
var WEBSITE_URL = "https://eslint-react.xyz"; | ||
@@ -24,0 +24,0 @@ var RE_PASCAL_CASE = /^[A-Z][\dA-Za-z]*$/u; |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.22.2-beta.0", | ||
"version": "1.22.2-beta.2", | ||
"description": "ESLint React's Shared constants and functions.", | ||
"homepage": "https://github.com/rel1cx/eslint-react", | ||
"homepage": "https://github.com/rEl1cx/eslint-react", | ||
"bugs": { | ||
"url": "https://github.com/rel1cx/eslint-react/issues" | ||
"url": "https://github.com/rEl1cx/eslint-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Rel1cx/eslint-react", | ||
"url": "git+https://github.com/rEl1cx/eslint-react.git", | ||
"directory": "packages/shared" | ||
@@ -16,3 +16,2 @@ }, | ||
"author": "Eva1ent<rel1cx@proton.me>", | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -32,3 +31,2 @@ ".": { | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
@@ -46,3 +44,3 @@ "files": [ | ||
"valibot": "^1.0.0-beta.9", | ||
"@eslint-react/eff": "1.22.2-beta.0" | ||
"@eslint-react/eff": "1.22.2-beta.2" | ||
}, | ||
@@ -55,2 +53,4 @@ "devDependencies": { | ||
}, | ||
"sideEffects": false, | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
@@ -57,0 +57,0 @@ "build": "tsup --dts-resolve", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104167
+ Added@eslint-react/eff@1.22.2-beta.2(transitive)
- Removed@eslint-react/eff@1.22.2-beta.0(transitive)