apollo-upload-client
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -121,3 +121,3 @@ 'use strict'; | ||
body: formData | ||
}, options.opts)); | ||
}, options)); | ||
} | ||
@@ -197,3 +197,3 @@ } | ||
body: formData | ||
}, options.opts)); | ||
}, options)); | ||
} | ||
@@ -200,0 +200,0 @@ } |
@@ -115,3 +115,3 @@ import _Array$from from 'babel-runtime/core-js/array/from'; | ||
body: formData | ||
}, options.opts)); | ||
}, options)); | ||
} | ||
@@ -191,3 +191,3 @@ } | ||
body: formData | ||
}, options.opts)); | ||
}, options)); | ||
} | ||
@@ -194,0 +194,0 @@ } |
{ | ||
"name": "apollo-upload-client", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# ![Apollo upload client](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v4.0.2/apollo-upload-logo.svg) | ||
# ![Apollo upload client](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v4.0.3/apollo-upload-logo.svg) | ||
@@ -3,0 +3,0 @@ ![NPM version](https://img.shields.io/npm/v/apollo-upload-client.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-client.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-client.svg?style=flat-square) |
@@ -39,3 +39,3 @@ import {HTTPBatchedNetworkInterface, printAST} from 'apollo-client' | ||
body: formData, | ||
...options.opts | ||
...options | ||
}) | ||
@@ -42,0 +42,0 @@ } |
@@ -25,3 +25,3 @@ import {HTTPFetchNetworkInterface, printAST} from 'apollo-client' | ||
body: formData, | ||
...options.opts | ||
...options | ||
}) | ||
@@ -28,0 +28,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42927