@driveflux/fetch 2.0.1 → 2.0.2-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.
@@ -1,17 +1,17 @@
1
- @driveflux/fetch:build: cache hit, replaying output 695f7b6d41916952
2
- @driveflux/fetch:build: 
3
- @driveflux/fetch:build: > @driveflux/fetch@2.0.0 build /Users/flux/Projects/flux/packages/fetch
4
- @driveflux/fetch:build: > npm run clean && npm run build:types && npm run build:js
5
- @driveflux/fetch:build: 
6
- @driveflux/fetch:build: 
7
- @driveflux/fetch:build: > @driveflux/fetch@2.0.0 clean
8
- @driveflux/fetch:build: > del dist/**/*.js
9
- @driveflux/fetch:build: 
10
- @driveflux/fetch:build: 
11
- @driveflux/fetch:build: > @driveflux/fetch@2.0.0 build:types
12
- @driveflux/fetch:build: > tsc --build
13
- @driveflux/fetch:build: 
14
- @driveflux/fetch:build: 
15
- @driveflux/fetch:build: > @driveflux/fetch@2.0.0 build:js
16
- @driveflux/fetch:build: > node -r esbuild-register build.js
17
- @driveflux/fetch:build: 
1
+ @driveflux/fetch:build: cache hit, replaying output 265506af48d5f671
2
+ @driveflux/fetch:build: 
3
+ @driveflux/fetch:build: > @driveflux/fetch@2.0.1 build /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:build: > npm run clean && npm run build:types && npm run build:js
5
+ @driveflux/fetch:build: 
6
+ @driveflux/fetch:build: 
7
+ @driveflux/fetch:build: > @driveflux/fetch@2.0.1 clean
8
+ @driveflux/fetch:build: > del dist/**/*.js
9
+ @driveflux/fetch:build: 
10
+ @driveflux/fetch:build: 
11
+ @driveflux/fetch:build: > @driveflux/fetch@2.0.1 build:types
12
+ @driveflux/fetch:build: > tsc --build
13
+ @driveflux/fetch:build: 
14
+ @driveflux/fetch:build: 
15
+ @driveflux/fetch:build: > @driveflux/fetch@2.0.1 build:js
16
+ @driveflux/fetch:build: > node -r esbuild-register build.js
17
+ @driveflux/fetch:build: 
@@ -0,0 +1,5 @@
1
+ @driveflux/fetch:build:js: cache hit, replaying output 159c6dfb32e00515
2
+ @driveflux/fetch:build:js: 
3
+ @driveflux/fetch:build:js: > @driveflux/fetch@2.0.1 build:js /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:build:js: > node -r esbuild-register build.js
5
+ @driveflux/fetch:build:js: 
@@ -0,0 +1,5 @@
1
+ @driveflux/fetch:build:types: cache hit, replaying output d096bf76855d5b95
2
+ @driveflux/fetch:build:types: 
3
+ @driveflux/fetch:build:types: > @driveflux/fetch@2.0.1 build:types /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:build:types: > tsc --build
5
+ @driveflux/fetch:build:types: 
@@ -0,0 +1,5 @@
1
+ @driveflux/fetch:clean: cache hit, replaying output 673104a886b09ff8
2
+ @driveflux/fetch:clean: 
3
+ @driveflux/fetch:clean: > @driveflux/fetch@2.0.1 clean /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:clean: > del dist/**/*.js
5
+ @driveflux/fetch:clean: 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @flux/fetch
2
2
 
3
+ ## 2.0.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @driveflux/problem@2.1.0-next.0
9
+ - @driveflux/result@2.0.1-next.0
10
+
3
11
  ## 2.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-next.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@driveflux/problem": "2.0.0",
17
- "@driveflux/result": "2.0.0",
16
+ "@driveflux/problem": "2.1.0-next.0",
17
+ "@driveflux/result": "2.0.1-next.0",
18
18
  "encoding": "^0.1.13",
19
19
  "isomorphic-unfetch": "^3.1.0"
20
20
  },