@opuscapita/config
Advanced tools
Comparing version 3.0.29 to 3.0.30-beta.0
@@ -41,3 +41,3 @@ const ConfigClientBase = require('./ConfigClientBase'); | ||
config : config, | ||
logger : config.logger || new Logger({ context : { serviceName : this.serviceName } }), | ||
logger : config.logger || new Logger({ context : { serviceName : this.serviceName, name: '@opuscapita/config' } }), | ||
cache : new Cache({ defaultExpire : Number.MAX_SAFE_INTEGER }) | ||
@@ -44,0 +44,0 @@ }; |
{ | ||
"name": "@opuscapita/config", | ||
"version": "3.0.29", | ||
"version": "3.0.30-beta.0", | ||
"description": "Configuration API connector module for OpusCapita Business Network Portal.", | ||
@@ -33,4 +33,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@opuscapita/cache": "^1.0.10", | ||
"@opuscapita/logger": "^1.0.13", | ||
"@opuscapita/cache": "^1.0.13-beta.0", | ||
"@opuscapita/logger": "^1.0.16-beta.0", | ||
"bluebird": "~3.5.1", | ||
@@ -37,0 +37,0 @@ "bluebird-retry": "~0.11.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
39589
2