chore(msgpack): release msgpack@1.0.0 (#5210)

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
Asher Gomez 2024-07-12 10:22:27 +10:00 committed by GitHub
parent 89ca4ad93b
commit 96971db998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@std/msgpack",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./decode": "./decode.ts",