@cubicweb/client
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9
@@ -163,2 +163,5 @@ "use strict"; | ||
body: formData, | ||
headers: { | ||
"Content-Type": "multipart/form-data", | ||
}, | ||
}); | ||
@@ -165,0 +168,0 @@ return new Transaction_1.TransactionResult(resultSets); |
@@ -5,3 +5,3 @@ { | ||
"author": "Logilab", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.9", | ||
"license": "LGPL-3.0-or-later", | ||
@@ -8,0 +8,0 @@ "main": "lib/index.js", |
@@ -227,2 +227,5 @@ import { ValidationError } from "../Errors"; | ||
body: formData, | ||
headers: { | ||
"Content-Type": "multipart/form-data", | ||
}, | ||
} | ||
@@ -229,0 +232,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157940
3376