n8n-nodes-browserless
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -158,6 +158,6 @@ "use strict"; | ||
} | ||
options['setExtraHTTPHeaders'].push({ | ||
name: 'cache-control', | ||
value: 'no-cache', | ||
}); | ||
options['setExtraHTTPHeaders'] = { | ||
...options['setExtraHTTPHeaders'], | ||
'cache-control': 'no-cache', | ||
}; | ||
if (options['addScriptTag']) { | ||
@@ -164,0 +164,0 @@ options['addScriptTag'] = Array.from(options['addScriptTag']).map((tag) => omitEmptyProps(tag)); |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
131672