@pipedream/linear_app 0.11.0 → 0.11.1

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.
@@ -27,6 +27,10 @@ const RESOURCE_TYPES = Object.values(RESOURCE_TYPE);
27
27
  const CLIENT_IPS = [
28
28
  "35.231.147.226",
29
29
  "35.243.134.228",
30
+ "34.140.253.14",
31
+ "34.38.87.206",
32
+ "34.134.222.122",
33
+ "35.222.25.142",
30
34
  ];
31
35
 
32
36
  const FIELD = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/linear_app",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Pipedream Linear_app Components",
5
5
  "main": "linear_app.app.mjs",
6
6
  "keywords": [
@@ -7,7 +7,7 @@ export default {
7
7
  name: "New Comment Created (Instant)",
8
8
  description: "Triggers instantly when a new comment is added to an issue in Linear. Returns comment details including content, author, issue reference, and timestamps. Supports filtering by team. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
9
9
  type: "source",
10
- version: "0.1.21",
10
+ version: "0.1.22",
11
11
  dedupe: "unique",
12
12
  methods: {
13
13
  ...common.methods,
@@ -7,7 +7,7 @@ export default {
7
7
  name: "New Issue Created (Instant)",
8
8
  description: "Triggers instantly when a new issue is created in Linear. Provides complete issue details including title, description, team, assignee, state, and timestamps. Supports filtering by team and project. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
9
9
  type: "source",
10
- version: "0.3.21",
10
+ version: "0.3.22",
11
11
  dedupe: "unique",
12
12
  methods: {
13
13
  ...common.methods,
@@ -7,7 +7,7 @@ export default {
7
7
  name: "Issue Updated (Instant)",
8
8
  description: "Triggers instantly when any issue is updated in Linear. Provides complete issue details with changes. Supports filtering by team and project. Includes all updates except status changes. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
9
9
  type: "source",
10
- version: "0.3.21",
10
+ version: "0.3.22",
11
11
  dedupe: "unique",
12
12
  methods: {
13
13
  ...common.methods,
@@ -8,7 +8,7 @@ export default {
8
8
  name: "Issue Status Updated (Instant)",
9
9
  description: "Triggers instantly when an issue's workflow state changes (e.g., Todo to In Progress). Returns issue with previous and current state info. Can filter by specific target state. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
10
10
  type: "source",
11
- version: "0.1.21",
11
+ version: "0.1.22",
12
12
  dedupe: "unique",
13
13
  props: {
14
14
  linearApp: common.props.linearApp,
@@ -8,7 +8,7 @@ export default {
8
8
  name: "New Project Update Written (Instant)",
9
9
  description: "Triggers instantly when a project update (status report) is created in Linear. Returns update content, author, project details, and health status. Filters by team and optionally by project. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
10
10
  type: "source",
11
- version: "0.0.13",
11
+ version: "0.0.14",
12
12
  dedupe: "unique",
13
13
  props: {
14
14
  linearApp,
@@ -8,7 +8,7 @@ export default {
8
8
  name: "Project Updated (Instant)",
9
9
  description: "Triggers instantly when a project is updated in Linear. Returns project details including name, description, status, dates, and team info. Supports filtering by specific teams. See Linear docs for additional info [here](https://linear.app/developers/webhooks).",
10
10
  type: "source",
11
- version: "0.0.14",
11
+ version: "0.0.15",
12
12
  dedupe: "unique",
13
13
  props: {
14
14
  linearApp,