mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-07 13:16:13 -06:00
Update project version to 0.2.0, improve JSON placeholder
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rdap",
|
"name": "rdap",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
@@ -87,6 +87,6 @@ export const placeholders: Record<SimplifiedTargetType | "auto", string> = {
|
|||||||
url: "https://rdap.org/domain/example.com",
|
url: "https://rdap.org/domain/example.com",
|
||||||
tld: ".dev",
|
tld: ".dev",
|
||||||
registrar: "9999",
|
registrar: "9999",
|
||||||
json: "{ (paste JSON) }",
|
json: `{"objectClassName":"domain", ... }`,
|
||||||
domain: "example.com",
|
domain: "example.com",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user