From 78c82ad9507b1d0dcc1d8354105d5308875f298a Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Wed, 6 Dec 2023 01:34:57 +0000 Subject: [PATCH] ci: version bump to v0.5.3 --- docs/classes/adif_formatter.AdifFormatter.html | 6 +++--- docs/classes/adif_parser.AdifParser.html | 6 +++--- docs/interfaces/simple_adif.SimpleAdif.html | 4 ++-- docs/modules/adif_formatter.html | 2 +- docs/modules/adif_parser.html | 2 +- docs/modules/simple_adif.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/classes/adif_formatter.AdifFormatter.html b/docs/classes/adif_formatter.AdifFormatter.html index 1243d80..da919ab 100644 --- a/docs/classes/adif_formatter.AdifFormatter.html +++ b/docs/classes/adif_formatter.AdifFormatter.html @@ -1,9 +1,9 @@ AdifFormatter | adif-parser-ts

A class for formatting objects into ADIF.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/adif_parser.AdifParser.html b/docs/classes/adif_parser.AdifParser.html index 89677db..731b2f5 100644 --- a/docs/classes/adif_parser.AdifParser.html +++ b/docs/classes/adif_parser.AdifParser.html @@ -1,5 +1,5 @@ AdifParser | adif-parser-ts

A class for parsing ADIF data into usable data structures.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

adi: string
cursor: number = 0

Methods

  • Returns {
        [field: string]: string;
    }

    • [field: string]: string
  • Parameters

    • record: {
          [p: string]: string;
      }
      • [p: string]: string

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

adi: string
cursor: number = 0

Methods

  • Returns {
        [field: string]: string;
    }

    • [field: string]: string
  • Parameters

    • record: {
          [p: string]: string;
      }
      • [p: string]: string

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/simple_adif.SimpleAdif.html b/docs/interfaces/simple_adif.SimpleAdif.html index 77f3091..1f8cf9f 100644 --- a/docs/interfaces/simple_adif.SimpleAdif.html +++ b/docs/interfaces/simple_adif.SimpleAdif.html @@ -1,4 +1,4 @@ SimpleAdif | adif-parser-ts

A minimal interface for describing ADIF data.

-
interface SimpleAdif {
    header?: {
        [field: string]: string;
    };
    records?: {
        [field: string]: string;
    }[];
}

Properties

interface SimpleAdif {
    header?: {
        [field: string]: string;
    };
    records?: {
        [field: string]: string;
    }[];
}

Properties

Properties

header?: {
    [field: string]: string;
}

Type declaration

  • [field: string]: string
records?: {
    [field: string]: string;
}[]

Type declaration

  • [field: string]: string

Generated using TypeDoc

\ No newline at end of file +

Properties

header?: {
    [field: string]: string;
}

Type declaration

  • [field: string]: string
records?: {
    [field: string]: string;
}[]

Type declaration

  • [field: string]: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/adif_formatter.html b/docs/modules/adif_formatter.html index 84dd32f..a68c8da 100644 --- a/docs/modules/adif_formatter.html +++ b/docs/modules/adif_formatter.html @@ -1,2 +1,2 @@ -adif-formatter | adif-parser-ts

Module adif-formatter

Index

Classes

AdifFormatter +adif-formatter | adif-parser-ts

Module adif-formatter

Index

Classes

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/adif_parser.html b/docs/modules/adif_parser.html index be1c9a9..7b20075 100644 --- a/docs/modules/adif_parser.html +++ b/docs/modules/adif_parser.html @@ -1,4 +1,4 @@ -adif-parser | adif-parser-ts

Module adif-parser

References

AdifFormatter +adif-parser | adif-parser-ts

Module adif-parser

References

Re-exports AdifFormatter
Re-exports SimpleAdif

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/simple_adif.html b/docs/modules/simple_adif.html index be81abd..560c139 100644 --- a/docs/modules/simple_adif.html +++ b/docs/modules/simple_adif.html @@ -1,2 +1,2 @@ -simple-adif | adif-parser-ts

Module simple-adif

Index

Interfaces

SimpleAdif +simple-adif | adif-parser-ts

Module simple-adif

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1e9c9ed..3305cd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adif-parser-ts", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adif-parser-ts", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "devDependencies": { "@types/jest": "29.5.10", diff --git a/package.json b/package.json index 11645ae..f32377c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adif-parser-ts", - "version": "0.5.2", + "version": "0.5.3", "description": "An amateur radio log data ADIF parser in Typescript and Javascript", "keywords": [ "amateur radio",