@chakra-ui/counter
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "@chakra-ui/counter", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "A React hook for managing counters", | ||
@@ -21,4 +21,2 @@ "keywords": [ | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -33,3 +31,3 @@ "dist" | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/counter" | ||
"directory": "packages/components/counter" | ||
}, | ||
@@ -40,8 +38,9 @@ "bugs": { | ||
"dependencies": { | ||
"@chakra-ui/number-utils": "2.0.3", | ||
"@chakra-ui/react-use-callback-ref": "2.0.3" | ||
"@chakra-ui/number-utils": "2.0.4", | ||
"@chakra-ui/react-use-callback-ref": "2.0.4" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/shared-utils": "2.0.1", | ||
"react": "^18.0.0" | ||
"@chakra-ui/shared-utils": "2.0.2", | ||
"react": "^18.0.0", | ||
"clean-package": "2.1.1" | ||
}, | ||
@@ -51,5 +50,14 @@ "peerDependencies": { | ||
}, | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -56,0 +64,0 @@ "typecheck": "tsc --noEmit", |
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
12897
3
+ Added@chakra-ui/number-utils@2.0.4(transitive)
+ Added@chakra-ui/react-use-callback-ref@2.0.4(transitive)
- Removed@chakra-ui/number-utils@2.0.3(transitive)
- Removed@chakra-ui/react-use-callback-ref@2.0.3(transitive)