chore(toml): release toml@1.0.0-rc.1 (#4969)

This commit is contained in:
Asher Gomez 2024-06-06 07:41:42 +10:00 committed by GitHub
parent dc2fcd882a
commit e76e9261f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
"@std/streams": "jsr:@std/streams@^0.224.3",
"@std/testing": "jsr:@std/testing@^0.225.0",
"@std/text": "jsr:@std/text@^0.224.2",
"@std/toml": "jsr:@std/toml@^0.224.1",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1",
"@std/ulid": "jsr:@std/ulid@^0.224.1",
"@std/url": "jsr:@std/url@^0.224.0",
"@std/uuid": "jsr:@std/uuid@1.0.0-rc.1",

View File

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