react-native-blob-util 0.19.5 → 0.19.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -473,8 +473,7 @@ typedef NS_ENUM(NSUInteger, ResponseFormat) {
473
473
  @{
474
474
  @"status": [NSNumber numberWithInteger:[response statusCode]]
475
475
  }
476
- ]);
477
- ]);
476
+ ]);
478
477
 
479
478
  respData = nil;
480
479
  receivedBytes = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.19.5",
3
+ "version": "0.19.6",
4
4
  "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
5
  "main": "index",
6
6
  "scripts": {