ryuu-client
Advanced tools
Comparing version 4.4.2 to 4.4.3
@@ -267,7 +267,5 @@ "use strict"; | ||
data: contents, | ||
headers: extension in models_1.CONTENT_TYPE_MAP | ||
? { | ||
'Content-Type': mime.getType(extension) || 'application/octet-stream', | ||
} | ||
: {}, | ||
headers: { | ||
'Content-Type': mime.getType(extension) || 'application/octet-stream', | ||
}, | ||
maxBodyLength: Infinity, | ||
@@ -274,0 +272,0 @@ maxContentLength: Infinity, |
{ | ||
"name": "ryuu-client", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"description": "Node client for ryuu services", | ||
@@ -5,0 +5,0 @@ "author": "Domo", |
Sorry, the diff of this file is not supported yet
89060
1588