@bassist/utils
Advanced tools
Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "@bassist/utils", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Opinionated collection of common JavaScript / TypeScript utils by @chengpeiquan .", | ||
@@ -9,13 +9,12 @@ "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", | ||
"files": [ | ||
"lib", | ||
"types" | ||
"dist" | ||
], | ||
"main": "./lib/index.min.js", | ||
"module": "./lib/index.mjs", | ||
"types": "./types/index.d.ts", | ||
"main": "./dist/index.min.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs", | ||
"types": "./types/index.d.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
@@ -22,0 +21,0 @@ }, |
@@ -67,2 +67,2 @@ # @bassist/utils | ||
MIT License © 2022 [chengpeiquan](https://github.com/chengpeiquan) | ||
MIT License © 2022-PRESENT [chengpeiquan](https://github.com/chengpeiquan) |
Sorry, the diff of this file is not supported yet
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
112554
1599
1