@driveflux/fetch 6.0.0-next.3 → 6.0.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.
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > @driveflux/fetch@6.0.0-next.3 build /Users/flux/Projects/flux/packages/fetch
3
+ > @driveflux/fetch@6.0.1 build /Users/flux/Projects/flux/packages/fetch
4
4
  > npm run clean && npm run build:types && npm run build:js
5
5
 
6
6
 
7
- > @driveflux/fetch@6.0.0-next.3 clean
7
+ > @driveflux/fetch@6.0.1 clean
8
8
  > del dist/**/*.js
9
9
 
10
10
 
11
- > @driveflux/fetch@6.0.0-next.3 build:types
11
+ > @driveflux/fetch@6.0.1 build:types
12
12
  > tsc --build
13
13
 
14
14
 
15
- > @driveflux/fetch@6.0.0-next.3 build:js
15
+ > @driveflux/fetch@6.0.1 build:js
16
16
  > node -r esbuild-register build.js
17
17
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @driveflux/fetch
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump versions
8
+ - Updated dependencies
9
+ - @driveflux/problem@4.0.1
10
+ - @driveflux/result@4.0.1
11
+
12
+ ## 6.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - 4.5 pre-release
17
+
18
+ ### Patch Changes
19
+
20
+ - verion bump + minor improvements
21
+ - Bump all versions
22
+ - Version bump
23
+ - Updated from mainstream
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @driveflux/problem@4.0.0
29
+ - @driveflux/result@4.0.0
30
+
3
31
  ## 6.0.0-next.3
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "6.0.0-next.3",
3
+ "version": "6.0.1",
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/problem": "4.0.0-next.2",
18
- "@driveflux/result": "4.0.0-next.2"
17
+ "@driveflux/problem": "4.0.1",
18
+ "@driveflux/result": "4.0.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "del-cli": "^5.1.0",