File tree 4 files changed +14
-13
lines changed
4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2
2
+
3
+ - Cleanup
4
+
1
5
## 0.0.1
2
6
3
7
- Initial version
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ export declare const Default: Omit<{} & {
18
18
Failed : ( On : import ( "files-pipe/Target/Interface/File.js" ) . default ) => Promise < string > ;
19
19
Accomplished : ( On : import ( "files-pipe/Target/Interface/File.js" ) . default ) => Promise < string > ;
20
20
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 > ;
25
25
} , "__proto__" > ;
26
26
Exclude : false ;
27
27
} , "__proto__" > ;
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ declare const _default: Omit<{} & {
15
15
Failed : ( On : import ( "files-pipe/Target/Interface/File.js" ) . default ) => Promise < string > ;
16
16
Accomplished : ( On : import ( "files-pipe/Target/Interface/File.js" ) . default ) => Promise < string > ;
17
17
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 > ;
22
22
} , "__proto__" > ;
23
23
Exclude : false ;
24
24
} , "__proto__" > ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playform/biome-astro" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"private" : false ,
5
5
"description" : " 🗻 Biome Format." ,
6
6
"keywords" : [
7
- " astro-integration" ,
8
- " astro-component" ,
9
7
" astro" ,
10
8
" linter" ,
11
9
" biome" ,
12
10
" javascript" ,
13
- " performance" ,
14
- " withastro"
11
+ " performance"
15
12
],
16
13
"homepage" : " https://github.com/Playform/BiomeAstro#readme" ,
17
14
"bugs" : {
You can’t perform that action at this time.
0 commit comments