chore: streams@1.0.0-rc.4 (extending RC phase) (#5493)

This commit is contained in:
Yoshiya Hinosawa 2024-07-19 19:39:01 +09:00 committed by GitHub
parent e07c32f6a5
commit db670b1c5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@std/streams",
"version": "1.0.0",
"version": "1.0.0-rc.4",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.ts",