@bluelilo/node-core
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -30,2 +30,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "getCorrelationId", { | ||
enumerable: true, | ||
get: function () { | ||
return _middleware.getCorrelationId; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getSessionId", { | ||
@@ -37,2 +43,8 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "getIpAddress", { | ||
enumerable: true, | ||
get: function () { | ||
return _middleware.getIpAddress; | ||
} | ||
}); | ||
@@ -39,0 +51,0 @@ var _logger = require("./logger"); |
{ | ||
"name": "@bluelilo/node-core", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
16010
424