@dotcom-reliability-kit/crash-handler
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -6,2 +6,5 @@ export = registerCrashHandler; | ||
} | ||
declare namespace exports { | ||
export { exports as default, CrashHandlerOptions }; | ||
} | ||
type CrashHandlerOptions = { | ||
@@ -13,5 +16,2 @@ logger?: (import("@dotcom-reliability-kit/log-error").Logger & { | ||
}; | ||
declare namespace exports { | ||
export { exports as default, CrashHandlerOptions }; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@dotcom-reliability-kit/crash-handler", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@dotcom-reliability-kit/log-error": "^3.1.4" | ||
"@dotcom-reliability-kit/log-error": "^3.1.5" | ||
} | ||
} |
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