File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
### 2024.08.07
2
2
3
+ #### @std/http 1.0.2 (patch)
4
+
5
+ - fix(http/unstable): make ` info ` parameter optional (#5652 )
6
+
7
+ ### 2024.08.07
8
+
3
9
#### @std/archive 0.225.0 (minor)
4
10
5
11
- BREAKING(archive): remove ` TarEntry.#header ` (#5638 )
Original file line number Diff line number Diff line change 29
29
"@std/front-matter" : " jsr:@std/front-matter@^1.0.1" ,
30
30
"@std/fs" : " jsr:@std/fs@^1.0.1" ,
31
31
"@std/html" : " jsr:@std/html@^1.0.1" ,
32
- "@std/http" : " jsr:@std/http@^1.0.1 " ,
32
+ "@std/http" : " jsr:@std/http@^1.0.2 " ,
33
33
"@std/ini" : " jsr:@std/ini@^1.0.0-rc.3" ,
34
34
"@std/internal" : " jsr:@std/internal@^1.0.1" ,
35
35
"@std/io" : " jsr:@std/io@^0.224.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @std/http" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./cookie" : " ./cookie.ts" ,
You can’t perform that action at this time.
0 commit comments