@pipedream/linear 0.4.2 → 0.4.4
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.
|
@@ -3,13 +3,12 @@ import utils from "../../common/utils.mjs";
|
|
|
3
3
|
|
|
4
4
|
/* eslint-disable pipedream/required-properties-type */
|
|
5
5
|
/* eslint-disable pipedream/required-properties-name */
|
|
6
|
-
/* eslint-disable pipedream/required-properties-version */
|
|
7
6
|
|
|
8
7
|
export default {
|
|
9
8
|
...updateIssue,
|
|
10
9
|
...utils.getAppProps(updateIssue),
|
|
11
10
|
key: "linear-update-issue",
|
|
12
11
|
description: "Update an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
|
|
13
|
-
version: "0.0.
|
|
12
|
+
version: "0.0.6",
|
|
14
13
|
};
|
|
15
14
|
|
package/package.json
CHANGED
|
@@ -10,5 +10,5 @@ export default {
|
|
|
10
10
|
...utils.getAppProps(commentCreatedInstant),
|
|
11
11
|
key: "linear-comment-created-instant",
|
|
12
12
|
description: "Emit new event when a new comment is created (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)",
|
|
13
|
-
version: "0.0.
|
|
13
|
+
version: "0.0.5",
|
|
14
14
|
};
|
|
@@ -10,5 +10,5 @@ export default {
|
|
|
10
10
|
...utils.getAppProps(issueCreatedInstant),
|
|
11
11
|
key: "linear-issue-created-instant",
|
|
12
12
|
description: "Emit new event when a new issue is created (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)",
|
|
13
|
-
version: "0.2.
|
|
13
|
+
version: "0.2.4",
|
|
14
14
|
};
|
|
@@ -10,5 +10,5 @@ export default {
|
|
|
10
10
|
...utils.getAppProps(issueUpdatedInstant),
|
|
11
11
|
key: "linear-issue-updated-instant",
|
|
12
12
|
description: "Emit new event when an issue is updated (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)",
|
|
13
|
-
version: "0.2.
|
|
13
|
+
version: "0.2.4",
|
|
14
14
|
};
|