@doctadevs/utils
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -18,2 +18,3 @@ "use strict"; | ||
}, | ||
mode: 'cors', | ||
method, | ||
@@ -20,0 +21,0 @@ }).then((response) => response.json()); |
{ | ||
"name": "@doctadevs/utils", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -34,4 +34,5 @@ import fetch from 'cross-fetch'; | ||
}, | ||
mode: 'cors', | ||
method, | ||
}, | ||
).then((response: Response) => response.json()); |
Sorry, the diff of this file is not supported yet
17210
303