@custom-js/n8n-nodes-pdf-toolkit 1.16.0 → 1.17.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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.html2Docx = void 0;
|
|
4
|
+
class html2Docx {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: "HTML to Docx (Word) (customJs)",
|
|
8
|
-
name: "
|
|
8
|
+
name: "Html2Docx",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
@@ -69,4 +69,4 @@ class Html2Pdf {
|
|
|
69
69
|
return [returnData];
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
exports.
|
|
72
|
+
exports.html2Docx = html2Docx;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.Markdown2Html = void 0;
|
|
4
|
+
class Markdown2Html {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: "Markdown to HTML (customJs)",
|
|
8
|
-
name: "
|
|
8
|
+
name: "Markdown2Html",
|
|
9
9
|
icon: "file:customJs.svg",
|
|
10
10
|
group: ["transform"],
|
|
11
11
|
version: 1,
|
|
@@ -67,4 +67,4 @@ class Html2Pdf {
|
|
|
67
67
|
return [returnData];
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
exports.
|
|
70
|
+
exports.Markdown2Html = Markdown2Html;
|