chore(yaml): release yaml@1.0.0 (#5264)

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
Asher Gomez 2024-07-25 14:38:18 +10:00 committed by GitHub
parent 3cc0091c2a
commit 42693da902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
"@std/url": "jsr:@std/url@^1.0.0-rc.2",
"@std/uuid": "jsr:@std/uuid@^1.0.0",
"@std/webgpu": "jsr:@std/webgpu@^0.224.5",
"@std/yaml": "jsr:@std/yaml@^1.0.0-rc.4"
"@std/yaml": "jsr:@std/yaml@^1.0.0"
},
"tasks": {
"test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks --clean",

View File

@ -1,6 +1,6 @@
{
"name": "@std/yaml",
"version": "1.0.0-rc.4",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",