mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -06:00
Update project version to 0.2.0, improve JSON placeholder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rdap",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
|
||||
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user