Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/lusha/actions/company-enrich/company-enrich.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "lusha-company-enrich",
name: "Enrich Companies",
description: "Enriches company information based on provided company IDs. [See the documentation](https://www.lusha.com/docs/#company-enrich)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
lusha,
Expand All @@ -19,7 +19,7 @@ export default {
companiesIds: {
propDefinition: [
lusha,
"companiesIds",
"companyIds",
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion components/lusha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/lusha",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Lusha Components",
"main": "lusha.app.mjs",
"keywords": [
Expand Down
20 changes: 8 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading