@rimbu/common
Advanced tools
Comparing version 0.12.1 to 0.12.2
{ | ||
"name": "@rimbu/common", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Common types and objects used in many other Rimbu packages", | ||
@@ -31,6 +31,15 @@ "keywords": [ | ||
}, | ||
"source": "src/index.ts", | ||
"main": "dist/main/index.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"source": "./src/index.ts", | ||
"main": "./dist/main/index.js", | ||
"module": "./dist/module/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/module/index.js", | ||
"require": "./dist/main/index.js", | ||
"bun": "./src/index.ts", | ||
"default": "./dist/module/index.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -64,3 +73,3 @@ "dist", | ||
}, | ||
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f" | ||
"gitHead": "4ffac464a67030c80e35241766098837498426e6" | ||
} |
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
510878
94
10611