From 0b66fb0b8d2168ba12dc8025ca467ebf3e5caf24 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Tue, 21 Jan 2025 14:26:16 -0500 Subject: [PATCH 1/2] new-projectupdate-created --- components/linear/package.json | 4 ++-- .../new-projectupdate-created.mjs | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs diff --git a/components/linear/package.json b/components/linear/package.json index 504a14bf2da44..46ca6b2ca5a99 100644 --- a/components/linear/package.json +++ b/components/linear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear", - "version": "0.6.1", + "version": "0.7.0", "description": "Pipedream Linear Components", "main": "linear.app.mjs", "keywords": [ @@ -15,7 +15,7 @@ }, "dependencies": { "@linear/sdk": "^13.0.0", - "@pipedream/linear_app": "^0.6.0", + "@pipedream/linear_app": "^0.7.0", "@pipedream/platform": "^3.0.3" } } diff --git a/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs b/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs new file mode 100644 index 0000000000000..afa6edda0ee02 --- /dev/null +++ b/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs @@ -0,0 +1,15 @@ +import newProjectUpdateCreated from "@pipedream/linear_app/sources/new-projectupdate-created/new-projectupdate-created.mjs"; + +import utils from "../../common/utils.mjs"; + +/* eslint-disable pipedream/required-properties-type */ +/* eslint-disable pipedream/required-properties-name */ +/* eslint-disable pipedream/required-properties-version */ + +export default { + ...newProjectUpdateCreated, + ...utils.getAppProps(newProjectUpdateCreated), + key: "linear-new-projectupdate-created", + description: "Project updates are short status reports on the health of your projects. Emit new event when a new Project Update is written. [See the documentation](https://developers.linear.app/docs/graphql/webhooks)", + version: "0.0.1", +}; From d5a12ef54da487210d1c1d94a7f143b11720889e Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Tue, 21 Jan 2025 14:28:46 -0500 Subject: [PATCH 2/2] pnpm-lock.yaml --- pnpm-lock.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a2d916b34964b..54ee54b7d6c03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5891,8 +5891,8 @@ importers: specifier: ^13.0.0 version: 13.0.0 '@pipedream/linear_app': - specifier: ^0.6.0 - version: 0.6.0 + specifier: ^0.7.0 + version: 0.7.0 '@pipedream/platform': specifier: ^3.0.3 version: 3.0.3 @@ -8294,8 +8294,7 @@ importers: components/propeller: {} - components/proposify: - specifiers: {} + components/proposify: {} components/proprofs_quiz_maker: {} @@ -15302,8 +15301,8 @@ packages: '@pipedream/helpers@1.3.12': resolution: {integrity: sha512-k305RiFddUBtKY11V9G2aqYD8ICgarHV+A0Isxh0j3il4asnht0q4+t6ykPOb+hl5uo9UV8WY+9eAWlj6VFt6Q==} - '@pipedream/linear_app@0.6.0': - resolution: {integrity: sha512-vM5xDIw9xMkNuNAozzbaWuK8NdVKL+AZFkTnea0DDgTcndsBGyX1oY/3PKOrpfqRQ2LtNSb6o089WkxBiI/uNA==} + '@pipedream/linear_app@0.7.0': + resolution: {integrity: sha512-c3Yk7ySggn+j7G9JpfOUBoICcpdPp7mksCVcqBgKvK1lBPrLI98DqtplP3H/fYCWLtUi7VN/rRAD0sCn+HUJ0A==} '@pipedream/linkedin@0.1.1': resolution: {integrity: sha512-9pFjaohz/wnJMIRpPmDPqHeWiXUIJVWIPvQudE8TkUjaBbyieDpscy8reWMp96UK9aXz1Z2J2yiNh0msILAX9Q==} @@ -31118,7 +31117,7 @@ snapshots: '@pipedream/types': 0.0.5 lodash-es: 4.17.21 - '@pipedream/linear_app@0.6.0': + '@pipedream/linear_app@0.7.0': dependencies: '@linear/sdk': 13.0.0 '@pipedream/platform': 3.0.3