@pipedream/linear 0.5.6 → 0.5.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/linear",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Pipedream Linear Components",
5
5
  "main": "linear.app.mjs",
6
6
  "keywords": [
@@ -9,6 +9,6 @@ export default {
9
9
  ...commentCreatedInstant,
10
10
  ...utils.getAppProps(commentCreatedInstant),
11
11
  key: "linear-comment-created-instant",
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.1.6",
12
+ description: "Emit new event when a new comment is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13
+ version: "0.1.7",
14
14
  };
@@ -9,6 +9,6 @@ export default {
9
9
  ...issueCreatedInstant,
10
10
  ...utils.getAppProps(issueCreatedInstant),
11
11
  key: "linear-issue-created-instant",
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.3.6",
12
+ description: "Emit new event when a new issue is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13
+ version: "0.3.7",
14
14
  };
@@ -9,6 +9,6 @@ export default {
9
9
  ...issueUpdatedInstant,
10
10
  ...utils.getAppProps(issueUpdatedInstant),
11
11
  key: "linear-issue-updated-instant",
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.3.6",
12
+ description: "Emit new event when an issue is updated (OAuth). See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13
+ version: "0.3.7",
14
14
  };
@@ -9,6 +9,6 @@ export default {
9
9
  ...newIssueStatusUpdated,
10
10
  ...utils.getAppProps(newIssueStatusUpdated),
11
11
  key: "linear-new-issue-status-updated",
12
- description: "Emit new event when the status of an issue is updated (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)",
13
- version: "0.1.6",
12
+ description: "Emit new event when the status of an issue is updated (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13
+ version: "0.1.7",
14
14
  };