@chakra-ui/react-utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@chakra-ui/react-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "React utilities and helpers for Chakra UI", | ||
@@ -14,4 +14,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
@@ -34,3 +34,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@chakra-ui/utils": "2.0.5" | ||
"@chakra-ui/utils": "2.0.6" | ||
}, | ||
@@ -44,8 +44,9 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src/index.ts --format=esm,cjs" | ||
} | ||
"build:fast": "tsup src/index.ts" | ||
}, | ||
"readme": "# @chakra-ui/react-utils\n\nThis package contains all React-related utilities and types that may be consumed\nby other packages.\n\n> This is an internal utility, not intended for public usage.\n\n## Installation\n\n```sh\nyarn add @chakra-ui/react-utils\n# or\nnpm i @chakra-ui/react-utils\n```\n" | ||
} |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
9471
6
205
1
+ Added@chakra-ui/utils@2.0.6(transitive)
- Removed@chakra-ui/utils@2.0.5(transitive)
Updated@chakra-ui/utils@2.0.6