@kosko/common-utils
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "@kosko/common-utils", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Common utilities used in Kosko.", | ||
@@ -19,9 +19,13 @@ "homepage": "https://kosko.dev", | ||
"node": { | ||
"import": "./dist/index.node.mjs", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.node.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.node.cjs" | ||
} | ||
}, | ||
"import": "./dist/index.base.mjs", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.base.mjs" | ||
}, | ||
@@ -28,0 +32,0 @@ "files": [ |
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
13328
9