From ebe06ce106f33ba0b7164ca8042096742a723a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:30:59 +0000 Subject: [PATCH 01/22] Bump astro from 4.8.2 to 4.8.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03f2651..d494585 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.2" + "astro": "4.8.3" }, "publishConfig": { "access": "public" From 85fd4ed2541d073c0efbf5bcecc6b5f8f8644d05 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 14 May 2024 05:30:21 +0300 Subject: [PATCH 02/22] squash! Signed-off-by: Nikola Hristov --- Source/Function/Integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index 3f8f59f..61bda7c 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -94,7 +94,7 @@ export default ((...[_Option = {}]: Parameters) => { }, }, }; -}) satisfies Interface as Interface; +}) satisfies Interface; import type Interface from "../Interface/Integration.js"; import type Action from "@playform/pipe/Target/Interface/Action.js"; From 21d37e94e9e3635521c59ced17a9161437e2211e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 14 May 2024 08:05:15 +0300 Subject: [PATCH 03/22] squash! --- Target/Function/Integration.d.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 9f954bb..8b4f8da 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -2,9 +2,21 @@ * @module Integration * */ -declare const _default: Interface; +declare const _default: (Option: import("../Interface/Option.js").default) => { + name: string; + hooks: { + "astro:build:done": ({ dir }: { + pages: { + pathname: string; + }[]; + dir: URL; + routes: import("astro").RouteData[]; + logger: import("astro").AstroIntegrationLogger; + cacheManifest: boolean; + }) => Promise; + }; +}; export default _default; -import type Interface from "../Interface/Integration.js"; export declare const Default: Omit<{} & { Critters: { preload: "media"; From daab9d12a0099bacffcea39f17535fae19672b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:26:26 +0000 Subject: [PATCH 04/22] Bump pozil/auto-assign-issue from 1.14.0 to 2.0.0 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 1.14.0 to 2.0.0. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v1.14.0...v2.0.0) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 0be30ba..5e814e3 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -50,7 +50,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: pozil/auto-assign-issue@v1.14.0 + - uses: pozil/auto-assign-issue@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From 02bbbe57e24e82ca081d2eace810cb086f73fb38 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 15 May 2024 05:33:25 +0300 Subject: [PATCH 05/22] squash! --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 0be30ba..5e814e3 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -50,7 +50,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: pozil/auto-assign-issue@v1.14.0 + - uses: pozil/auto-assign-issue@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov From be80f616d9c1104f796383e57b5cb202ce66baba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 19:12:23 +0000 Subject: [PATCH 06/22] Bump astro from 4.8.3 to 4.8.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d494585..7289e02 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.3" + "astro": "4.8.4" }, "publishConfig": { "access": "public" From 759539e126dbe83e9c958c52d9ac556aa84cb732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:41:53 +0000 Subject: [PATCH 07/22] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index e4f2910..772966f 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d4c48d6..c5828c9 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 with: From 4974c2d2b853cd5f8cc45daddc7923dfd3286b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 20:02:53 +0000 Subject: [PATCH 08/22] Bump astro from 4.8.4 to 4.8.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.4 to 4.8.5. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7289e02..af612b0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.4" + "astro": "4.8.5" }, "publishConfig": { "access": "public" From 267ccb40407fc4ef1931f5ceef71c6768f3f8a5c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 17 May 2024 08:13:11 +0300 Subject: [PATCH 09/22] squash! --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index e4f2910..772966f 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d4c48d6..c5828c9 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 with: From c0c6925c6f225ea66900490786b083e1c9046bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:19:11 +0000 Subject: [PATCH 10/22] Bump astro from 4.8.5 to 4.8.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af612b0..79ab3e2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.5" + "astro": "4.8.6" }, "publishConfig": { "access": "public" From 383f476cb5f3560199caa4438fad63fad7edd52d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 20 May 2024 15:29:23 +0300 Subject: [PATCH 11/22] squash! --- Source/Function/Integration.ts | 2 +- Source/Variable/Critters.ts | 2 +- Target/Function/Integration.d.ts | 49 +++++--------------------------- Target/Variable/Critters.d.ts | 8 ++---- Target/Variable/Option.d.ts | 29 ++++--------------- 5 files changed, 17 insertions(+), 73 deletions(-) diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index 61bda7c..3f8f59f 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -94,7 +94,7 @@ export default ((...[_Option = {}]: Parameters) => { }, }, }; -}) satisfies Interface; +}) satisfies Interface as Interface; import type Interface from "../Interface/Integration.js"; import type Action from "@playform/pipe/Target/Interface/Action.js"; diff --git a/Source/Variable/Critters.ts b/Source/Variable/Critters.ts index ef7ada8..749462b 100644 --- a/Source/Variable/Critters.ts +++ b/Source/Variable/Critters.ts @@ -7,6 +7,6 @@ export default { inlineFonts: true, compress: true, pruneSource: true, -} satisfies Interface; +} satisfies Interface as Interface; import type Interface from "../Interface/Critters.js"; diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 3ac3560..89bfdfa 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -2,51 +2,16 @@ * @module Integration * */ -<<<<<<< HEAD -declare const _default: (Option: import("../Interface/Option.js").default) => { - name: string; - hooks: { - "astro:build:done": ({ dir }: { - pages: { - pathname: string; - }[]; - dir: URL; - routes: import("astro").RouteData[]; - logger: import("astro").AstroIntegrationLogger; - cacheManifest: boolean; - }) => Promise; - }; -}; -export default _default; -======= declare const _default: Interface; export default _default; import type Interface from "../Interface/Integration.js"; ->>>>>>> aec050d3ae91d44fb4154a86e5cc4ee92e348712 -export declare const Default: Omit<{} & { - Critters: { - preload: "media"; - inlineFonts: true; - compress: true; - pruneSource: true; - }; - File: string; - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: Omit<{} & { - Accomplished: false; +export declare const Default: { + Critters: import("../Interface/Critters.js").default; + Action: { Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - }, "__proto__">; - Exclude: false; -}, "__proto__">; -export declare const Search: string; + Accomplished: false; + }; +}; +export declare const Search: any; export declare const Merge: import("../Interface/Merge.js").default; diff --git a/Target/Variable/Critters.d.ts b/Target/Variable/Critters.d.ts index 4ef5658..9080242 100644 --- a/Target/Variable/Critters.d.ts +++ b/Target/Variable/Critters.d.ts @@ -2,10 +2,6 @@ * @module Critters * */ -declare const _default: { - preload: "media"; - inlineFonts: true; - compress: true; - pruneSource: true; -}; +declare const _default: Interface; export default _default; +import type Interface from "../Interface/Critters.js"; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index 3b485a3..8dbb66b 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -2,29 +2,12 @@ * @module Option * */ -declare const _default: Omit<{} & { - Critters: { - preload: "media"; - inlineFonts: true; - compress: true; - pruneSource: true; - }; - File: string; - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: Omit<{} & { - Accomplished: false; +declare const _default: { + Critters: import("../Interface/Critters.js").default; + Action: { Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - }, "__proto__">; - Exclude: false; -}, "__proto__">; + Accomplished: false; + }; +}; export default _default; From cd98a622c279f72d6ed7be4aa14a20bc8d83e227 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 21 May 2024 12:32:01 +0300 Subject: [PATCH 12/22] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d494585..79ab3e2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.3" + "astro": "4.8.6" }, "publishConfig": { "access": "public" From 7a96179f09f548005899ac285ef17dbae3c429c2 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 22 May 2024 20:41:09 +0300 Subject: [PATCH 13/22] squash! Signed-off-by: Nikola Hristov --- Source/Interface/Merge.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/Interface/Merge.ts b/Source/Interface/Merge.ts index 118a12d..6f2cb75 100644 --- a/Source/Interface/Merge.ts +++ b/Source/Interface/Merge.ts @@ -1,13 +1,13 @@ /** * @module Merge * - * Represents a generic interface for deep merging objects using merge functions defined in DeepMergeMergeFunctionsURIs. + * Represents a generic interface for deep merging objects using merge functions defined in DeepMergeFunctionsURIs. * - * @template PMF - A type parameter representing Partial. + * @template PMF - A type parameter representing Partial. * */ export default interface Interface< - PMF extends Partial, + PMF extends Partial, > { /** * Merges multiple objects of type Ts using the provided merge functions and built-in metadata. @@ -19,7 +19,7 @@ export default interface Interface< ...Objects: Ts ): DeepMergeHKT< Ts, - GetDeepMergeMergeFunctionsURIs, + GetDeepMergeFunctionsURIs, DeepMergeBuiltInMetaData >; } @@ -32,6 +32,6 @@ import type { DeepMergeBuiltInMetaData, DeepMergeHKT, DeepMergeLeafURI, - DeepMergeMergeFunctionsURIs, - GetDeepMergeMergeFunctionsURIs, + DeepMergeFunctionsURIs, + GetDeepMergeFunctionsURIs, } from "deepmerge-ts"; From 6591cec3b5ee1d8d0f30a1611b385e46a0550938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 19:44:31 +0000 Subject: [PATCH 14/22] Bump astro from 4.8.6 to 4.8.7 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.6 to 4.8.7. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.7/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79ab3e2..42be665 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.6" + "astro": "4.8.7" }, "publishConfig": { "access": "public" From 1ea9a1e211c75a32bed13eeacf00f75d89c11077 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 23 May 2024 12:56:19 +0300 Subject: [PATCH 15/22] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79ab3e2..42be665 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@playform/build": "0.0.8", - "astro": "4.8.6" + "astro": "4.8.7" }, "publishConfig": { "access": "public" From 819433f5041fc3fa49a23af9d5fe0543df7cc73b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 23 May 2024 13:51:00 +0300 Subject: [PATCH 16/22] squash! --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 42be665..234fe56 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,16 @@ "critters": "0.0.22" }, "devDependencies": { - "@playform/build": "0.0.8", + "@playform/build": "0.0.8" + }, + "peerDependencies": { "astro": "4.8.7" }, + "peerDependenciesMeta": { + "astro": { + "optional": true + } + }, "publishConfig": { "access": "public" } From 7bb9b771e3b4e51b1ff54f031d6ddf5db7ff0b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:33:14 +0000 Subject: [PATCH 17/22] Bump @playform/build from 0.0.8 to 0.0.9 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.0.8...v0.0.9) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 234fe56..50eb91c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "critters": "0.0.22" }, "devDependencies": { - "@playform/build": "0.0.8" + "@playform/build": "0.0.9" }, "peerDependencies": { "astro": "4.8.7" From ec9cb11064e31172446c05f736d68eb9bd0e6a1d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 25 May 2024 01:18:13 +0300 Subject: [PATCH 18/22] squash! --- .github/workflows/NPM.yml | 1 - Source/Function/Merge.ts | 7 ++---- Source/Interface/Merge.ts | 37 -------------------------------- Target/Function/Integration.d.ts | 21 ++++++++++++++++-- Target/Function/Merge.d.ts | 14 +++++++++--- Target/Interface/Merge.d.ts | 21 ------------------ Target/Interface/Merge.js | 0 Target/Variable/Option.d.ts | 9 +++++++- package.json | 7 +++--- 9 files changed, 44 insertions(+), 73 deletions(-) delete mode 100644 Source/Interface/Merge.ts delete mode 100644 Target/Interface/Merge.d.ts delete mode 100644 Target/Interface/Merge.js diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 772966f..788002b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -40,4 +40,3 @@ jobs: npm publish --legacy-peer-deps --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - diff --git a/Source/Function/Merge.ts b/Source/Function/Merge.ts index c51b2fc..adc696d 100644 --- a/Source/Function/Merge.ts +++ b/Source/Function/Merge.ts @@ -2,9 +2,6 @@ * @module Merge * */ -export default (await import("deepmerge-ts")).deepmergeCustom({ +export default (await import("deepmerge-ts")).deepmergeCustom({ mergeArrays: false, -}) satisfies Interface as Interface; - -import type Interface from "../Interface/Merge.js"; -import type { Generic } from "../Interface/Merge.js"; +}); diff --git a/Source/Interface/Merge.ts b/Source/Interface/Merge.ts deleted file mode 100644 index 6f2cb75..0000000 --- a/Source/Interface/Merge.ts +++ /dev/null @@ -1,37 +0,0 @@ -/** - * @module Merge - * - * Represents a generic interface for deep merging objects using merge functions defined in DeepMergeFunctionsURIs. - * - * @template PMF - A type parameter representing Partial. - * - */ -export default interface Interface< - PMF extends Partial, -> { - /** - * Merges multiple objects of type Ts using the provided merge functions and built-in metadata. - * - * @param ...Objects - An arbitrary number of objects to be merged. - * - */ - ( - ...Objects: Ts - ): DeepMergeHKT< - Ts, - GetDeepMergeFunctionsURIs, - DeepMergeBuiltInMetaData - >; -} - -export interface Generic { - DeepMergeArraysURI: DeepMergeLeafURI; -} - -import type { - DeepMergeBuiltInMetaData, - DeepMergeHKT, - DeepMergeLeafURI, - DeepMergeFunctionsURIs, - GetDeepMergeFunctionsURIs, -} from "deepmerge-ts"; diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 3d0798a..42548d7 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -5,6 +5,23 @@ declare const _default: Interface; export default _default; import type Interface from "../Interface/Integration.js"; -export declare const Default: unknown; +export declare const Default: { + Critters: import("../Interface/Critters.js").default; + Action: { + Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + Accomplished: false; + }; +}; export declare const Search: any; -export declare const Merge: import("../Interface/Merge.js").default; +export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ + key: PropertyKey; + parents: readonly Readonly>[]; +}>>; diff --git a/Target/Function/Merge.d.ts b/Target/Function/Merge.d.ts index de1054c..162b3c4 100644 --- a/Target/Function/Merge.d.ts +++ b/Target/Function/Merge.d.ts @@ -2,7 +2,15 @@ * @module Merge * */ -declare const _default: Interface; +declare const _default: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ + key: PropertyKey; + parents: readonly Readonly>[]; +}>>; export default _default; -import type Interface from "../Interface/Merge.js"; -import type { Generic } from "../Interface/Merge.js"; diff --git a/Target/Interface/Merge.d.ts b/Target/Interface/Merge.d.ts deleted file mode 100644 index 8a93900..0000000 --- a/Target/Interface/Merge.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -/** - * @module Merge - * - * Represents a generic interface for deep merging objects using merge functions defined in DeepMergeMergeFunctionsURIs. - * - * @template PMF - A type parameter representing Partial. - * - */ -export default interface Interface> { - /** - * Merges multiple objects of type Ts using the provided merge functions and built-in metadata. - * - * @param ...Objects - An arbitrary number of objects to be merged. - * - */ - (...Objects: Ts): DeepMergeHKT, DeepMergeBuiltInMetaData>; -} -export interface Generic { - DeepMergeArraysURI: DeepMergeLeafURI; -} -import type { DeepMergeBuiltInMetaData, DeepMergeHKT, DeepMergeLeafURI, DeepMergeMergeFunctionsURIs, GetDeepMergeMergeFunctionsURIs } from "deepmerge-ts"; diff --git a/Target/Interface/Merge.js b/Target/Interface/Merge.js deleted file mode 100644 index e69de29..0000000 diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index d8bde4d..8dbb66b 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -2,5 +2,12 @@ * @module Option * */ -declare const _default: unknown; +declare const _default: { + Critters: import("../Interface/Critters.js").default; + Action: { + Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + Accomplished: false; + }; +}; export default _default; diff --git a/package.json b/package.json index 234fe56..5df99e5 100644 --- a/package.json +++ b/package.json @@ -34,17 +34,18 @@ "main": "./Target/Function/Integration.js", "types": "./Target/Function/Integration.d.ts", "scripts": { + "Document": "Document 'Source/**/*.ts'", "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@playform/pipe": "0.0.3", + "@playform/pipe": "0.0.5", "critters": "0.0.22" }, "devDependencies": { - "@playform/build": "0.0.8" + "@playform/build": "0.0.9" }, "peerDependencies": { - "astro": "4.8.7" + "astro": "4.9.1" }, "peerDependenciesMeta": { "astro": { From f0d2ee7be67674bd017559b9d73d0e78bf93b705 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 17:15:51 +0300 Subject: [PATCH 19/22] squash! --- Source/Function/Integration.ts | 12 ++++++------ Source/Variable/Option.ts | 2 +- Target/Function/Integration.d.ts | 18 +++++++++++++++--- Target/Variable/Option.d.ts | 16 ++++++++++++++-- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index 3f8f59f..04b803f 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -12,12 +12,12 @@ export default ((...[_Option = {}]: Parameters) => { Value === true ? Default[Key as keyof typeof Default] : _Option[Key as keyof typeof _Option], - }) + }), ); const { Action, Cache, Critters, Exclude, Logger, Path } = Merge( Default, - _Option + _Option, ); const Paths = new Set(); @@ -52,7 +52,7 @@ export default ((...[_Option = {}]: Parameters) => { _URL instanceof URL ? (await import("url")).fileURLToPath(_URL) : _URL, - Path + Path, ); const _Critters = new __Critters( @@ -73,7 +73,7 @@ export default ((...[_Option = {}]: Parameters) => { return "info"; } })(), - }) + }), ); await ( @@ -88,7 +88,7 @@ export default ((...[_Option = {}]: Parameters) => { Merge(Action, { Wrote: async ({ Buffer }) => _Critters.process(Buffer.toString()), - } satisfies Action) + } satisfies Action), ); } }, @@ -96,9 +96,9 @@ export default ((...[_Option = {}]: Parameters) => { }; }) satisfies Interface as Interface; -import type Interface from "../Interface/Integration.js"; import type Action from "@playform/pipe/Target/Interface/Action.js"; import type Path from "@playform/pipe/Target/Type/Path.js"; +import type Interface from "../Interface/Integration.js"; export const { default: Default } = await import("@Variable/Option.js"); diff --git a/Source/Variable/Option.ts b/Source/Variable/Option.ts index 7152359..d6def35 100644 --- a/Source/Variable/Option.ts +++ b/Source/Variable/Option.ts @@ -16,7 +16,7 @@ export default (await import("@Function/Merge.js")).default( : false, Accomplished: false, }, - } satisfies Interface + } satisfies Interface, ); import type Interface from "../Interface/Option.js"; diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 42548d7..990df2c 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -6,14 +6,26 @@ declare const _default: Interface; export default _default; import type Interface from "../Interface/Integration.js"; export declare const Default: { - Critters: import("../Interface/Critters.js").default; + File: string; + Cache: { + Search: string; + Folder: string; + }; + Path: string; + Logger: 2; Action: { + Accomplished: false; Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Accomplished: false; + Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }; + Exclude: false; + Critters: import("../Interface/Critters.js").default; }; -export declare const Search: any; +export declare const Search: string; export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Accomplished: false; + Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }; + Exclude: false; + Critters: import("../Interface/Critters.js").default; }; export default _default; From 440cb4f3a0338d3c1574b41f1d85877bcc4fa41f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 17:43:15 +0300 Subject: [PATCH 20/22] squash! --- FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..22bb4f6 --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +open_collective: playform From 0789a61e0f4479434fad8a0ae3a25f563cabf57d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 26 May 2024 22:19:26 +0300 Subject: [PATCH 21/22] squash! --- FUNDING.yml => .github/FUNDING.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename FUNDING.yml => .github/FUNDING.yml (100%) diff --git a/FUNDING.yml b/.github/FUNDING.yml similarity index 100% rename from FUNDING.yml rename to .github/FUNDING.yml From f8c9663ce81ee0071743d4a237cfadf0c8fa0e68 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 May 2024 02:16:20 +0300 Subject: [PATCH 22/22] Inline/v0.0.4 --- CHANGELOG.md | 4 ++++ Documentation/assets/navigation.js | 2 +- Documentation/assets/search.js | 2 +- Documentation/functions/Function_Integration.Merge.html | 3 +-- .../functions/Function_Integration.integration.html | 2 +- Documentation/functions/Merge.merge.html | 3 +-- Documentation/index.html | 4 ++-- Documentation/interfaces/Critters.Interface-1.html | 4 ++-- Documentation/interfaces/Critters.Interface.html | 4 ++-- Documentation/interfaces/Integration.Interface.html | 2 +- Documentation/interfaces/Interface_Merge.Generic.html | 2 -- Documentation/interfaces/Interface_Merge.Interface.html | 2 -- Documentation/interfaces/Option.Interface.html | 4 ++-- Documentation/modules/Critters.html | 4 ++-- Documentation/modules/Function_Integration.html | 4 ++-- Documentation/modules/Integration.html | 4 ++-- Documentation/modules/Interface_Merge.html | 4 ---- Documentation/modules/Merge.html | 4 ++-- Documentation/modules/Option.html | 4 ++-- Documentation/variables/Critters.critters.html | 2 +- .../variables/Function_Integration.Default.html | 2 +- Documentation/variables/Function_Integration.Search.html | 2 +- Documentation/variables/Option.option.html | 2 +- package.json | 9 +++++---- 24 files changed, 37 insertions(+), 42 deletions(-) delete mode 100644 Documentation/interfaces/Interface_Merge.Generic.html delete mode 100644 Documentation/interfaces/Interface_Merge.Interface.html delete mode 100644 Documentation/modules/Interface_Merge.html 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/assets/navigation.js b/Documentation/assets/navigation.js index 1089655..6bdbe6f 100644 --- a/Documentation/assets/navigation.js +++ b/Documentation/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACq2UwW6DMBBE/2XPNKhpyoFrq0Y5VDn0GEWRa5ZgFUzkmKpSlH+PAiYYY7tu1Bsyo8fs7JjNCST+SEjhRTApURwhggORBaRQ1VlT4jHu38wKWZUQwRfjGaTzCGjBykwgh3Rzw6y4RJETigOH9Uca6iYzoM/JObqb9fDoo9HJgN9EMPI5GpFaZ32an7ca6a3hVLKax9cv7wW5Pk9j61U7TRUU4SvmpCmlzaeVqfQTy4PhDySCFsHATu7hvaPYa0vJFcSBa9VjWrLQaMyW4i9M5so0WYxW5d3QXxfj76NO89TbdNfKYiNR3WEr2FlCdLhcIkfBqNOjzlPa+y+hCQwc3DFu+JCVq4EdorJWTnewPtg70Z3/Qx0UKOhHVxtmhvupKLXFVftT2l4AaCssLMEFAAA=" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACq2TzW6DMBCE32XPtFFTwoFrq0o5RD30GKHINUuwAiYySxQpyrtH4dcE26VVb8iMPs/OrLcXIDwThPCmBBGqEjw4MkohhLyIqwzLRffnOaU8Aw8OQsYQLj3gqchihRLCbY9ZS0KVMI4DR3RHGqqXPUBXwdX7M+vpxUXjkwFPTAn2PRqRG2d9XV4jjfRRSU6ikIv7zXvF7t/T2DrVTlPNivAdE1ZlZPJpZLb6ieXB8BcyxdPZwEbu4G1Q7bVSkhZiwdXqMS3wNZowpfgDU9gyDfxRVc6GfluMex91mmO9I3uOnS9DYBZHua2IBpEbk9cdfB7N0TTn/5BKC5r13osHM8OatpTC4Kp+m9EN1RZjtcgEAAA=" \ No newline at end of file diff --git a/Documentation/assets/search.js b/Documentation/assets/search.js index a72a363..972dc0b 100644 --- a/Documentation/assets/search.js +++ b/Documentation/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAACs1cW2/juhH+L8pLH7Q+Em+i8la0Z4EFTtGiW7QPRrDQ2nIirGIHsr2XBvvfC0qkNGNzdHWxeZJjcWY+zjccXjzMa1Advh2D+/Vr8KXYb4N7Fgb77DkP7oO/v5yKwz4Ig3NVBvfB82F7LvPjb83Xq6fTcxmEwabMjsf8GNwHwc/Q6eCdkgNW8jWriuwzUHOgtIXBS1bl+1MHpNOvpOSqNfHp0+nHSz7KxF3bts+SlQAG44iJ1t77opxkbWUFRphcWXyE5b9km6dppp3ELNtL3dxYt3rfxWISDgud8MTHPKs2T0vArFoVUzENkPT+UG7zahG0VsWNof0jO03zmRVYHrl/HB4fJzqlFVlu/c+b0UnIWW9Ffs3Iacy3ITEtFCx20hmbw/NLWRyf8u0STKsLRZMBDo2jrCgXImxV3ADbrSm14NzfE5MjUub6STnyXO6KcrEvgZY36U6Hz32lFnm07S3h1H/m2TJ/WgVv0ZUGWvtXtMSNdScJD/6nOpyW4XQa3qIPa2ztn2yJE5tuklP68bhwZLcq3qIfG3Dub73Ej7af1Nr6Kds/LvRkp+MtutKic18siknXU8KZv3/flOftNLidzA02SlVxOuXVcdoqvBOahYDR5t3e2b0Yu3ve0P1oVW1onQB7CwnglV14fdif8mqXbTrKCvdN67K2zcTdej8zQ3buxtLSdWHU7nnY7tXW+XTcviuO74r9U14Vp3qcTwaBtmCDGK72X7eAcDk4B1H4RuYtgKCDlEEUV6cot4BwsTMcBOHZFt4CxsX2eBCGZ288E8boJNDmm5FpwJNwUJdP1TRDd06g35y3k71T6VjTw/sKj3gDmnDBNv98fpyCwwn8AhfUplet3GgHNJAJBxT73WEKCNv+F3TfWB7eqnuka8hE979llTf1UCBs+1/QfWN5eA3uka4hE93Pq+rgzXkUCifwCxxQmx5eOXvEG9C+VaJp81hlJ9+PLOBd71pxdPqGCkdmcIjvJhPGu3jZlPFCrJ1IS3cvfefXvQGDDZ8/l8WGWrr1mIdyS0Hk3095tc/KaRCA1FIAxb4s9vm/nqr8+HQot9NwXAsvhfNc7Ivn8/PvtoMfi/9OC8M7v4LFsVKd9/nHw7maOCrusOBi7+TVY/7x9KPMj095fvLut3pccy29FFC23RYmlWTlbFSUiuWU5eUhmxjQndBS8/vDcVMVL6f3WVl+zjZfpuHwSN9moL8/7KcShAVvRMsMHBeSS4HspiPY3cj0l/zHrsqe84nmodhSCOZHvio/TkQApJYCKA+Pf+Rf84kTH5BaCqDKt+dN/qEO7ibzTIPilb+BV4gjg16f9P2k3mu8W7f+zUwOVyvW+tvetaq6mJ1aFbvzvj5WcUqeCVUAaoPBh+69VQZXvFdgXaNPY9fZ4Ez2r/kuO5cnz5GsV6tt3t8dL+jJPwUM2h8qf/LBcAomVkONxdJfHNUHaGat1Ghg/aVT05DdmMDRhVUjUM6ss5oLdajsajTiuVVYs4EPFGXdCjhRozUadu9uc8F4Iiu4RiMbKOhagI2s7xqNbaDc69eO9rHFYGNCcFFt2FzE40rFxsOfWzk2G/9AIdkS5P/nYBldZja5DwuqzuZ3ZrAI7U1TMb5EbQYbMyvWZvemt4DtLdMwsrxtOgVzqt1m96K/+O0t+39sadx0AuZVys3uyEDh3FvmYGxZ3XQO5lbZze7KUNHdW6ZhdEnedB5mV+iN7sxQwd6SzTtd9zZ+/zZUNzYNHzgBmrYpblovO/8RxOFbd3LmNU2dyc2yXHjO0wbsA5E5KB7CoNhv8+/B/WvwNa+O5sv7gK34Kg3CYFfk5dbcXGwAhuag+tmoe7Dv/p1vTofKtGia/BYF4ToKebKKdPLwEK6dRP2i/qJuFlPNYtSMBeE6DmOxUhq1YqgVD8I1C3m8YlGKmnHUTAThmvuaCdRMEjYlaqWCcC18yhRqlgThWoacrxLGULMENdNBuFY+bRo1S4Nwnfiapdi5xtfa1y6+YCEm+hpjGswCYp166cJMxMbjsZ9YTIY5UPObxmzENR2xVyNmJFaURkxJbFwfM69GzEqsKY2Ylti4P+ZejZgZFlEBjYlhNTHCp5FdjBByiGBmWM2M9GrEzDCKGYaZYTUzyhfcDDPDamaSkKUrFl20xNywhG6JuWGabonZYTU73uHAMDs8InVyzA+PqVxi30QrEcehCKMVi1kozZOlYZzaDyxyH2LzQbKQMfeBu1dGWnMNrDIqTdRvau1c8UZ7/cFo52naaE9U3GivXwn3wYATUgAznCS2flWrV5qHTBmEUoQscR908wEoE2Rybt5EKxnrkBnsScij5hE3jxo10CWpvGbfRCsdN07Wicm6YbyKUgkUKCqB1m9q50hpXW8+cNEAkc1DXeBJyMjiOFq5CUmehIKtYguobYmjlafE6OM4VoUJSK59GgWOVUEleYEziTAxxFOvRpxLBKc0Xky4hmEReTXiXCKoSVfgTCLqaTf2asSZRCSURsyMMO4X3tlAYGYEnUcE5kZGZEuJuZExNaIlJkcaBgT3dVxicqThQAhvS0yPrOmR3pYXSyLDglDelpggWRPkDXSJCZKGB+ENYIkpkjVF3sCUmCJpeJDegJOYImV4kN5AUpgiZYiQzNsSc6QMEdLLkcIcKUOE9HKkMEfKECG9HCnMkTJESC9H6mLpaoiQXo4U5kjVy1cvRwpzpDSVWRWmSNUUpb7JRWGKkohsmWCKknoUeWlPMEVJPYN6aU8wRQmV4xJMUELObwnmJ5HUkiHB9CTUOja52Fok1BYkwdwkmtyEYG6SlMpGCaZGRxTbGjOjY2rG1pgYTS1jNaZFc2onojEvWpA7EY2J0dTcozEvWpE7EY2Z0dTcoy92fZrciWjMjKZWBRoTk0bkTiTFzKTUqiDFxKSM3ImkmJqUGjEpZiYV5E4kxcykFDMpZiZV5II1xcyk9P4ixdykmhpd6cWenE5o6eW2PCLXGs27h4f6OOZrXp3y7YfmWGa9DoLwNfhkT2m6A7zXn91xzP1rwOPmK87sU5nnz5/GCoMausPWSw1Awh3DdmJxKxVYC7J5xNZwLOxT2aduniyyTyvGbDueNk9h5QW3T6tXJM0zsd8nVq+2erRtp207bfWlVl9q5dK6Hepq08cM/WDe9TTteho7W5zU0ZzVddIaSNuec4c0vtJi31llbe31EdZed7oFgCY1Aekzoo3HFNuiM7xpyrCAVGfHsWW9mlx7076zqtwvBSByJAgdR4og0Hc1rZ2C7jbMa6AoNjeH/a54PLvDU2A+HTtiABXmwndeFRkaeuTA4ViwOREHCBLgABvFzEYts6OE21hJE6J/9l4i4AhEmoj6pB6LPZYkcwjIAFtXgtnJKZADEkZYtBfIQNACKaEoKfc7B/AaYJ3ZEcRd+PTruegvS0YQ113iAdAFGG9UCtjZuhWAPAI5wCLWVMDv6tpMALaTtaLcDsHkWgUaxUYTijumR/R7Z0vuwHADLFvL17kGDXpbiQ9UAMcp0nE4Tlg0dpxC9F2xCvA/iLjY5V4qYtzPK7+h315A0AMyk+sE3ihpLs2CEQYStaBGSnOT49p3IAIUbdDInrqrXiBoAX+SijqiswLYFjYzmaUJrcReTQTOB2mJ2SmZ2zgS9m9JaQR3KoBDQIcU1aGyuYcAKJAjkpwr1u/EQKp24G3GVtYfmgJfHh6vUEigT1Eh+JydNhdrkO6X0J5p21b4A2sg7JSFn7iJJaWsGy3UggOQKamZyd7xcwn0WN/xAzpAHpfU7O1uWO3aG1agV2A4K8r57n+gdmJg3FoXUIPpxdaYgCAG+Yu59SQ1jpsLsCBjdLJucncrZreIorgwqv6EczgZxqwLhJfMrDn2WJBc9oAIeinwIp9zSgisjdpbeYAi4GxJdq6Ru054YLWpSCebm5tHe3MTBBcYX5IaX80V4UuaBDArKbNVjjsagwQZu40HtRJv7iQ1qfpo7ySBboOxpaixdbRlEAA2kLLRZHGkA7P0Kasec7SgY2SWQVOuFcdbBEZuLHyyeHYkZ3oQmvZfkQApQDWnXI4ji5Hh3LNZbv4DBHA4iG1BTT/fmkpBECggumK3M/Umr4ewHoYmSIL79cPPn/8DufV9+C9aAAA="; \ No newline at end of file diff --git a/Documentation/functions/Function_Integration.Merge.html b/Documentation/functions/Function_Integration.Merge.html index 54bfb27..638d89f 100644 --- a/Documentation/functions/Function_Integration.Merge.html +++ b/Documentation/functions/Function_Integration.Merge.html @@ -1,2 +1 @@ -Merge | @playform/inline - 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 | @playform/inline - v0.0.4
  • Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeArraysDefaultURI";
        DeepMergeFilterValuesURI: "DeepMergeFilterValuesDefaultURI";
        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/functions/Function_Integration.integration.html b/Documentation/functions/Function_Integration.integration.html index f485d6d..b8121bb 100644 --- a/Documentation/functions/Function_Integration.integration.html +++ b/Documentation/functions/Function_Integration.integration.html @@ -1 +1 @@ -integration | @playform/inline - v0.0.3
  • Parameters

    Returns AstroIntegration

Generated using TypeDoc

\ No newline at end of file +integration | @playform/inline - v0.0.4
  • Parameters

    Returns AstroIntegration

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/functions/Merge.merge.html b/Documentation/functions/Merge.merge.html index de15da2..713a1a1 100644 --- a/Documentation/functions/Merge.merge.html +++ b/Documentation/functions/Merge.merge.html @@ -1,2 +1 @@ -merge | @playform/inline - 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 | @playform/inline - v0.0.4
  • Type Parameters

    • Ts extends readonly unknown[]

    Parameters

    • Rest ...objects: Ts

    Returns DeepMergeHKT<Ts, Readonly<{
        DeepMergeArraysURI: "DeepMergeArraysDefaultURI";
        DeepMergeFilterValuesURI: "DeepMergeFilterValuesDefaultURI";
        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/index.html b/Documentation/index.html index 2f03f0c..8948613 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -1,4 +1,4 @@ -@playform/inline - v0.0.3

@playform/inline - v0.0.3

Astro

Related —


Build
Dependency
Version


Star
Download
🗜️ Compress —

Build
Dependency
Version


Star
Download
🗻 Format —
+@playform/inline - v0.0.4

@playform/inline - v0.0.4

Astro

Related —


Build
Dependency
Version


Star
Download
🗜️ Compress —

Build
Dependency
Version


Star
Download
🗻 Format —

🦔 Inline —

This Astro integration brings critters to your Astro project.

@@ -67,4 +67,4 @@
export default {
integrations: [
(await import("@playform/inline")).default({
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/Documentation/interfaces/Critters.Interface-1.html b/Documentation/interfaces/Critters.Interface-1.html index e2d2b81..3ce8409 100644 --- a/Documentation/interfaces/Critters.Interface-1.html +++ b/Documentation/interfaces/Critters.Interface-1.html @@ -1,4 +1,4 @@ -Interface | @playform/inline - v0.0.3
interface Interface {
    additionalStylesheets?: string[];
    compress?: boolean;
    external?: boolean;
    fonts?: boolean;
    inlineFonts?: boolean;
    inlineThreshold?: number;
    keyframes?: string;
    logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent";
    logger?: Interface;
    mergeStylesheets?: boolean;
    minimumExternalSize?: number;
    noscriptFallback?: boolean;
    path?: string;
    preload?: "body" | "media" | "swap" | "js" | "js-lazy";
    preloadFonts?: boolean;
    pruneSource?: boolean;
    publicPath?: string;
    reduceInlineStyles?: boolean;
}

Properties

additionalStylesheets? +Interface | @playform/inline - v0.0.4
interface Interface {
    additionalStylesheets?: string[];
    compress?: boolean;
    external?: boolean;
    fonts?: boolean;
    inlineFonts?: boolean;
    inlineThreshold?: number;
    keyframes?: string;
    logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent";
    logger?: Interface;
    mergeStylesheets?: boolean;
    minimumExternalSize?: number;
    noscriptFallback?: boolean;
    path?: string;
    preload?: "body" | "media" | "swap" | "js" | "js-lazy";
    preloadFonts?: boolean;
    pruneSource?: boolean;
    publicPath?: string;
    reduceInlineStyles?: boolean;
}

Properties

additionalStylesheets?: string[]
compress?: boolean
external?: boolean
fonts?: boolean
inlineFonts?: boolean
inlineThreshold?: number
keyframes?: string
logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent"
logger?: Interface
mergeStylesheets?: boolean
minimumExternalSize?: number
noscriptFallback?: boolean
path?: string
preload?: "body" | "media" | "swap" | "js" | "js-lazy"
preloadFonts?: boolean
pruneSource?: boolean
publicPath?: string
reduceInlineStyles?: boolean

Generated using TypeDoc

\ No newline at end of file +

Properties

additionalStylesheets?: string[]
compress?: boolean
external?: boolean
fonts?: boolean
inlineFonts?: boolean
inlineThreshold?: number
keyframes?: string
logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent"
logger?: Interface
mergeStylesheets?: boolean
minimumExternalSize?: number
noscriptFallback?: boolean
path?: string
preload?: "body" | "media" | "swap" | "js" | "js-lazy"
preloadFonts?: boolean
pruneSource?: boolean
publicPath?: string
reduceInlineStyles?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Critters.Interface.html b/Documentation/interfaces/Critters.Interface.html index f8445d0..22fcc2a 100644 --- a/Documentation/interfaces/Critters.Interface.html +++ b/Documentation/interfaces/Critters.Interface.html @@ -1,6 +1,6 @@ -Interface | @playform/inline - v0.0.3
interface Interface {
    debug?: ((message) => void);
    error?: ((message) => void);
    info?: ((message) => void);
    trace?: ((message) => void);
    warn?: ((message) => void);
}

Properties

debug? +Interface | @playform/inline - v0.0.4
interface Interface {
    debug?: ((message) => void);
    error?: ((message) => void);
    info?: ((message) => void);
    trace?: ((message) => void);
    warn?: ((message) => void);
}

Properties

debug?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

error?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

info?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

trace?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

warn?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

Generated using TypeDoc

\ No newline at end of file +

Properties

debug?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

error?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

info?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

trace?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

warn?: ((message) => void)

Type declaration

    • (message): void
    • Parameters

      • message: string

      Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Integration.Interface.html b/Documentation/interfaces/Integration.Interface.html index 0e0cf45..18c0e95 100644 --- a/Documentation/interfaces/Integration.Interface.html +++ b/Documentation/interfaces/Integration.Interface.html @@ -1 +1 @@ -Interface | @playform/inline - v0.0.3
interface Interface ((Option) => AstroIntegration)
  • Parameters

    Returns AstroIntegration

Generated using TypeDoc

\ No newline at end of file +Interface | @playform/inline - v0.0.4
interface Interface ((Option) => AstroIntegration)
  • Parameters

    Returns AstroIntegration

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Interface_Merge.Generic.html b/Documentation/interfaces/Interface_Merge.Generic.html deleted file mode 100644 index 3952672..0000000 --- a/Documentation/interfaces/Interface_Merge.Generic.html +++ /dev/null @@ -1,2 +0,0 @@ -Generic | @playform/inline - v0.0.3
interface Generic {
    DeepMergeArraysURI: "DeepMergeLeafURI";
}

Properties

Properties

DeepMergeArraysURI: "DeepMergeLeafURI"

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Interface_Merge.Interface.html b/Documentation/interfaces/Interface_Merge.Interface.html deleted file mode 100644 index 2ca330d..0000000 --- a/Documentation/interfaces/Interface_Merge.Interface.html +++ /dev/null @@ -1,2 +0,0 @@ -Interface | @playform/inline - v0.0.3
interface Interface<PMF> (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
    DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeArraysDefaultURI";
    DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeMapsDefaultURI";
    DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeLeafURI";
    DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeRecordsDefaultURI";
    DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
        ? any[any]
        : "DeepMergeSetsDefaultURI";
}>, Readonly<{
    key: PropertyKey;
    parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>)

Type Parameters

  • PMF extends Partial<DeepMergeMergeFunctionsURIs>
  • 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: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeArraysDefaultURI";
        DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeMapsDefaultURI";
        DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeLeafURI";
        DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeRecordsDefaultURI";
        DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
            ? any[any]
            : "DeepMergeSetsDefaultURI";
    }>, Readonly<{
        key: PropertyKey;
        parents: readonly Readonly<Record<PropertyKey, unknown>>[];
    }>>

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/interfaces/Option.Interface.html b/Documentation/interfaces/Option.Interface.html index 051de94..8fba43f 100644 --- a/Documentation/interfaces/Option.Interface.html +++ b/Documentation/interfaces/Option.Interface.html @@ -1,4 +1,4 @@ -Interface | @playform/inline - v0.0.3
interface Interface {
    Action?: boolean | default;
    Cache?: boolean | default;
    Critters?: boolean | Interface;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    File?: string | boolean | string[];
    Logger?: boolean | Type;
    Path?: boolean | Type | Type[] | Set<Type>;
}

Hierarchy

  • default
    • Interface

Properties

Action? +Interface | @playform/inline - v0.0.4
interface Interface {
    Action?: boolean | default;
    Cache?: boolean | default;
    Critters?: boolean | Interface;
    Exclude?: boolean | Type | Type[] | Set<Type>;
    File?: string | boolean | string[];
    Logger?: boolean | Type;
    Path?: boolean | Type | Type[] | Set<Type>;
}

Hierarchy

  • default
    • Interface

Properties

Action? Cache? Critters? 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/modules/Critters.html b/Documentation/modules/Critters.html index 9fe99e2..c51f6fd 100644 --- a/Documentation/modules/Critters.html +++ b/Documentation/modules/Critters.html @@ -1,4 +1,4 @@ -Critters | @playform/inline - v0.0.3

Index

Interfaces

Interface +Critters | @playform/inline - v0.0.4

Index

Interfaces

Variables

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Function_Integration.html b/Documentation/modules/Function_Integration.html index 6c0168f..52ed7dc 100644 --- a/Documentation/modules/Function_Integration.html +++ b/Documentation/modules/Function_Integration.html @@ -1,5 +1,5 @@ -Function/Integration | @playform/inline - v0.0.3

Module Function/Integration

Index

Variables

Default +Function/Integration | @playform/inline - v0.0.4

Module Function/Integration

Index

Variables

Functions

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Integration.html b/Documentation/modules/Integration.html index fb7a7bf..0150462 100644 --- a/Documentation/modules/Integration.html +++ b/Documentation/modules/Integration.html @@ -1,2 +1,2 @@ -Integration | @playform/inline - v0.0.3

Module Integration

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file +Integration | @playform/inline - v0.0.4

Module Integration

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Interface_Merge.html b/Documentation/modules/Interface_Merge.html deleted file mode 100644 index 26e236c..0000000 --- a/Documentation/modules/Interface_Merge.html +++ /dev/null @@ -1,4 +0,0 @@ -Interface/Merge | @playform/inline - v0.0.3

Module Interface/Merge

Template: PMF

A type parameter representing Partial.

-

Index

Interfaces

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Merge.html b/Documentation/modules/Merge.html index 4311ca5..fdb1040 100644 --- a/Documentation/modules/Merge.html +++ b/Documentation/modules/Merge.html @@ -1,2 +1,2 @@ -Merge | @playform/inline - v0.0.3

Index

Functions

Generated using TypeDoc

\ No newline at end of file +Merge | @playform/inline - v0.0.4

Index

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/modules/Option.html b/Documentation/modules/Option.html index 3fbff5e..8abb9d3 100644 --- a/Documentation/modules/Option.html +++ b/Documentation/modules/Option.html @@ -1,3 +1,3 @@ -Option | @playform/inline - v0.0.3

Index

Interfaces

Interface +Option | @playform/inline - v0.0.4

Index

Interfaces

Variables

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Critters.critters.html b/Documentation/variables/Critters.critters.html index e86ec64..493b781 100644 --- a/Documentation/variables/Critters.critters.html +++ b/Documentation/variables/Critters.critters.html @@ -1 +1 @@ -critters | @playform/inline - v0.0.3
critters: {
    compress: true;
    inlineFonts: true;
    preload: "media";
    pruneSource: true;
}

Type declaration

  • compress: true
  • inlineFonts: true
  • preload: "media"
  • pruneSource: true

Generated using TypeDoc

\ No newline at end of file +critters | @playform/inline - v0.0.4
critters: Interface

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Function_Integration.Default.html b/Documentation/variables/Function_Integration.Default.html index bfaa883..00cea48 100644 --- a/Documentation/variables/Function_Integration.Default.html +++ b/Documentation/variables/Function_Integration.Default.html @@ -1 +1 @@ -Default | @playform/inline - 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;
    File: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: false;
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
    };
    Critters: {
        compress: true;
        inlineFonts: true;
        preload: "media";
        pruneSource: true;
    };
}], 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 | @playform/inline - v0.0.4
Default: {
    Action: {
        Accomplished: false;
        Changed: ((Plan) => Promise<default>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Critters: Interface;
    Exclude: false;
    File: string;
    Logger: 2;
    Path: string;
}

Type declaration

  • Action: {
        Accomplished: false;
        Changed: ((Plan) => Promise<default>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    }
    • Accomplished: false
    • Changed: ((Plan) => Promise<default>)
        • (Plan): Promise<default>
        • Parameters

          • Plan: default

          Returns Promise<default>

    • Failed: ((On) => Promise<string>)
    • Fulfilled: ((__namedParameters) => Promise<string | false>)
        • (__namedParameters): Promise<string | false>
        • Parameters

          • __namedParameters: default

          Returns Promise<string | false>

    • Passed: ((On) => Promise<true>)
    • Read: ((__namedParameters) => Promise<string>)
        • (__namedParameters): Promise<string>
        • Parameters

          • __namedParameters: default

          Returns Promise<string>

    • Wrote: ((__namedParameters) => Promise<Type>)
        • (__namedParameters): Promise<Type>
        • Parameters

          • __namedParameters: default

          Returns Promise<Type>

  • Cache: {
        Folder: string;
        Search: string;
    }
    • Folder: string
    • Search: string
  • Critters: Interface
  • Exclude: false
  • File: string
  • Logger: 2
  • Path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Function_Integration.Search.html b/Documentation/variables/Function_Integration.Search.html index 4c167fc..684601f 100644 --- a/Documentation/variables/Function_Integration.Search.html +++ b/Documentation/variables/Function_Integration.Search.html @@ -1 +1 @@ -Search | @playform/inline - v0.0.3
Search: string

Generated using TypeDoc

\ No newline at end of file +Search | @playform/inline - v0.0.4
Search: string

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/variables/Option.option.html b/Documentation/variables/Option.option.html index 55ba323..71b1c08 100644 --- a/Documentation/variables/Option.option.html +++ b/Documentation/variables/Option.option.html @@ -1 +1 @@ -option | @playform/inline - 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;
    File: string;
    Logger: 2;
    Path: string;
}, {
    Action: {
        Accomplished: false;
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
    };
    Critters: {
        compress: true;
        inlineFonts: true;
        preload: "media";
        pruneSource: true;
    };
}], 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 | @playform/inline - v0.0.4
option: {
    Action: {
        Accomplished: false;
        Changed: ((Plan) => Promise<default>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    };
    Cache: {
        Folder: string;
        Search: string;
    };
    Critters: Interface;
    Exclude: false;
    File: string;
    Logger: 2;
    Path: string;
}

Type declaration

  • Action: {
        Accomplished: false;
        Changed: ((Plan) => Promise<default>);
        Failed: ((On) => Promise<string>);
        Fulfilled: ((__namedParameters) => Promise<string | false>);
        Passed: ((On) => Promise<true>);
        Read: ((__namedParameters) => Promise<string>);
        Wrote: ((__namedParameters) => Promise<Type>);
    }
    • Accomplished: false
    • Changed: ((Plan) => Promise<default>)
        • (Plan): Promise<default>
        • Parameters

          • Plan: default

          Returns Promise<default>

    • Failed: ((On) => Promise<string>)
    • Fulfilled: ((__namedParameters) => Promise<string | false>)
        • (__namedParameters): Promise<string | false>
        • Parameters

          • __namedParameters: default

          Returns Promise<string | false>

    • Passed: ((On) => Promise<true>)
    • Read: ((__namedParameters) => Promise<string>)
        • (__namedParameters): Promise<string>
        • Parameters

          • __namedParameters: default

          Returns Promise<string>

    • Wrote: ((__namedParameters) => Promise<Type>)
        • (__namedParameters): Promise<Type>
        • Parameters

          • __namedParameters: default

          Returns Promise<Type>

  • Cache: {
        Folder: string;
        Search: string;
    }
    • Folder: string
    • Search: string
  • Critters: Interface
  • Exclude: false
  • File: string
  • Logger: 2
  • Path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/package.json b/package.json index 5df99e5..3726dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playform/inline", - "version": "0.0.3", + "version": "0.0.4", "private": false, "description": "🦔 Inline —", "keywords": [ @@ -41,13 +41,14 @@ "@playform/pipe": "0.0.5", "critters": "0.0.22" }, - "devDependencies": { - "@playform/build": "0.0.9" - }, "peerDependencies": { + "@playform/build": "0.0.9", "astro": "4.9.1" }, "peerDependenciesMeta": { + "@playform/build": { + "optional": true + }, "astro": { "optional": true }