n8n-nodes-signauf 0.1.2 → 0.1.3

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.
@@ -103,8 +103,7 @@ class Signauf {
103
103
  });
104
104
  }
105
105
  // Pause this execution — resumes automatically when Signauf POSTs to the callbackUrl
106
- // The resumed execution receives the decision payload (status, comment, requestId, etc.)
107
- await this.putExecutionToWait(new Date(Date.now() + 365 * 24 * 60 * 60 * 1000));
106
+ await this.putExecutionToWait(new Date(Date.now() + 365 * 24 * 60 * 60 * 1000), { webhook: { method: 'POST', responseMode: 'lastNode' } });
108
107
  return [returnData];
109
108
  }
110
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-signauf",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "n8n community node for Signauf — submit approval requests and wait for human decisions",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",