@pipedream/whoisfreaks 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,13 +6,14 @@ export default {
|
|
|
6
6
|
name: "Reverse Lookup",
|
|
7
7
|
description:
|
|
8
8
|
"Retrieve details about a domain by keyword, email, registrant name or company. Must enter one and only one of keyword, email, owner, or company. [See the documentation](https://whoisfreaks.com/documentation/whois-api#reverse-lookup)",
|
|
9
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.4",
|
|
10
10
|
annotations: {
|
|
11
11
|
destructiveHint: false,
|
|
12
12
|
openWorldHint: true,
|
|
13
13
|
readOnlyHint: true,
|
|
14
14
|
},
|
|
15
15
|
type: "action",
|
|
16
|
+
ai: "optimized",
|
|
16
17
|
props: {
|
|
17
18
|
whoisfreaks,
|
|
18
19
|
keyword: {
|