From 31f1f035e5137330824b84b031fc7ba95c4ae7e8 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 9 Feb 2024 15:40:12 +0200 Subject: [PATCH] 0.0.4 --- CHANGELOG.md | 4 ++++ Documentation/Function/Configuration.configuration.html | 2 +- Documentation/Function/Configuration.readFile.html | 4 ++-- Documentation/Function/Configuration.resolve.html | 4 ++-- Documentation/Function/Integration.Merge.html | 4 ++-- Documentation/Function/Integration.integration.html | 2 +- Documentation/Interface/Configuration.Type.html | 2 +- Documentation/Interface/Integration.Type.html | 2 +- Documentation/Interface/Option.Type.html | 4 ++-- Documentation/Module/Biome.html | 4 ++-- Documentation/Module/Configuration.html | 4 ++-- Documentation/Module/Integration.html | 4 ++-- Documentation/Module/Option.html | 4 ++-- Documentation/Type/Biome.Type.html | 2 +- Documentation/Variable/Biome.biome.html | 2 +- Documentation/Variable/Integration.Default.html | 2 +- Documentation/Variable/Option.option.html | 2 +- Documentation/index.html | 6 ++++-- package.json | 4 ++-- 19 files changed, 34 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fbebf..d27b109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +- Cleanup + ## 0.0.3 - Cleanup diff --git a/Documentation/Function/Configuration.configuration.html b/Documentation/Function/Configuration.configuration.html index cf37c60..79ca850 100644 --- a/Documentation/Function/Configuration.configuration.html +++ b/Documentation/Function/Configuration.configuration.html @@ -1 +1 @@ -configuration | astro-biome - v0.0.3

Generated using TypeDoc

\ No newline at end of file +configuration | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Configuration.readFile.html b/Documentation/Function/Configuration.readFile.html index 6f68b97..afc615c 100644 --- a/Documentation/Function/Configuration.readFile.html +++ b/Documentation/Function/Configuration.readFile.html @@ -1,4 +1,4 @@ -readFile | astro-biome - v0.0.3
  • Asynchronously reads the entire contents of a file.

    +readFile | astro-biome - v0.0.4
    • Asynchronously reads the entire contents of a file.

      If no encoding is specified (using options.encoding), the data is returned as a Buffer object. Otherwise, the data will be a string.

      If options is a string, then it specifies the encoding.

      @@ -30,4 +30,4 @@ If a FileHandle is provided, the underlying file will not be closed automatically.

    • Optional options: null | BufferEncoding | ObjectEncodingOptions & Abortable & {
          flag?: OpenMode | undefined;
      }

      An object that may contain an optional flag. If a flag is not provided, it defaults to 'r'.

      -

    Returns Promise<string | Buffer>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<string | Buffer>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Configuration.resolve.html b/Documentation/Function/Configuration.resolve.html index 90bdc67..b317a0a 100644 --- a/Documentation/Function/Configuration.resolve.html +++ b/Documentation/Function/Configuration.resolve.html @@ -1,4 +1,4 @@ -resolve | astro-biome - v0.0.3
  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

    +resolve | astro-biome - v0.0.4
    • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

      Starting from leftmost {from} parameter, resolves {to} to an absolute path.

      If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, @@ -6,4 +6,4 @@ and trailing slashes are removed unless the path gets resolved to the root directory.

      Parameters

      • Rest ...paths: string[]

        A sequence of paths or path segments.

      Returns string

      Throws

      if any of the arguments is not a string.

      -

    Generated using TypeDoc

    \ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Integration.Merge.html b/Documentation/Function/Integration.Merge.html index 7ceeb35..7a3d5bd 100644 --- a/Documentation/Function/Integration.Merge.html +++ b/Documentation/Function/Integration.Merge.html @@ -1,2 +1,2 @@ -Merge | astro-biome - v0.0.3
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    -

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file +Merge | astro-biome - v0.0.4
  • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

    +

    Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...Objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeLeafURI";
        DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: "DeepMergeLeafURI";
        DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Integration.integration.html b/Documentation/Function/Integration.integration.html index da9d374..aa05438 100644 --- a/Documentation/Function/Integration.integration.html +++ b/Documentation/Function/Integration.integration.html @@ -1 +1 @@ -integration | astro-biome - v0.0.3

