Skip to content

Commit 54fa343

Browse files
authored
Bigdatacorp bump versions (#15242)
* bump versions * pnpm-lock.yaml
1 parent 665c04f commit 54fa343

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

components/bigdatacorp/actions/get-address-data/get-address-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "bigdatacorp-get-address-data",
66
name: "Get Address Data",
77
description: "Returns the available data for a Zipcode number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/enderecos_legal_amazon)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/bigdatacorp/actions/get-company-data/get-company-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "bigdatacorp-get-company-data",
66
name: "Get Company Data",
77
description: "Returns the available data for a CNPJ number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/empresas_emails_extended)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/bigdatacorp/actions/get-person-data/get-person-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "bigdatacorp-get-person-data",
66
name: "Get Person Data",
77
description: "Returns the available data for a CPF number according to the selected dataset. [See the documentation](https://docs.bigdatacorp.com.br/plataforma/reference/pessoas_registration_data)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/bigdatacorp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/bigdatacorp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream BigDataCorp Components",
55
"main": "bigdatacorp.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)