n8n-nodes-browserless
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -140,2 +140,5 @@ "use strict"; | ||
} | ||
if (options.parsed['waitFor']) { | ||
options.parsed['waitFor'] = Number.isNaN(+options.parsed['waitFor']) ? options.parsed['waitFor'] : +options.parsed['waitFor']; | ||
} | ||
} | ||
@@ -142,0 +145,0 @@ catch (e) { |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
108805
1929