react-native-blob-util 0.18.1 → 0.18.2

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.
Files changed (2) hide show
  1. package/fetch.js +1 -1
  2. package/package.json +1 -1
package/fetch.js CHANGED
@@ -1,4 +1,4 @@
1
- import {ReactNativeBlobUtilConfig} from 'types';
1
+ import {ReactNativeBlobUtilConfig} from './types';
2
2
  import URIUtil from './utils/uri';
3
3
  import fs from './fs';
4
4
  import getUUID from './utils/uuid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.18.1",
3
+ "version": "0.18.2",
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": {