File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.0.2
2+
3+ - Cleanup
4+
15## 0.0.1
26
37- Initial version
Original file line number Diff line number Diff 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__" > ;
Original file line number Diff line number Diff 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__" > ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments