@opuscapita/service-client
Advanced tools
Comparing version 1.1.21 to 1.1.22-beta.0
{ | ||
"name": "@opuscapita/service-client", | ||
"version": "1.1.21", | ||
"version": "1.1.22-beta.0", | ||
"description": "Module for http based inter-service-communication for OpusCapitaBusinessNetwork.", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "npm run setup-consul && npm run test", | ||
"test:unit": "npx nyc -r lcov mocha --bail --reporter min 'test/**/*.test.js' ", | ||
"test:unit-watch": "npx nyc -r lcov mocha -w --bail --reporter min 'test/**/*.test.js' ", | ||
"test:debug": "npx nyc -r lcov -r text mocha -r mocha-junit-reporter -O outputs=true 'test/**/*.test.js'", | ||
"test:integ": "npm run setup-consul && npm run clean && npx nyc -r lcov mocha --exit --timeout 30000 --reporter mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true test/index.spec.js", | ||
"test-setup": "npm run setup-consul", | ||
"test": "npm run test:integ", | ||
"start": "yarn run setup-consul && yarn run test", | ||
"test:unit": "yarn nyc -r lcov mocha --bail --reporter min 'test/**/*.test.js' ", | ||
"test:unit-watch": "yarn nyc -r lcov mocha -w --bail --reporter min 'test/**/*.test.js' ", | ||
"test:debug": "yarn nyc -r lcov -r text mocha -r mocha-junit-reporter -O outputs=true 'test/**/*.test.js'", | ||
"test:integ": "yarn run setup-consul && yarn run clean && yarn nyc -r lcov mocha --exit --timeout 30000 --reporter mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true test/index.spec.js", | ||
"test-setup": "yarn run setup-consul", | ||
"test": "yarn run test:integ", | ||
"clean": "rm -Rf .nyc_output coverage/* test-results.xml", | ||
"setup-consul": "sh ./setup-consul.sh", | ||
"doc": "npx jsdoc2md index.js > wiki/Home.md" | ||
"doc": "yarn jsdoc2md index.js > wiki/Home.md" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
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
36050
2