@chakra-ui/live-region
Advanced tools
Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220920121057
{ | ||
"name": "@chakra-ui/live-region", | ||
"version": "0.0.0-dev-20220824082222", | ||
"version": "0.0.0-dev-20220920121057", | ||
"description": "Aria live region for React components", | ||
@@ -19,4 +19,2 @@ "keywords": [ | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -31,3 +29,3 @@ "dist" | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/live-region" | ||
"directory": "packages/components/live-region" | ||
}, | ||
@@ -41,7 +39,17 @@ "bugs": { | ||
"devDependencies": { | ||
"react": "^18.0.0" | ||
"react": "^18.0.0", | ||
"clean-package": "2.1.1" | ||
}, | ||
"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", | ||
@@ -48,0 +56,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
10240
2