bump-regex
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -33,3 +33,3 @@ 'use strict'; | ||
keyRegex, | ||
')[>|\'|\"]?[ ]*[:=]?[ |>]*[\'|\"]?[a-z]?)', | ||
')[>|\'|\"]?[ ]*[:=]?[ |>|\(]*[\'|\"]?[a-z]?)', | ||
@@ -46,3 +46,3 @@ // Match Semver version identifier, e.g.: x.y.z | ||
// Match end of version value: e.g. ", ', < | ||
'([\'|\"|<]?)' | ||
'([\'|\"|<|\)]?)' | ||
].join(''), + opts.case ? '' : 'i' | ||
@@ -49,0 +49,0 @@ ); |
{ | ||
"name": "bump-regex", | ||
"description": "bump RegEx with semver", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"homepage": "https://github.com/stevelacy/bump-regex", | ||
@@ -6,0 +6,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
5999