@eslint-react/tools
Advanced tools
Comparing version 0.9.1-beta.1 to 0.9.1-beta.2
@@ -22,3 +22,3 @@ import * as Chunk from 'effect/Chunk'; | ||
import * as Predicate from 'effect/Predicate'; | ||
export { Predicate as Pred }; | ||
export { Predicate as P }; | ||
import * as ReadonlyArray from 'effect/ReadonlyArray'; | ||
@@ -30,2 +30,4 @@ export { ReadonlyArray as Array }; | ||
export { Ref }; | ||
import * as tsPattern from 'ts-pattern'; | ||
export { tsPattern as M }; | ||
@@ -32,0 +34,0 @@ /** |
{ | ||
"name": "@eslint-react/tools", | ||
"version": "0.9.1-beta.1", | ||
"version": "0.9.1-beta.2", | ||
"description": "ESLint x React's std library and primitives.", | ||
@@ -37,3 +37,4 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"dependencies": { | ||
"effect": "2.0.0-next.58" | ||
"effect": "2.0.0-next.58", | ||
"ts-pattern": "5.0.6" | ||
}, | ||
@@ -40,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
826205
31146
2
+ Addedts-pattern@5.0.6
+ Addedts-pattern@5.0.6(transitive)