@brillout/libassert
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@brillout/libassert", | ||
"description": "Assertions for library authors.", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
"node": "./dist/cjs/index.js", | ||
"browser": "./dist/esm/index.js" | ||
} | ||
@@ -12,0 +11,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
14992