@pigeonmal/react-native-nitro-fetch 0.1.8 → 0.1.9

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.
@@ -9,6 +9,7 @@ import org.chromium.net.CronetException
9
9
  import org.chromium.net.UrlRequest
10
10
  import org.chromium.net.UrlResponseInfo
11
11
  import java.nio.ByteBuffer
12
+ import java.util.concurrent.TimeoutException
12
13
  import java.util.concurrent.Executor
13
14
  import java.util.concurrent.ScheduledExecutorService
14
15
  import java.util.concurrent.TimeUnit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pigeonmal/react-native-nitro-fetch",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Awesome Fetch :)",
5
5
  "main": "./lib/module/index.js",
6
6
  "module": "./lib/module/index.js",