mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(encoding): release encoding@1.0.0
(#4991)
This commit is contained in:
parent
d102a10235
commit
7e503c8386
@ -23,7 +23,7 @@
|
||||
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
|
||||
"@std/datetime": "jsr:@std/datetime@^0.224.1",
|
||||
"@std/dotenv": "jsr:@std/dotenv@^0.224.1",
|
||||
"@std/encoding": "jsr:@std/encoding@1.0.0-rc.2",
|
||||
"@std/encoding": "jsr:@std/encoding@1.0.0",
|
||||
"@std/expect": "jsr:@std/expect@^0.224.5",
|
||||
"@std/fmt": "jsr:@std/fmt@^0.225.4",
|
||||
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/encoding",
|
||||
"version": "1.0.0-rc.2",
|
||||
"version": "1.0.0",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./ascii85": "./ascii85.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user