@nextui-org/use-is-mounted
Advanced tools
Comparing version 0.0.0-dev-v2-20230326012034 to 0.0.0-dev-v2-20230326015124
{ | ||
"name": "@nextui-org/use-is-mounted", | ||
"version": "0.0.0-dev-v2-20230326012034", | ||
"version": "0.0.0-dev-v2-20230326015124", | ||
"description": "This hook can be used to render client-based components or run client logic", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
"main": "dist/index.js", | ||
"sideEffects": false, | ||
@@ -36,2 +36,3 @@ "files": [ | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
@@ -45,8 +46,9 @@ "clean": true, | ||
}, | ||
"module": "dist/index.esm.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
@@ -53,0 +55,0 @@ "./package.json": "./package.json" |
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
5507