@driveflux/fetch 4.0.3 → 4.0.4

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.
@@ -1,16 +1,16 @@
1
1
 
2
- > @driveflux/fetch@4.0.3 build /Users/flux/Projects/flux/packages/fetch
2
+ > @driveflux/fetch@4.0.4 build /Users/flux/Projects/flux/packages/fetch
3
3
  > npm run clean && npm run build:types && npm run build:js
4
4
 
5
5
 
6
- > @driveflux/fetch@4.0.3 clean
6
+ > @driveflux/fetch@4.0.4 clean
7
7
  > del dist/**/*.js
8
8
 
9
9
 
10
- > @driveflux/fetch@4.0.3 build:types
10
+ > @driveflux/fetch@4.0.4 build:types
11
11
  > tsc --build
12
12
 
13
13
 
14
- > @driveflux/fetch@4.0.3 build:js
14
+ > @driveflux/fetch@4.0.4 build:js
15
15
  > node -r esbuild-register build.js
16
16
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @flux/fetch
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Upgraded dependencies
8
+ - Updated dependencies
9
+ - @driveflux/result@3.0.4
10
+
3
11
  ## 4.0.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
@@ -14,8 +14,8 @@
14
14
  "module": "dist/index.js",
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
- "@driveflux/result": "3.0.3",
18
- "@driveflux/problem": "3.0.2"
17
+ "@driveflux/problem": "3.0.2",
18
+ "@driveflux/result": "3.0.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "del-cli": "^5.1.0",