@lbu/stdlib
Advanced tools
Comparing version 0.0.82 to 0.0.83
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.82", | ||
"version": "0.0.83", | ||
"description": "All kinds of utility functions", | ||
@@ -17,4 +17,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.82", | ||
"@types/node": "14.11.8", | ||
"@lbu/insight": "0.0.83", | ||
"@types/node": "14.11.10", | ||
"dotenv": "8.2.0", | ||
@@ -44,3 +44,3 @@ "lodash.merge": "4.6.2" | ||
}, | ||
"gitHead": "33cf141dc201f1df7a95c4f4fc7328f304502a94" | ||
"gitHead": "aaf78ed69ee3b5b03be57f9acf4669c7134ae308" | ||
} |
@@ -108,4 +108,6 @@ import { isNil } from "./lodash.js"; | ||
originalError: e.originalError | ||
? typeof e.originalError.toJSON === "function" | ||
? e.originalError.toJSON() | ||
? !AppError.instanceOf(e.originalError) | ||
? typeof e.originalError.toJSON === "function" | ||
? e.originalError.toJSON() | ||
: AppError.format(e.originalError, true) | ||
: AppError.format(e.originalError, true) | ||
@@ -112,0 +114,0 @@ : undefined, |
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
28238
870
+ Added@lbu/insight@0.0.83(transitive)
+ Added@types/node@14.11.10(transitive)
- Removed@lbu/insight@0.0.82(transitive)
- Removed@types/node@14.11.8(transitive)
Updated@lbu/insight@0.0.83
Updated@types/node@14.11.10