Repackage action following bump of semver dependency
This commit is contained in:
Vendored
+1
-1
@@ -9487,7 +9487,7 @@ class SemVer {
|
||||
version = version.version
|
||||
}
|
||||
} else if (typeof version !== 'string') {
|
||||
throw new TypeError(`Invalid Version: ${(__nccwpck_require__(3837).inspect)(version)}`)
|
||||
throw new TypeError(`Invalid version. Must be a string. Got type "${typeof version}".`)
|
||||
}
|
||||
|
||||
if (version.length > MAX_LENGTH) {
|
||||
|
||||
Reference in New Issue
Block a user