diff --git a/components/linear/actions/get-teams/get-teams.mjs b/components/linear/actions/get-teams/get-teams.mjs index fc5dd58a2bb31..39e020ab282f4 100644 --- a/components/linear/actions/get-teams/get-teams.mjs +++ b/components/linear/actions/get-teams/get-teams.mjs @@ -1,5 +1,5 @@ -import linearApp from "../../linear.app.mjs"; import getTeams from "@pipedream/linear_app/actions/get-teams/get-teams.mjs"; +import utils from "../../common/utils.mjs"; /* eslint-disable pipedream/required-properties-type */ /* eslint-disable pipedream/required-properties-name */ @@ -7,11 +7,9 @@ import getTeams from "@pipedream/linear_app/actions/get-teams/get-teams.mjs"; export default { ...getTeams, + ...utils.getAppProps(getTeams), key: "linear-get-teams", description: "Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses OAuth authentication. See Linear docs for additional info [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).", - version: "0.2.10", - props: { - linearApp, - }, + version: "0.2.11", }; diff --git a/components/linear/package.json b/components/linear/package.json index 91dd07739ca9c..ba36a4fd887a5 100644 --- a/components/linear/package.json +++ b/components/linear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear", - "version": "0.7.2", + "version": "0.7.3", "description": "Pipedream Linear Components", "main": "linear.app.mjs", "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d11ae1de7177..ee86e798dedcf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5891,8 +5891,7 @@ importers: components/greenhouse_job_board_api: {} - components/greenspark: - specifiers: {} + components/greenspark: {} components/greptile: dependencies: