@pipedream/linear_app 0.4.3 → 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.
@@ -5,7 +5,7 @@ export default {
5
5
  name: "Update Issue",
6
6
  description: "Update an issue (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
7
7
  type: "action",
8
- version: "0.0.5",
8
+ version: "0.0.6",
9
9
  props: {
10
10
  linearApp,
11
11
  issueId: {
@@ -62,7 +62,7 @@ export default {
62
62
  },
63
63
  });
64
64
 
65
- const summary = response.summary
65
+ const summary = response.success
66
66
  ? `Updated issue ${response._issue.id}`
67
67
  : "Failed to update issue";
68
68
  $.export("$summary", summary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/linear_app",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Pipedream Linear_app Components",
5
5
  "main": "linear_app.app.mjs",
6
6
  "keywords": [