@driveflux/fetch 6.2.3 → 6.3.0
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.
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -226,7 +226,7 @@ import { Err, Ok } from '@driveflux/result';
|
|
|
226
226
|
* @param [options] The options we want to pass to "fetch"
|
|
227
227
|
*
|
|
228
228
|
* @return The response data
|
|
229
|
-
*/ export var enhancedFetch =
|
|
229
|
+
*/ export var enhancedFetch = function() {
|
|
230
230
|
var _ref = _async_to_generator(function(url, providedOptions) {
|
|
231
231
|
var _ref, body, rest, options, finalBody, response, e, metadata, responseBody, textBody, e1;
|
|
232
232
|
return _ts_generator(this, function(_state) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/fetch",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./package.json": "./package.json",
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@driveflux/problem": "4.
|
|
17
|
-
"@driveflux/result": "4.
|
|
16
|
+
"@driveflux/problem": "4.3.0",
|
|
17
|
+
"@driveflux/result": "4.3.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@driveflux/fab": "2.
|
|
21
|
-
"@driveflux/tsconfig": "1.
|
|
22
|
-
"@types/node": "^
|
|
23
|
-
"del-cli": "^
|
|
24
|
-
"typescript": "^5.
|
|
20
|
+
"@driveflux/fab": "2.3.0",
|
|
21
|
+
"@driveflux/tsconfig": "1.3.0",
|
|
22
|
+
"@types/node": "^20.14.12",
|
|
23
|
+
"del-cli": "^5.1.0",
|
|
24
|
+
"typescript": "^5.5.4"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "fab",
|