@eslint-react/tools
Advanced tools
Comparing version 1.5.0 to 1.5.1-beta.0
@@ -1,28 +0,1 @@ | ||
import * as Data from 'effect/Data'; | ||
export { Data }; | ||
import * as Either from 'effect/Either'; | ||
export { Either as E }; | ||
import * as Equal from 'effect/Equal'; | ||
export { Equal }; | ||
import * as Function$1 from 'effect/Function'; | ||
export { Function$1 as F }; | ||
import * as List from 'effect/List'; | ||
export { List }; | ||
import * as MutableList from 'effect/MutableList'; | ||
export { MutableList as MutList }; | ||
import * as MutableRef from 'effect/MutableRef'; | ||
export { MutableRef as MutRef }; | ||
import * as Option from 'effect/Option'; | ||
export { Option as O }; | ||
import * as Order from 'effect/Order'; | ||
export { Order as Ord }; | ||
import * as Predicate from 'effect/Predicate'; | ||
export { Predicate as Prd }; | ||
import * as ReadonlyArray from 'effect/ReadonlyArray'; | ||
export { ReadonlyArray as Array }; | ||
import * as ReadonlyRecord from 'effect/ReadonlyRecord'; | ||
export { ReadonlyRecord as Record }; | ||
import * as Ref from 'effect/Ref'; | ||
export { Ref }; | ||
declare namespace Helper { | ||
@@ -29,0 +2,0 @@ /** |
{ | ||
"name": "@eslint-react/tools", | ||
"version": "1.5.0", | ||
"version": "1.5.1-beta.0", | ||
"description": "ESLint React's std library and primitives.", | ||
@@ -37,5 +37,2 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
], | ||
"dependencies": { | ||
"effect": "2.2.2" | ||
}, | ||
"scripts": { | ||
@@ -42,0 +39,0 @@ "build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
15698
297
1
1
- Removedeffect@2.2.2
- Removedeffect@2.2.2(transitive)