@driveflux/fetch 6.1.0 → 6.1.1

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 +11 -11
package/dist/index.js CHANGED
@@ -322,7 +322,7 @@ import { Err, Ok } from '@driveflux/result';
322
322
  2,
323
323
  new Err(makeProblem({
324
324
  code: PROBLEM_INVALID_DATA,
325
- message: "Unable to parse json",
325
+ message: 'Unable to parse json',
326
326
  statusCode: response.status,
327
327
  metadata: {
328
328
  response: {
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {
8
- "import": "./dist/index.js",
9
- "types": "./dist/index.d.ts"
8
+ "types": "./dist/index.d.ts",
9
+ "import": "./dist/index.js"
10
10
  }
11
11
  },
12
+ "files": [
13
+ "dist"
14
+ ],
12
15
  "dependencies": {
13
- "@driveflux/problem": "4.1.0",
14
- "@driveflux/result": "4.1.0"
16
+ "@driveflux/problem": "4.1.2",
17
+ "@driveflux/result": "4.1.1"
15
18
  },
16
19
  "devDependencies": {
17
- "@driveflux/fab": "2.1.0",
18
- "@driveflux/tsconfig": "1.1.0",
19
- "@types/node": "^20.14.10",
20
+ "@driveflux/fab": "2.1.1",
21
+ "@driveflux/tsconfig": "1.1.2",
22
+ "@types/node": "^20.14.11",
20
23
  "del-cli": "^5.1.0",
21
24
  "typescript": "^5.5.3"
22
25
  },
23
- "files": [
24
- "dist"
25
- ],
26
26
  "scripts": {
27
27
  "build": "fab",
28
28
  "build:js": "fab -t esm",