Comparing version 2.3.9 to 2.3.10
@@ -6,4 +6,3 @@ export declare const dumpError: (e: Error) => { | ||
callstack: string | undefined; | ||
raw: string; | ||
}; | ||
}; |
@@ -8,4 +8,3 @@ 'use strict' | ||
message: e.message, | ||
callstack: e.stack, | ||
raw: JSON.stringify(e) | ||
callstack: e.stack | ||
} | ||
@@ -12,0 +11,0 @@ } |
@@ -130,4 +130,3 @@ 'use strict' | ||
callstack: error.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -149,4 +148,3 @@ }) | ||
callstack: error.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -169,4 +167,3 @@ }) | ||
callstack: error1.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -194,4 +191,3 @@ }) | ||
callstack: error.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -217,4 +213,3 @@ }) | ||
callstack: error.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -241,4 +236,3 @@ }) | ||
callstack: error1.stack, | ||
name: 'Error', | ||
raw: '{}' | ||
name: 'Error' | ||
} | ||
@@ -245,0 +239,0 @@ }) |
{ | ||
"name": "loggerism", | ||
"version": "2.3.9", | ||
"version": "2.3.10", | ||
"description": "Yet another logger abstraction", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
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
28954
450