@custom-js/n8n-nodes-pdf-toolkit 1.6.0 → 1.7.0

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.
@@ -4,7 +4,7 @@ exports.Html2Pdf = void 0;
4
4
  class Html2Pdf {
5
5
  constructor() {
6
6
  this.description = {
7
- displayName: "HTML to PDF",
7
+ displayName: "HTML to PDF (customJs)",
8
8
  name: "html2Pdf",
9
9
  icon: "file:customJs.svg",
10
10
  group: ["transform"],
@@ -4,7 +4,7 @@ exports.MergePdfs = void 0;
4
4
  class MergePdfs {
5
5
  constructor() {
6
6
  this.description = {
7
- displayName: "Merge PDFs",
7
+ displayName: "Merge PDFs (customJs)",
8
8
  name: "mergePdfs",
9
9
  icon: "file:customJs.svg",
10
10
  group: ["transform"],
@@ -4,7 +4,7 @@ exports.WebsiteScreenshot = void 0;
4
4
  class WebsiteScreenshot {
5
5
  constructor() {
6
6
  this.description = {
7
- displayName: "Website Screenshot",
7
+ displayName: "Website Screenshot (customJs)",
8
8
  name: "websiteScreenshot",
9
9
  icon: "file:customJs.svg",
10
10
  group: ["transform"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custom-js/n8n-nodes-pdf-toolkit",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "This is official node for interacting with APIs from customjs.space",
5
5
  "keywords": [
6
6
  "customjs",