@allsquare/apollo-upload-client
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -77,4 +77,5 @@ 'use strict' | ||
files.forEach(function(_ref2) { | ||
var file = _ref2.file | ||
return options.body.append(file.path, file) | ||
var path = _ref2.path, | ||
file = _ref2.file | ||
return options.body.append(path, file) | ||
}) | ||
@@ -81,0 +82,0 @@ } else options.body = payload |
@@ -61,4 +61,5 @@ import 'core-js/modules/es6.function.name' | ||
files.forEach(function(_ref2) { | ||
var file = _ref2.file | ||
return options.body.append(file.path, file) | ||
var path = _ref2.path, | ||
file = _ref2.file | ||
return options.body.append(path, file) | ||
}) | ||
@@ -65,0 +66,0 @@ } else options.body = payload |
{ | ||
"name": "@allsquare/apollo-upload-client", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.", |
25172
190