@capriza/http-utils
Advanced tools
Comparing version 0.3.0-test.0 to 0.3.0
@@ -21,3 +21,3 @@ | ||
if (versionTag) { | ||
if (versionTag && versionTag !== "prod") { | ||
let tagCurrentVersion; | ||
@@ -40,2 +40,3 @@ execSync(`npm dist-tag ls`).toString().split("\n").some(s => { | ||
console.log(`${new Date()} running npm install`); | ||
execSync("npm cache verify"); | ||
execSync("npm install"); | ||
@@ -42,0 +43,0 @@ |
{ | ||
"name": "@capriza/http-utils", | ||
"version": "0.3.0-test.0", | ||
"version": "0.3.0", | ||
"description": "HTTP Request utils that handles, request-response, errors, concurrency, priority and authentication", | ||
@@ -5,0 +5,0 @@ "main": "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
43808
628