Skip to content

Commit da649d3

Browse files
BiomeAstro/v0.0.2
1 parent a511510 commit da649d3

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2
2+
3+
- Cleanup
4+
15
## 0.0.1
26

37
- Initial version

Target/Function/Integration.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export declare const Default: Omit<{} & {
1818
Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
1919
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
2020
Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
21-
Read: ({ Input }: any) => Promise<string>;
22-
Wrote: ({ Buffer }: any) => Promise<any>;
23-
Passed: (On: any) => Promise<true>;
24-
Changed: (Plan: any) => Promise<any>;
21+
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
22+
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Type/Buffer.js").Type>;
23+
Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<true>;
24+
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<import("files-pipe/Target/Interface/Plan.js").default>;
2525
}, "__proto__">;
2626
Exclude: false;
2727
}, "__proto__">;

Target/Variable/Option.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ declare const _default: Omit<{} & {
1515
Failed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
1616
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
1717
Fulfilled: ({ File }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
18-
Read: ({ Input }: any) => Promise<string>;
19-
Wrote: ({ Buffer }: any) => Promise<any>;
20-
Passed: (On: any) => Promise<true>;
21-
Changed: (Plan: any) => Promise<any>;
18+
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
19+
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Type/Buffer.js").Type>;
20+
Passed: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<true>;
21+
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<import("files-pipe/Target/Interface/Plan.js").default>;
2222
}, "__proto__">;
2323
Exclude: false;
2424
}, "__proto__">;

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "@playform/biome-astro",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": false,
55
"description": "🗻 Biome Format.",
66
"keywords": [
7-
"astro-integration",
8-
"astro-component",
97
"astro",
108
"linter",
119
"biome",
1210
"javascript",
13-
"performance",
14-
"withastro"
11+
"performance"
1512
],
1613
"homepage": "https://github.com/Playform/BiomeAstro#readme",
1714
"bugs": {

0 commit comments

Comments
 (0)