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:
Asher Gomez 2024-06-20 12:18:43 +10:00 committed by GitHub
parent c52c6ee057
commit 1e12f5018c
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-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",

View File

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