chore(http): release http@1.0.0 (#5217)

This commit is contained in:
Asher Gomez 2024-07-30 13:28:02 +10:00 committed by GitHub
parent 7fd14ba8d4
commit c77e966efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"@std/front-matter": "jsr:@std/front-matter@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/html": "jsr:@std/html@^1.0.0",
"@std/http": "jsr:@std/http@^1.0.0-rc.6",
"@std/http": "jsr:@std/http@^1.0.0",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
"@std/internal": "jsr:@std/internal@^1.0.1",
"@std/io": "jsr:@std/io@^0.224.3",

View File

@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.0-rc.6",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",