We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent a8a637f commit e1935ecCopy full SHA for e1935ec
deno.json
@@ -33,7 +33,7 @@
33
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
34
"@std/internal": "jsr:@std/internal@^1.0.1",
35
"@std/io": "jsr:@std/io@^0.224.3",
36
- "@std/json": "jsr:@std/json@^1.0.0-rc.3",
+ "@std/json": "jsr:@std/json@^1.0.0",
37
"@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.3",
38
"@std/log": "jsr:@std/log@^0.224.5",
39
"@std/media-types": "jsr:@std/media-types@^1.0.2",
json/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@std/json",
3
- "version": "1.0.0-rc.3",
+ "version": "1.0.0",
4
"exports": {
5
".": "./mod.ts",
6
"./types": "./types.ts",
0 commit comments