mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore: streams@1.0.0-rc.4
(extending RC phase) (#5493)
This commit is contained in:
parent
e07c32f6a5
commit
db670b1c5e
@ -42,7 +42,7 @@
|
||||
"@std/path": "jsr:@std/path@^1.0.0",
|
||||
"@std/regexp": "jsr:@std/regexp@^1.0.0",
|
||||
"@std/semver": "jsr:@std/semver@^1.0.0-rc.2",
|
||||
"@std/streams": "jsr:@std/streams@^1.0.0",
|
||||
"@std/streams": "jsr:@std/streams@^1.0.0-rc.4",
|
||||
"@std/testing": "jsr:@std/testing@^1.0.0-rc.4",
|
||||
"@std/text": "jsr:@std/text@^1.0.0",
|
||||
"@std/toml": "jsr:@std/toml@^1.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/streams",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0-rc.4",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./buffer": "./buffer.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user