Generated using TypeDoc

\ No newline at end of file +integration | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Configuration.Type.html b/Documentation/Interface/Configuration.Type.html index 45bdfbf..f7312eb 100644 --- a/Documentation/Interface/Configuration.Type.html +++ b/Documentation/Interface/Configuration.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.3
interface Type ((File) => Promise<string>)

Generated using TypeDoc

\ No newline at end of file +Type | astro-biome - v0.0.4
interface Type ((File) => Promise<string>)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Integration.Type.html b/Documentation/Interface/Integration.Type.html index 2b83d64..e572113 100644 --- a/Documentation/Interface/Integration.Type.html +++ b/Documentation/Interface/Integration.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.3
interface Type ((Option) => AstroIntegration)

Generated using TypeDoc

\ No newline at end of file +Type | astro-biome - v0.0.4
interface Type ((Option) => AstroIntegration)

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Interface/Option.Type.html b/Documentation/Interface/Option.Type.html index 205b0ca..b01c9f5 100644 --- a/Documentation/Interface/Option.Type.html +++ b/Documentation/Interface/Option.Type.html @@ -1,4 +1,4 @@ -Type | astro-biome - v0.0.3

Interface Type

interface Type {
    Action?: boolean | default;
    Biome?: boolean | Type;
    Cache?: boolean | default;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    Files?: string | boolean | string[];
    Logger?: boolean | Type;
    Path?: boolean | Type | Type[] | Set<Type>;
}

Hierarchy

  • default
    • Type

Properties

Action? +Type | astro-biome - v0.0.4

Interface Type

interface Type {
    Action?: boolean | default;
    Biome?: boolean | Type;
    Cache?: boolean | default;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    Files?: string | boolean | string[];
    Logger?: boolean | Type;
    Path?: boolean | Type | Type[] | Set<Type>;
}

Hierarchy

  • default
    • Type

Properties

Action? Biome? Cache? Exclude? @@ -17,4 +17,4 @@
Path?: boolean | Type | Type[] | Set<Type>

Configuration for the target path(s).

Default

"./Target"
 
-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Biome.html b/Documentation/Module/Biome.html index 3c2bc8c..b222cbf 100644 --- a/Documentation/Module/Biome.html +++ b/Documentation/Module/Biome.html @@ -1,3 +1,3 @@ -Biome | astro-biome - v0.0.3

Module Biome

Index

Type Aliases

Type +Biome | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Configuration.html b/Documentation/Module/Configuration.html index 4d4da86..fdbfc31 100644 --- a/Documentation/Module/Configuration.html +++ b/Documentation/Module/Configuration.html @@ -1,5 +1,5 @@ -Configuration | astro-biome - v0.0.3

Module Configuration

Index

Interfaces

Type +Configuration | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Integration.html b/Documentation/Module/Integration.html index e67415a..d98385f 100644 --- a/Documentation/Module/Integration.html +++ b/Documentation/Module/Integration.html @@ -1,5 +1,5 @@ -Integration | astro-biome - v0.0.3

Module Integration

Index

Interfaces

Type +Integration | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Module/Option.html b/Documentation/Module/Option.html index 4bd7280..0250f97 100644 --- a/Documentation/Module/Option.html +++ b/Documentation/Module/Option.html @@ -1,3 +1,3 @@ -Option | astro-biome - v0.0.3

Module Option

Index

Interfaces

Type +Option | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Type/Biome.Type.html b/Documentation/Type/Biome.Type.html index 654506c..c307d18 100644 --- a/Documentation/Type/Biome.Type.html +++ b/Documentation/Type/Biome.Type.html @@ -1 +1 @@ -Type | astro-biome - v0.0.3

Generated using TypeDoc

\ No newline at end of file +Type | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Biome.biome.html b/Documentation/Variable/Biome.biome.html index b17ad50..1f0b828 100644 --- a/Documentation/Variable/Biome.biome.html +++ b/Documentation/Variable/Biome.biome.html @@ -1 +1 @@ -biome | astro-biome - v0.0.3

Generated using TypeDoc

