mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(msgpack): release msgpack@1.0.0
(#5210)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
89ca4ad93b
commit
96971db998
@ -37,7 +37,7 @@
|
||||
"@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.2",
|
||||
"@std/log": "jsr:@std/log@^0.224.4",
|
||||
"@std/media-types": "jsr:@std/media-types@^1.0.1",
|
||||
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.2",
|
||||
"@std/msgpack": "jsr:@std/msgpack@^1.0.0",
|
||||
"@std/net": "jsr:@std/net@^1.0.0-rc.1",
|
||||
"@std/path": "jsr:@std/path@^1.0.0",
|
||||
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/msgpack",
|
||||
"version": "1.0.0-rc.2",
|
||||
"version": "1.0.0",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./decode": "./decode.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user