chore: release net@1.0.0 (#5457)

This commit is contained in:
Yoshiya Hinosawa 2024-07-29 19:41:33 +09:00 committed by GitHub
parent 440ce91e16
commit 7fa0c2d5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"@std/log": "jsr:@std/log@^0.224.5",
"@std/media-types": "jsr:@std/media-types@^1.0.2",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0",
"@std/net": "jsr:@std/net@^1.0.0-rc.2",
"@std/net": "jsr:@std/net@^1.0.0",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.3",

View File

@ -1,6 +1,6 @@
{
"name": "@std/net",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./get-available-port": "./get_available_port.ts",