n8n-nodes-sotoros-gotenberg 1.0.1 → 1.0.2

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 +1,2 @@
1
- export { Gotenberg } from './Gotenberg.node';
1
+ import { Gotenberg } from './Gotenberg.node';
2
+ export = Gotenberg;
@@ -1,5 +1,3 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Gotenberg = void 0;
4
- var Gotenberg_node_1 = require("./Gotenberg.node");
5
- Object.defineProperty(exports, "Gotenberg", { enumerable: true, get: function () { return Gotenberg_node_1.Gotenberg; } });
2
+ const Gotenberg_node_1 = require("./Gotenberg.node");
3
+ module.exports = Gotenberg_node_1.Gotenberg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-sotoros-gotenberg",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "n8n custom node for Gotenberg integration with binary data support",
5
5
  "keywords": [
6
6
  "n8n-community-node",