limit-once
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "limit-once", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Alex Reardon <alexreardon@gmail.com>", | ||
@@ -19,6 +19,7 @@ "repository": { | ||
}, | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"types": { | ||
"import": "./dist/index.d.js", | ||
"require": "./dist/index.d.cjs" | ||
"import": "./dist/index.d.ts", | ||
"require": "./dist/index.d.cts" | ||
}, | ||
@@ -52,3 +53,3 @@ "import": "./dist/index.js", | ||
"check:typescript": "tsc", | ||
"check:dist": "attw --pack . --ignore-rules no-resolution" | ||
"check:dist": "attw --pack ." | ||
}, | ||
@@ -55,0 +56,0 @@ "sideEffects": false, |
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
21948