@libj/misc
Advanced tools
Comparing version 0.2.7 to 0.3.0
@@ -75,3 +75,3 @@ "use strict"; | ||
function resolveRelativePath(partnerPath, levelUp, valPath) { | ||
return partnerPath.slice(0, levelUp ? -levelUp : 1).concat(valPath); | ||
return partnerPath.slice(0, levelUp ? -levelUp : partnerPath.length).concat(valPath); | ||
} | ||
@@ -78,0 +78,0 @@ function makeVarTokenRegex(pattern, flags) { |
@@ -7,3 +7,3 @@ { | ||
"name": "@libj/misc", | ||
"version": "0.2.7", | ||
"version": "0.3.0", | ||
"description": "Miscellaneous", | ||
@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "1802cfdda7c29b8a0d838b916e9f5996dab90907" | ||
"gitHead": "f3bab8711897066d01b8a2ba62482ac6b2b02565" | ||
} |
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
20632