tiny-decoders
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "tiny-decoders", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "author": "Simon Lydell", | ||
"exports": { | ||
"require": "./index.cjs", | ||
"import": "./index.mjs" | ||
"require": { "types": "./index.d.ts", "default": "./index.cjs" }, | ||
"import": { "types": "./index.d.ts", "default": "./index.mjs" } | ||
}, | ||
@@ -16,0 +16,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
36038