chore(cli): release cli@1.0.0 (#5212)

* chore(async): release `async@1.0.0`

* chore(cli): release `cli@1.0.0`

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
Asher Gomez 2024-07-19 13:23:19 +10:00 committed by GitHub
parent 649757b867
commit e6c05c6abc
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/cli",
"version": "1.0.0-rc.5",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",

View File

@ -16,7 +16,7 @@
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/async": "jsr:@std/async@^1.0.0",
"@std/bytes": "jsr:@std/bytes@^1.0.2-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.5",
"@std/cli": "jsr:@std/cli@^1.0.0",
"@std/collections": "jsr:@std/collections@^1.0.4",
"@std/crypto": "jsr:@std/crypto@^1.0.1-rc.1",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.3",