Skip to content

Commit 66e6ead

Browse files
adding custom header per app's request
1 parent b6888ec commit 66e6ead

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

components/customjs/actions/convert-html-to-pdf/convert-html-to-pdf.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-convert-html-to-pdf",
77
name: "Convert HTML to PDF",
88
description: "Converts an HTML string to a PDF document. [See the documentation](https://www.customjs.space/api/docs#_1-html-to-pdf)",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/convert-html-to-png/convert-html-to-png.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-convert-html-to-png",
77
name: "Convert HTML to PNG",
88
description: "Converts an HTML string to a PNG image. [See the documentation](https://www.customjs.space/api/docs#_4-html-to-png)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/create-screenshot/create-screenshot.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-create-screenshot",
77
name: "Create Screenshot",
88
description: "Create a screenshot of a website. [See the documentation](https://www.customjs.space/api/docs#_3-create-screenshot)",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/merge-pdfs/merge-pdfs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-merge-pdfs",
77
name: "Merge PDFs",
88
description: "Merges multiple PDF documents into one. [See the documentation](https://www.customjs.space/api/docs#_2-merge-pdfs)",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/actions/run-puppeteer/run-puppeteer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "customjs-run-puppeteer",
77
name: "Run Puppeteer",
88
description: "Run Puppeteer. [See the documentation](https://www.customjs.space/api/docs#_5-run-puppeteer)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
customjs,

components/customjs/customjs.app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default {
2424
headers: {
2525
...headers,
2626
"Content-Type": "application/json",
27+
"customjs-origin": "pipedream",
2728
},
2829
responseType: "arraybuffer",
2930
});

pnpm-lock.yaml

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)