mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-01-07 14:29:09 +00:00
feat: bring back leading |
This commit is contained in:
parent
3f181c19bd
commit
3f77d74038
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ export type SemverErrorKind = ParseError | {}
|
|||
* `InvalidPrereleaseOrdinalType`: When prerelease ordinal is not a number
|
||||
]=]
|
||||
export type ParseError =
|
||||
{ id: "MandatoryComponentMissing", components: { string } }
|
||||
| { id: "MandatoryComponentMissing", components: { string } }
|
||||
| {
|
||||
id: "InvalidComponentType",
|
||||
component: "major" | "minor" | "patch",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[tools]
|
||||
lune = "lune-org/lune@0.8.9"
|
||||
stylua = "JohnnyMorganz/StyLua@2.0.1"
|
||||
stylua = "JohnnyMorganz/StyLua@2.0.2"
|
||||
luau-lsp = "JohnnyMorganz/luau-lsp@1.35.0"
|
||||
|
|
Loading…
Reference in a new issue