quidproquo-webserver
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -91,3 +91,3 @@ "use strict"; | ||
const getEnvironmentDomainName = (configs) => { | ||
const environment = (0, qpqCoreUtils_1.getApplicationEnvironment)(configs); | ||
const environment = (0, qpqCoreUtils_1.getApplicationModuleEnvironment)(configs); | ||
const apexDomainName = (0, exports.getDomainName)(configs); | ||
@@ -102,3 +102,3 @@ if (environment === 'production') { | ||
const environmentDomain = (0, exports.getEnvironmentDomainName)(qpqConfig); | ||
const feature = quidproquo_core_1.qpqCoreUtils.getApplicationFeature(qpqConfig); | ||
const feature = quidproquo_core_1.qpqCoreUtils.getApplicationModuleFeature(qpqConfig); | ||
if (feature) { | ||
@@ -111,3 +111,3 @@ return `${feature}.${environmentDomain}`; | ||
const getServiceDomainName = (qpqConfig) => { | ||
const service = quidproquo_core_1.qpqCoreUtils.getAppName(qpqConfig); | ||
const service = quidproquo_core_1.qpqCoreUtils.getApplicationModuleName(qpqConfig); | ||
const domainBase = (0, exports.getBaseDomainName)(qpqConfig); | ||
@@ -114,0 +114,0 @@ return `${service}.${domainBase}`; |
{ | ||
"name": "quidproquo-webserver", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
32794
9