@react-hookz/web
Advanced tools
Comparing version 24.0.0 to 24.0.1
{ | ||
"name": "@react-hookz/web", | ||
"version": "24.0.0", | ||
"version": "24.0.1", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -23,8 +23,5 @@ "keywords": [ | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"sideEffects": false, | ||
@@ -35,5 +32,5 @@ "imports": { | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*/": "./dist/*/index.js", | ||
"./*": "./dist/*" | ||
".": "./src/index.js", | ||
"./*/": "./src/*/index.js", | ||
"./*": "./src/*" | ||
}, | ||
@@ -46,3 +43,4 @@ "engines": { | ||
"commit": "git-cz", | ||
"build": "yarn rimraf ./dist && tsc --version && tsc", | ||
"build": "yarn build:clean && tsc --version && tsc", | ||
"build:clean": "yarn rimraf -g ./src/**/*.js ./src/**/*.d.ts", | ||
"new-hook": "node ./utility/add-new-hook.js", | ||
@@ -87,3 +85,3 @@ "test": "jest --selectProjects dom ssr", | ||
"@babel/core": "^7.23.6", | ||
"@commitlint/cli": "^17.7.1", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
@@ -90,0 +88,0 @@ "@commitlint/cz-commitlint": "^18.4.3", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
103363
0
1971