ci-npm-update
Advanced tools
Comparing version 1.0.5 to 1.0.6
# The Reivision History of ci-npm-update | ||
## v1.0.6 - 2016/08/27 | ||
* Fix an issue that git protocol URLs caused crashes (#31) | ||
## v1.0.5 - 2016/08/27 | ||
@@ -9,3 +13,3 @@ | ||
* Fix an issue that git protocol URLs caused failures (#24) | ||
* Fix an issue that git protocol URLs caused crashes (#24) | ||
@@ -12,0 +16,0 @@ ## v1.0.3 - 2016/08/13 |
@@ -12,3 +12,3 @@ "use strict"; | ||
static parseUrl(url) { | ||
const matched = /^(?:git@|(?:git\+)?https:\/\/|git:\/\/)([^\/:]+)[\/:]([^\/]+)\/([^\/]+)(?!\.git)/.exec(url); | ||
const matched = /^(?:git@|(?:git\+)?https?:\/\/|git:\/\/)([^\/:]+)[\/:]([^\/]+)\/([^\/]+)(?!\.git)/.exec(url); | ||
if (!matched) { | ||
@@ -15,0 +15,0 @@ throw Error(`Cannot parse git repository URL: ${url}`); |
{ | ||
"name": "ci-npm-update", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Keep NPM dependencies up-to-date with CI, providing version-to-version diff for each library", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
158218