@driveflux/fetch 6.0.9 → 6.0.10

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,18 +1,18 @@
1
1
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
2
2
 
3
- > @driveflux/fetch@6.0.8 build /Users/flux/Projects/flux-master/packages/fetch
3
+ > @driveflux/fetch@6.0.9 build /Users/flux/Projects/flux-master/packages/fetch
4
4
  > npm run clean && npm run build:types && npm run build:js
5
5
 
6
6
 
7
- > @driveflux/fetch@6.0.8 clean
7
+ > @driveflux/fetch@6.0.9 clean
8
8
  > del dist/**/*.js
9
9
 
10
10
  \
11
- > @driveflux/fetch@6.0.8 build:types
11
+ > @driveflux/fetch@6.0.9 build:types
12
12
  > tsc --build
13
13
 
14
14
  \
15
- > @driveflux/fetch@6.0.8 build:js
15
+ > @driveflux/fetch@6.0.9 build:js
16
16
  > node -r esbuild-register build.js
17
17
 
18
18
  \
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @driveflux/fetch
2
2
 
3
+ ## 6.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Versions and dependencies fixes
8
+ - Updated dependencies
9
+ - @driveflux/problem@4.0.5
10
+ - @driveflux/result@4.0.9
11
+
3
12
  ## 6.0.9
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
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.4",
18
- "@driveflux/result": "4.0.8"
17
+ "@driveflux/problem": "4.0.5",
18
+ "@driveflux/result": "4.0.9"
19
19
  },
20
20
  "devDependencies": {
21
21
  "del-cli": "^5.1.0",