@eslint-react/types
Advanced tools
Comparing version 1.22.2-beta.0 to 1.22.2-beta.2
{ | ||
"name": "@eslint-react/types", | ||
"version": "1.22.2-beta.0", | ||
"version": "1.22.2-beta.2", | ||
"description": "ESLint React's type definitions.", | ||
"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/types" | ||
@@ -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", | ||
@@ -42,3 +40,3 @@ "files": [ | ||
"@typescript-eslint/utils": "^8.18.2", | ||
"@eslint-react/eff": "1.22.2-beta.0" | ||
"@eslint-react/eff": "1.22.2-beta.2" | ||
}, | ||
@@ -49,2 +47,4 @@ "devDependencies": { | ||
}, | ||
"sideEffects": false, | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
@@ -51,0 +51,0 @@ "build": "tsup", |
19456
+ Added@eslint-react/eff@1.22.2-beta.2(transitive)
- Removed@eslint-react/eff@1.22.2-beta.0(transitive)