chore(net): release net@1.0.0-rc.1 (#5349)

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
This commit is contained in:
Yoshiya Hinosawa 2024-07-09 20:21:00 +09:00 committed by GitHub
parent e13bca6f67
commit 474d6f337f
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.4",
"@std/media-types": "jsr:@std/media-types@^1.0.1",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.2",
"@std/net": "jsr:@std/net@^0.224.5",
"@std/net": "jsr:@std/net@^1.0.0-rc.1",
"@std/path": "jsr:@std/path@1.0.0-rc.4",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.1",

View File

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