@driveflux/fetch 6.2.2-next.0 → 6.2.3-next.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 = function() {
229
+ */ export var enhancedFetch = /*#__PURE__*/ 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.2.2-next.0",
3
+ "version": "6.2.3-next.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.2.1-next.0",
17
- "@driveflux/result": "4.2.2-next.0"
16
+ "@driveflux/problem": "4.2.2-next.0",
17
+ "@driveflux/result": "4.2.3-next.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@driveflux/fab": "2.2.1-next.0",
21
- "@driveflux/tsconfig": "1.2.1-next.0",
22
- "@types/node": "^20.14.15",
23
- "del-cli": "^5.1.0",
24
- "typescript": "^5.5.4"
20
+ "@driveflux/fab": "2.2.2-next.0",
21
+ "@driveflux/tsconfig": "1.2.2-next.0",
22
+ "@types/node": "^22.7.7",
23
+ "del-cli": "^6.0.0",
24
+ "typescript": "^5.6.3"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "fab",