chore(crypto): release crypto@1.0.0 (#4990)

This commit is contained in:
Asher Gomez 2024-06-30 21:31:53 +10:00 committed by GitHub
parent 7e503c8386
commit b18d1a071b
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/crypto",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./crypto": "./crypto.ts",

View File

@ -18,7 +18,7 @@
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.2",
"@std/collections": "jsr:@std/collections@^1.0.1",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/crypto": "jsr:@std/crypto@^1.0.0",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.1",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
"@std/datetime": "jsr:@std/datetime@^0.224.1",