From da649d3f4b5514ac8da2ede056b45f9ec605819b Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Sun, 31 Mar 2024 17:34:56 +0300 Subject: [PATCH] BiomeAstro/v0.0.2 --- CHANGELOG.md | 4 ++++ Target/Function/Integration.d.ts | 8 ++++---- Target/Variable/Option.d.ts | 8 ++++---- package.json | 7 ++----- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d7b3d..84fcad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +- Cleanup + ## 0.0.1 - Initial version diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 4124e3a..c62648b 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -18,10 +18,10 @@ export declare const Default: Omit<{} & { Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: any) => Promise; - Wrote: ({ Buffer }: any) => Promise; - Passed: (On: any) => Promise; - Changed: (Plan: any) => Promise; + Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Exclude: false; }, "__proto__">; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index 573273c..06cf2b9 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -15,10 +15,10 @@ declare const _default: Omit<{} & { Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: any) => Promise; - Wrote: ({ Buffer }: any) => Promise; - Passed: (On: any) => Promise; - Changed: (Plan: any) => Promise; + Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; + Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Exclude: false; }, "__proto__">; diff --git a/package.json b/package.json index 61956c2..fff94b6 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,14 @@ { "name": "@playform/biome-astro", - "version": "0.0.1", + "version": "0.0.2", "private": false, "description": "🗻 Biome Format.", "keywords": [ - "astro-integration", - "astro-component", "astro", "linter", "biome", "javascript", - "performance", - "withastro" + "performance" ], "homepage": "https://github.com/Playform/BiomeAstro#readme", "bugs": {