Skip to content

Commit

Permalink
BiomeAstro/v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 31, 2024
1 parent a511510 commit da649d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Cleanup

## 0.0.1

- Initial version
8 changes: 4 additions & 4 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export declare const Default: Omit<{} & {
Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: any) => Promise<string>;
Wrote: ({ Buffer }: any) => Promise<any>;
Passed: (On: any) => Promise<true>;
Changed: (Plan: any) => Promise<any>;
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<import("files-pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
}, "__proto__">;
Expand Down
8 changes: 4 additions & 4 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ declare const _default: Omit<{} & {
Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: any) => Promise<string>;
Wrote: ({ Buffer }: any) => Promise<any>;
Passed: (On: any) => Promise<true>;
Changed: (Plan: any) => Promise<any>;
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<import("files-pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
}, "__proto__">;
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit da649d3

Please sign in to comment.