wiremock-standalone
Advanced tools
Comparing version 3.1.2 to 3.2.0
@@ -12,3 +12,11 @@ const axios = require('axios'); | ||
}; | ||
const mavenPath = 'com/github/tomakehurst'; | ||
let mavenPath = 'org/wiremock'; | ||
if (options.version) { | ||
const major = options.version.substring(0, options.version.indexOf('.')); | ||
if (major && Number(major) < 3) { | ||
mavenPath = 'com/github/tomakehurst'; | ||
} | ||
} | ||
const name = options.jreVersion === 'jre8' ? 'wiremock-jre8-standalone' : 'wiremock-standalone'; | ||
@@ -15,0 +23,0 @@ |
{ | ||
"name": "wiremock-standalone", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "WireMock standalone binary", | ||
@@ -5,0 +5,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
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
6528
91