Update project version to 0.2.0, improve JSON placeholder

This commit is contained in:
2024-05-12 16:22:13 -05:00
parent b3048086c3
commit ea8f1ac92b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rdap",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "next build",

View File

@@ -87,6 +87,6 @@ export const placeholders: Record<SimplifiedTargetType | "auto", string> = {
url: "https://rdap.org/domain/example.com",
tld: ".dev",
registrar: "9999",
json: "{ (paste JSON) }",
json: `{"objectClassName":"domain", ... }`,
domain: "example.com",
};