Skip to content

Commit b8cd5d1

Browse files
cq-botgithub-actions[bot]
authored andcommitted
chore: Prepare dist
1 parent 8b51a14 commit b8cd5d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5339,7 +5339,7 @@ const diff = (version1, version2) => {
53395339
return prefix + 'patch'
53405340
}
53415341

5342-
// high and low are preleases
5342+
// high and low are prereleases
53435343
return 'prerelease'
53445344
}
53455345

@@ -5946,8 +5946,8 @@ createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` +
59465946

59475947
// ## Pre-release Version Identifier
59485948
// A numeric identifier, or a non-numeric identifier.
5949-
// Non-numberic identifiers include numberic identifiers but can be longer.
5950-
// Therefore non-numberic identifiers must go first.
5949+
// Non-numeric identifiers include numeric identifiers but can be longer.
5950+
// Therefore non-numeric identifiers must go first.
59515951

59525952
createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NONNUMERICIDENTIFIER]
59535953
}|${src[t.NUMERICIDENTIFIER]})`)
@@ -6460,7 +6460,7 @@ const compare = __nccwpck_require__(8469)
64606460
// - If LT
64616461
// - If LT.semver is greater than any < or <= comp in C, return false
64626462
// - If LT is <=, and LT.semver does not satisfy every C, return false
6463-
// - If GT.semver has a prerelease, and not in prerelease mode
6463+
// - If LT.semver has a prerelease, and not in prerelease mode
64646464
// - If no C has a prerelease and the LT.semver tuple, return false
64656465
// - Else return true
64666466

0 commit comments

Comments
 (0)