mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: release net@1.0.0
(#5457)
This commit is contained in:
parent
440ce91e16
commit
7fa0c2d5b8
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user