@kosko/common-utils
Advanced tools
Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444
{ | ||
"name": "@kosko/common-utils", | ||
"version": "0.0.0-20240320150839", | ||
"version": "0.0.0-20240324064444", | ||
"description": "Common utilities used in Kosko.", | ||
@@ -15,3 +15,3 @@ "homepage": "https://kosko.dev", | ||
"module": "dist/index.node.mjs", | ||
"types": "dist/types.d.ts", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -21,13 +21,13 @@ "exports": { | ||
"import": { | ||
"types": "./dist/types.d.mts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.node.mjs" | ||
}, | ||
"types": "./dist/types.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/types.d.mts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.base.mjs" | ||
}, | ||
"types": "./dist/types.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
@@ -34,0 +34,0 @@ }, |
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
13296
109