diff --git a/.npmrc b/.npmrc index 5d3c5c0..9f029a9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -# @stevenleep:registry=https://npm.pkg.github.com -# //npm.pkg.github.com/:_authToken=$YOUR_GITHUB_TOKEN \ No newline at end of file +@stevenleep:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken=$YOUR_GITHUB_TOKEN \ No newline at end of file diff --git a/docs/doc/classes/Parser.Parser.html b/docs/doc/classes/Parser.Parser.html index fc9c6f8..bcb3d43 100644 --- a/docs/doc/classes/Parser.Parser.html +++ b/docs/doc/classes/Parser.Parser.html @@ -19,7 +19,7 @@

Hierarchy

+
  • Defined in Parser.ts:20
  • @@ -61,39 +61,39 @@

    Parameters

    Optional options: ParserOptions

    Returns Parser

    +
  • Defined in Parser.ts:27
  • Properties

    options?: ParserOptions
    +
  • Defined in Parser.ts:27
  • part: string = ""
    +
  • Defined in Parser.ts:23
  • prv: undefined | { alpha?: number; beta?: number; rc?: number } & { [key: string]: number } = DefaultPrvMappings
    +
  • Defined in Parser.ts:25
  • splitWords: string[] = []
    +
  • Defined in Parser.ts:22
  • terminals: string[] = DefaultTerminals
    +
  • Defined in Parser.ts:21
  • versionString: string = ""
    +
  • Defined in Parser.ts:24
  • Methods

    @@ -108,7 +108,7 @@

    Parameters

    word: string

    Returns number

    +
  • Defined in Parser.ts:61
  • Returns undefined | CompareResult

    +
  • Defined in Parser.ts:65
  • +
  • Defined in Parser.ts:87
  • Returns boolean

    +
  • Defined in Parser.ts:58
  • Returns void

    +
  • Defined in Parser.ts:31
  • Returns Generator<string, void, unknown>

    +
  • Defined in Parser.ts:40
  • +
  • Defined in preset/preRelease.ts:10
  • +
  • Defined in index.ts:15
  • +
  • Defined in preset/preRelease.ts:36
  • +
  • Defined in preset/preRelease.ts:21
  • +
  • Defined in utils/index.ts:26
  • +
  • Defined in utils/index.ts:11
  • +
  • Defined in utils/index.ts:19
  • +
  • Defined in utils/index.ts:22
  • +
  • Defined in utils/index.ts:3
  • +
  • Defined in index.ts:7
  • prv?: { alpha?: number; beta?: number; rc?: number } & { [key: string]: number }
    +
  • Defined in Parser.ts:10
  • terminals?: string[]
    +
  • Defined in Parser.ts:9
  • +
  • Defined in index.ts:1
  • diff --git a/docs/doc/modules/preset_preRelease.html b/docs/doc/modules/preset_preRelease.html index 5154caa..63577be 100644 --- a/docs/doc/modules/preset_preRelease.html +++ b/docs/doc/modules/preset_preRelease.html @@ -14,7 +14,7 @@
  • preset/preRelease
  • Module preset/preRelease

    +
  • Defined in preset/preRelease.ts:1
  • diff --git a/docs/doc/modules/utils.html b/docs/doc/modules/utils.html index ac1ce0c..98e9dce 100644 --- a/docs/doc/modules/utils.html +++ b/docs/doc/modules/utils.html @@ -14,7 +14,7 @@
  • utils
  • Module utils

    +
  • Defined in utils/index.ts:1
  • diff --git a/docs/doc/modules/utils_diff.html b/docs/doc/modules/utils_diff.html index 57457ff..2623b8f 100644 --- a/docs/doc/modules/utils_diff.html +++ b/docs/doc/modules/utils_diff.html @@ -14,7 +14,7 @@
  • utils/diff
  • Module utils/diff

    +
  • Defined in utils/diff.ts:1
  • diff --git a/docs/doc/variables/Parser.DefaultPrvMappings.html b/docs/doc/variables/Parser.DefaultPrvMappings.html index 0f3e53f..12e2f5f 100644 --- a/docs/doc/variables/Parser.DefaultPrvMappings.html +++ b/docs/doc/variables/Parser.DefaultPrvMappings.html @@ -25,7 +25,7 @@
    beta:
    rc: number
    +
  • Defined in Parser.ts:18
  • +
  • Defined in Parser.ts:17