chore(async): release async@1.0.0-rc.1 (#5035)

This commit is contained in:
Asher Gomez 2024-06-15 18:58:49 +12:00 committed by GitHub
parent 3a930850c3
commit 1b2b9aff0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@std/async",
"version": "0.224.2",
"version": "1.0.0-rc.1",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",

View File

@ -14,7 +14,7 @@
"@std/archive": "jsr:@std/archive@^0.224.1",
"@std/assert": "jsr:@std/assert@1.0.0-rc.2",
"@std/async": "jsr:@std/async@^0.224.2",
"@std/async": "jsr:@std/async@^1.0.0-rc.1",
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
"@std/cli": "jsr:@std/cli@^0.224.6",
"@std/collections": "jsr:@std/collections@^1.0.0-rc.1",