n8n-nodes-browserless
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -101,2 +101,3 @@ "use strict"; | ||
elements, | ||
...inputs.parsed, | ||
}, | ||
@@ -135,2 +136,3 @@ }; | ||
url, | ||
...inputs.parsed, | ||
}, | ||
@@ -151,2 +153,3 @@ }; | ||
url, | ||
...inputs.parsed, | ||
}, | ||
@@ -153,0 +156,0 @@ }; |
@@ -74,2 +74,3 @@ "use strict"; | ||
const { error, value } = schems.scrape.validate(body); | ||
console.log(error, value); | ||
if (error) { | ||
@@ -76,0 +77,0 @@ throw error; |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
106792
1902