Skip to content

Commit 10ff9f1

Browse files
authored
Merging pull request #17549
* fix: source param in Orshot component * add: pnpm lock * bump Orshot version
1 parent 7f91bab commit 10ff9f1

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

components/orshot/actions/generate-image-library-template/generate-image-library-template.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import {
66
export default {
77
key: "orshot-generate-image-library-template",
88
name: "Generate Image from Library Template",
9-
description: "Generate an image from a pre-designed library template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-template)",
10-
version: "0.0.1",
9+
description:
10+
"Generate an image from a pre-designed library template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-template)",
11+
version: "0.0.2",
1112
type: "action",
1213
props: {
1314
orshot,
@@ -97,6 +98,7 @@ export default {
9798
type: responseType,
9899
format: responseFormat,
99100
},
101+
source: "orshot-pipedream",
100102
},
101103
});
102104

@@ -106,7 +108,6 @@ export default {
106108
responseFormat,
107109
modifications: validModifications,
108110
timestamp: new Date().toISOString(),
109-
source: "orshot-pipedream",
110111
};
111112

112113
// Handle different response types

components/orshot/actions/generate-image-studio-template/generate-image-studio-template.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import {
66
export default {
77
key: "orshot-generate-image-studio-template",
88
name: "Generate Image from Studio Template",
9-
description: "Generate an image from an Orshot Studio template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-studio-template)",
10-
version: "0.0.1",
9+
description:
10+
"Generate an image from an Orshot Studio template using the Orshot API. [See the documentation](https://orshot.com/docs/api-reference/render-from-studio-template)",
11+
version: "0.0.2",
1112
type: "action",
1213
props: {
1314
orshot,
@@ -97,6 +98,7 @@ export default {
9798
type: responseType,
9899
format: responseFormat,
99100
},
101+
source: "orshot-pipedream",
100102
},
101103
});
102104

@@ -106,7 +108,6 @@ export default {
106108
responseFormat,
107109
modifications: validModifications,
108110
timestamp: new Date().toISOString(),
109-
source: "orshot-pipedream",
110111
};
111112

112113
// Handle different response types

components/orshot/actions/list-templates/list-templates.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import orshot from "../../orshot.app.mjs";
33
export default {
44
key: "orshot-list-templates",
55
name: "List Templates",
6-
description: "Retrieve a list of available library templates from Orshot",
7-
version: "0.0.1",
6+
description:
7+
"Retrieve a list of available library templates from Orshot. [See templates](https://orshot.com/templates)",
8+
version: "0.0.2",
89
type: "action",
910
props: {
1011
orshot,

components/orshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/orshot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Pipedream Orshot Components",
55
"main": "orshot.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)