chore: release uuid@1.0.0 (#5200)

chore: release uuid@1.0.0
This commit is contained in:
Yoshiya Hinosawa 2024-07-01 19:04:00 +09:00 committed by GitHub
parent 19be4f89c9
commit d753d4ba7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
"@std/toml": "jsr:@std/toml@^1.0.0-rc.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2",
"@std/url": "jsr:@std/url@^1.0.0-rc.1",
"@std/uuid": "jsr:@std/uuid@1.0.0-rc.1",
"@std/uuid": "jsr:@std/uuid@1.0.0",
"@std/webgpu": "jsr:@std/webgpu@^0.224.4",
"@std/yaml": "jsr:@std/yaml@^0.224.3"
},

View File

@ -1,6 +1,6 @@
{
"name": "@std/uuid",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./common": "./common.ts",