n8n-nodes-pdfbro 0.1.8 → 0.1.9
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.
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.nodes = void 0;
|
|
4
|
-
const PdfBro_node_1 = require("./nodes/
|
|
4
|
+
const PdfBro_node_1 = require("./nodes/PdfBro/PdfBro.node");
|
|
5
5
|
exports.nodes = [PdfBro_node_1.PdfBro];
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-pdfbro",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Offline PDF utility node for n8n",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node"
|
|
7
7
|
],
|
|
8
8
|
"n8n": {
|
|
9
9
|
"nodes": [
|
|
10
|
-
"dist/nodes/
|
|
10
|
+
"dist/nodes/PdfBro/PdfBro.node.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|