diff --git a/components/orshot/actions/generate-image-library-template/generate-image-library-template.mjs b/components/orshot/actions/generate-image-library-template/generate-image-library-template.mjs index 59c3652a4ce0a..85ea1093606e3 100644 --- a/components/orshot/actions/generate-image-library-template/generate-image-library-template.mjs +++ b/components/orshot/actions/generate-image-library-template/generate-image-library-template.mjs @@ -6,8 +6,9 @@ import { export default { key: "orshot-generate-image-library-template", name: "Generate Image from Library Template", - 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)", - version: "0.0.1", + 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)", + version: "0.0.2", type: "action", props: { orshot, @@ -97,6 +98,7 @@ export default { type: responseType, format: responseFormat, }, + source: "orshot-pipedream", }, }); @@ -106,7 +108,6 @@ export default { responseFormat, modifications: validModifications, timestamp: new Date().toISOString(), - source: "orshot-pipedream", }; // Handle different response types diff --git a/components/orshot/actions/generate-image-studio-template/generate-image-studio-template.mjs b/components/orshot/actions/generate-image-studio-template/generate-image-studio-template.mjs index 25a6ed75d1e29..80aebc981bc31 100644 --- a/components/orshot/actions/generate-image-studio-template/generate-image-studio-template.mjs +++ b/components/orshot/actions/generate-image-studio-template/generate-image-studio-template.mjs @@ -6,8 +6,9 @@ import { export default { key: "orshot-generate-image-studio-template", name: "Generate Image from Studio Template", - 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)", - version: "0.0.1", + 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)", + version: "0.0.2", type: "action", props: { orshot, @@ -97,6 +98,7 @@ export default { type: responseType, format: responseFormat, }, + source: "orshot-pipedream", }, }); @@ -106,7 +108,6 @@ export default { responseFormat, modifications: validModifications, timestamp: new Date().toISOString(), - source: "orshot-pipedream", }; // Handle different response types diff --git a/components/orshot/actions/list-templates/list-templates.mjs b/components/orshot/actions/list-templates/list-templates.mjs index 8f742b9471dcd..0db56c0fa8a13 100644 --- a/components/orshot/actions/list-templates/list-templates.mjs +++ b/components/orshot/actions/list-templates/list-templates.mjs @@ -3,8 +3,9 @@ import orshot from "../../orshot.app.mjs"; export default { key: "orshot-list-templates", name: "List Templates", - description: "Retrieve a list of available library templates from Orshot", - version: "0.0.1", + description: + "Retrieve a list of available library templates from Orshot. [See templates](https://orshot.com/templates)", + version: "0.0.2", type: "action", props: { orshot, diff --git a/components/orshot/package.json b/components/orshot/package.json index 4e2a6b0c983d9..6aadfafbb7e2d 100644 --- a/components/orshot/package.json +++ b/components/orshot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/orshot", - "version": "0.1.0", + "version": "0.2.0", "description": "Pipedream Orshot Components", "main": "orshot.app.mjs", "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 630b6b82f6a0d..b2ff4eba3d638 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13301,8 +13301,7 @@ importers: components/switchboard: {} - components/sylius: - specifiers: {} + components/sylius: {} components/symbl_ai: dependencies: