mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(toml): release toml@1.0.0-rc.1
(#4969)
This commit is contained in:
parent
dc2fcd882a
commit
e76e9261f2
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/toml",
|
||||
"version": "0.224.1",
|
||||
"version": "1.0.0-rc.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./parse": "./parse.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user