n8n-nodes-browserless
Advanced tools
Comparing version
@@ -119,3 +119,4 @@ "use strict"; | ||
const code = this.getNodeParameter('code', i); | ||
const context = this.getNodeParameter('context', i); | ||
const contextStr = this.getNodeParameter('context', i); | ||
const context = JSON.parse(contextStr); | ||
const detached = !!this.getNodeParameter('detached', i); | ||
@@ -122,0 +123,0 @@ const options = { |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
131657
2.05%37
8.82%2267
2.44%