@pipedream/addressfinder 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,7 +4,12 @@ export default {
4
4
  key: "addressfinder-verify-address-au",
5
5
  name: "Verify Australian Address",
6
6
  description: "Validates an Australian address. [See the documentation](https://addressfinder.com.au/api/au/address/verification/)",
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
  addressfinder,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "addressfinder-verify-address-nz",
5
5
  name: "Verify New Zealand Address",
6
6
  description: "Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/)",
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
  addressfinder,
@@ -4,7 +4,12 @@ export default {
4
4
  key: "addressfinder-verify-email",
5
5
  name: "Verify Email",
6
6
  description: "Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/)",
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",
9
14
  props: {
10
15
  addressfinder,
@@ -34,7 +39,7 @@ export default {
34
39
  value: "connection",
35
40
  },
36
41
  {
37
- label: "Email provider - a check that determines the underlaying provider of the email service.",
42
+ label: "Email provider - a check that determines the underlying provider of the email service.",
38
43
  value: "provider",
39
44
  },
40
45
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/addressfinder",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pipedream Addressfinder Components",
5
5
  "main": "addressfinder.app.mjs",
6
6
  "keywords": [
@@ -13,6 +13,6 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@pipedream/platform": "^3.0.0"
16
+ "@pipedream/platform": "^3.1.1"
17
17
  }
18
18
  }