\ No newline at end of file +biome | astro-biome - v0.0.4

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Integration.Default.html b/Documentation/Variable/Integration.Default.html index b0f836b..d07adc7 100644 --- a/Documentation/Variable/Integration.Default.html +++ b/Documentation/Variable/Integration.Default.html @@ -1 +1 @@ -Default | astro-biome - v0.0.3
Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
    Action: {
        Accomplished: ((__namedParameters) => Promise<string>);
        Changed: ((Plan) => Promise<default>);
        Failed: ((__namedParameters) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Exclude: false;
    Files: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: ((On) => Promise<string>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((Plan) => Promise<string | false>);
    };
    Biome: any;
}], Readonly<{
    DeepMergeArraysURI: "DeepMergeLeafURI";
    DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: "DeepMergeLeafURI";
    DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>, "__proto__">

Generated using TypeDoc

\ No newline at end of file +Default | astro-biome - v0.0.4
Default: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
    Action: {
        Accomplished: ((__namedParameters) => Promise<string>);
        Changed: ((Plan) => Promise<default>);
        Failed: ((__namedParameters) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Exclude: false;
    Files: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: ((On) => Promise<string>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((Plan) => Promise<string | false>);
    };
    Biome: any;
}], Readonly<{
    DeepMergeArraysURI: "DeepMergeLeafURI";
    DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: "DeepMergeLeafURI";
    DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>, "__proto__">

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Variable/Option.option.html b/Documentation/Variable/Option.option.html index e5d9aa0..198f522 100644 --- a/Documentation/Variable/Option.option.html +++ b/Documentation/Variable/Option.option.html @@ -1 +1 @@ -option | astro-biome - v0.0.3
option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
    Action: {
        Accomplished: ((__namedParameters) => Promise<string>);
        Changed: ((Plan) => Promise<default>);
        Failed: ((__namedParameters) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Exclude: false;
    Files: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: ((On) => Promise<string>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((Plan) => Promise<string | false>);
    };
    Biome: any;
}], Readonly<{
    DeepMergeArraysURI: "DeepMergeLeafURI";
    DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: "DeepMergeLeafURI";
    DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>, "__proto__">

Generated using TypeDoc

\ No newline at end of file +option | astro-biome - v0.0.4
option: Omit<DeepMergeRecordsDefaultHKTInternalProps<[{
    Action: {
        Accomplished: ((__namedParameters) => Promise<string>);
        Changed: ((Plan) => Promise<default>);
        Failed: ((__namedParameters) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Exclude: false;
    Files: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: ((On) => Promise<string>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((Plan) => Promise<string | false>);
    };
    Biome: any;
}], Readonly<{
    DeepMergeArraysURI: "DeepMergeLeafURI";
    DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: "DeepMergeLeafURI";
    DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>, "__proto__">

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/index.html b/Documentation/index.html index 81eca7b..91e10d1 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,6 @@ -astro-biome - v0.0.3

astro-biome - v0.0.3

🗻 AstroBiome

This Astro integration brings Biome tools your Astro +astro-biome - v0.0.4

astro-biome - v0.0.4

Astro
Related


Stars
AstroCompress
🗜️ AstroJS compression utilities.
Compress HTML, CSS, JavaScript and more!


Build
Dependencies
Version
Downloads


Stars
AstroCritters
🦔 AstroJS GoogleChromeLabs critters integration.
Inline your critical CSS with Astro.


Build
Dependencies
Version
Downloads

+ +

🗻 AstroBiome

This Astro integration brings Biome tools your Astro project.

Biome

@@ -69,4 +71,4 @@
import Biome from "astro-biome";

export default {
integrations: [
Biome({
Logger: 0,
}),
],
};

Changelog

See CHANGELOG.md for a history of changes to this integration.

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/package.json b/package.json index 7940407..da83098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-biome", - "version": "0.0.3", + "version": "0.0.4", "private": false, "description": "🗻 AstroJS Biome tools. Format, lint and check your Astro website with Biome.", "keywords": [ @@ -43,7 +43,7 @@ "devDependencies": { "astro": "4.3.5", "esbuild-plugin-copy": "2.1.1", - "typescript-esbuild": "0.3.7" + "typescript-esbuild": "0.3.8" }, "publishConfig": { "access": "public"