@eslint-react/ast
Advanced tools
Comparing version 1.22.2-beta.0 to 1.22.2-next.1
{ | ||
"name": "@eslint-react/ast", | ||
"version": "1.22.2-beta.0", | ||
"version": "1.22.2-next.1", | ||
"description": "ESLint React's TSESTree AST utility module.", | ||
@@ -11,3 +11,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"type": "git", | ||
"url": "https://github.com/Rel1cx/eslint-react", | ||
"url": "git+https://github.com/Rel1cx/eslint-react.git", | ||
"directory": "packages/utilities/ast" | ||
@@ -17,3 +17,2 @@ }, | ||
"author": "Eva1ent<rel1cx@proton.me>", | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -33,3 +32,2 @@ ".": { | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
@@ -46,4 +44,4 @@ "files": [ | ||
"ts-pattern": "^5.6.0", | ||
"@eslint-react/eff": "1.22.2-beta.0", | ||
"@eslint-react/types": "1.22.2-beta.0" | ||
"@eslint-react/eff": "1.22.2-next.1", | ||
"@eslint-react/types": "1.22.2-next.1" | ||
}, | ||
@@ -54,2 +52,4 @@ "devDependencies": { | ||
}, | ||
"sideEffects": false, | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
@@ -56,0 +56,0 @@ "build": "tsup", |
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
245817
+ Added@eslint-react/eff@1.22.2-next.1(transitive)
+ Added@eslint-react/types@1.22.2-next.1(transitive)
- Removed@eslint-react/eff@1.22.2-beta.0(transitive)
- Removed@eslint-react/types@1.22.2-beta.0(transitive)