@pipedream/viewdns_info 0.1.0 → 0.1.1

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.
@@ -4,8 +4,14 @@ export default {
4
4
  key: "viewdns_info-dns-record-lookup",
5
5
  name: "DNS Record Lookup",
6
6
  description: "Performs a DNS record lookup to retrieve various DNS record types for a domain. [See the documentation](https://viewdns.info/api/dns-record-lookup/)",
7
- version: "0.0.1",
7
+ version: "0.0.3",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: true,
12
+ },
8
13
  type: "action",
14
+ ai: "optimized",
9
15
  props: {
10
16
  viewdnsInfo,
11
17
  domain: {
@@ -4,7 +4,12 @@ export default {
4
4
  key: "viewdns_info-ip-history",
5
5
  name: "IP History",
6
6
  description: "Retrieves the IP address history for a domain. [See the documentation](https://viewdns.info/api/ip-history/)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: true,
12
+ },
8
13
  type: "action",
9
14
  props: {
10
15
  viewdnsInfo,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "viewdns_info-reverse-ip-lookup",
5
5
  name: "Reverse IP Lookup",
6
6
  description: "Performs a reverse IP lookup to find domains hosted on the same IP address. [See the documentation](https://viewdns.info/api/reverse-ip-lookup/)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: true,
12
+ },
8
13
  type: "action",
9
14
  props: {
10
15
  viewdnsInfo,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "viewdns_info-reverse-whois-lookup",
5
5
  name: "Reverse Whois Lookup",
6
6
  description: "Performs a reverse WHOIS search to find domains registered by the same person or organization. [See the documentation](https://viewdns.info/api/reverse-whois-lookup/)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: true,
12
+ },
8
13
  type: "action",
9
14
  props: {
10
15
  viewdnsInfo,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "viewdns_info-subdomain-discovery",
5
5
  name: "Subdomain Discovery",
6
6
  description: "Discovers subdomains associated with a given domain. [See the documentation](https://viewdns.info/api/subdomain-discovery/)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: false,
12
+ },
8
13
  type: "action",
9
14
  props: {
10
15
  viewdnsInfo,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "viewdns_info-whois-lookup",
5
5
  name: "Whois Lookup",
6
6
  description: "Performs a WHOIS lookup to retrieve domain registration information. [See the documentation](https://viewdns.info/api/whois/)",
7
- version: "0.0.1",
7
+ version: "0.0.2",
8
+ annotations: {
9
+ destructiveHint: false,
10
+ openWorldHint: true,
11
+ readOnlyHint: true,
12
+ },
8
13
  type: "action",
9
14
  props: {
10
15
  viewdnsInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/viewdns_info",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pipedream ViewDNS.info Components",
5
5
  "main": "viewdns_info.app.mjs",
6
6
  "keywords": [
@@ -13,6 +13,6 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.1.0"
16
+ "@pipedream/platform": "^3.1.1"
17
17
  }
18
18
  }