@chakra-ui/shared-utils
Advanced tools
Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220920121057
{ | ||
"name": "@chakra-ui/shared-utils", | ||
"version": "0.0.0-dev-20220824082222", | ||
"version": "0.0.0-dev-20220920121057", | ||
"description": "", | ||
@@ -12,4 +12,2 @@ "keywords": [ | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -25,3 +23,3 @@ "files": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/shared-utils" | ||
"directory": "packages/utilities/shared-utils" | ||
}, | ||
@@ -31,5 +29,17 @@ "bugs": { | ||
}, | ||
"devDependencies": { | ||
"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 --format=esm,cjs --dts", | ||
"dev": "pnpm build -- --watch", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -36,0 +46,0 @@ "typecheck": "tsc --noEmit", |
@@ -24,2 +24,2 @@ # @chakra-ui/shared-utils | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/chakra-ui/chakra-ui/blob/master/LICENSE). | ||
[MIT license](https://github.com/chakra-ui/chakra-ui/blob/master/LICENSE). |
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
7241
25
1