@bfwk/error-handler
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@bfwk/error-handler", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "LBF Error Handler", | ||
@@ -11,3 +11,8 @@ "repository": { | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"browser": "dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"typings": "dist/types/index.d.ts", | ||
@@ -14,0 +19,0 @@ "files": [ |
# Error Handler | ||
[![npm](https://img.shields.io/npm/v/@bfwk/error-handler)](https://www.npmjs.com/package/@bfwk/error-handler) | ||
@@ -3,0 +4,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
163
8
8130