@opuscapita/config
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@opuscapita/config", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Configuration API connector module for OpusCapita Business Network Portal.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"start": "npm run test", | ||
"test": "npm run setupConsul ; npx nyc mocha --exit --timeout 30000 -R mocha-junit-reporter", | ||
"test": "npm run setupConsul ; npx nyc mocha --exit --timeout 30000 -R mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true", | ||
"test-raw": "npm run setupConsul ; npx nyc mocha --exit --timeout 30000", | ||
@@ -22,3 +22,2 @@ "setupConsul": "sh ./setup-consul.sh", | ||
}, | ||
"author": "Christian Drengenberg <christian.drengenberg@opuscapita.com>", | ||
"license": "MIT", | ||
@@ -36,3 +35,3 @@ "bugs": { | ||
"@opuscapita/cache": "^1.1.0", | ||
"@opuscapita/logger": "^1.0.13", | ||
"@opuscapita/logger": "^1.3.0", | ||
"bluebird": "~3.5.1", | ||
@@ -46,5 +45,5 @@ "bluebird-retry": "~0.11.0", | ||
"mocha": "^5.2.0", | ||
"mocha-junit-reporter": "^1.17.0", | ||
"mocha-junit-reporter": "^1.23.3", | ||
"nyc": "^13.0.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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
39541
2
Updated@opuscapita/logger@^1.3.0