@mcma/core
Advanced tools
Comparing version 0.13.26 to 0.13.27
@@ -49,7 +49,7 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
try { | ||
logEventEntry.message = util.inspect(logEventEntry.message); | ||
} | ||
catch (_b) { | ||
catch { | ||
logEventEntry.message = logEventEntry.message + ""; | ||
@@ -56,0 +56,0 @@ } |
@@ -19,3 +19,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
this.authContext = properties.authContext; | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "@mcma/core", | ||
"version": "0.13.26", | ||
"version": "0.13.27", | ||
"description": "Node module with type definitions and helper utils for the EBU MCMA framework", | ||
"engines": { | ||
"node": "^12.19.0" | ||
"node": "^14.17.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@types/node": "^13.13.26", | ||
"@types/node": "^14.17.22", | ||
"@types/uuid": "^7.0.4", | ||
@@ -38,0 +38,0 @@ "jasmine": "^3.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
50057