mos-connection
Advanced tools
Comparing version 0.8.10-nightly-20200305-073016-1c0ca23.0 to 0.8.10-nightly-20200324-091058-4898dc5.0
{ | ||
"name": "mos-connection", | ||
"version": "0.8.10-nightly-20200305-073016-1c0ca23.0", | ||
"version": "0.8.10-nightly-20200324-091058-4898dc5.0", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -52,3 +52,4 @@ "main": "dist/index.js", | ||
"reset": "git clean -dfx && git reset --hard && yarn", | ||
"validate:dependencies": "yarn audit && yarn license-validate", | ||
"validate:dependencies": "yarn audit --groups dependencies && yarn license-validate", | ||
"validate:dev-dependencies": "yarn audit --groups devDependencies", | ||
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-3-Clause ISC Apache" | ||
@@ -131,6 +132,3 @@ }, | ||
"tagPrefix": "" | ||
}, | ||
"resolutions": { | ||
"**/**/handlebars": "^4.5.3" | ||
} | ||
} |
379364