mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(streams): release streams@1.0.0-rc.1
(#5074)
* chore(streams): release `streams@1.0.0` * chore: add -rc.1 --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
c52c6ee057
commit
1e12f5018c
@ -42,7 +42,7 @@
|
||||
"@std/path": "jsr:@std/path@1.0.0-rc.2",
|
||||
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
|
||||
"@std/semver": "jsr:@std/semver@^0.224.3",
|
||||
"@std/streams": "jsr:@std/streams@^0.224.5",
|
||||
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1",
|
||||
"@std/testing": "jsr:@std/testing@^0.225.2",
|
||||
"@std/text": "jsr:@std/text@^1.0.0-rc.1",
|
||||
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/streams",
|
||||
"version": "0.224.5",
|
||||
"version": "1.0.0-rc.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./buffer": "./buffer.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user