@driveflux/fetch 2.0.1 → 2.0.2
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.
- package/.turbo/turbo-build.log +17 -17
- package/.turbo/turbo-build:js.log +5 -0
- package/.turbo/turbo-build:types.log +5 -0
- package/.turbo/turbo-clean.log +5 -0
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
1
|
+
[36m@driveflux/fetch:build[0m: cache hit, replaying output [2m265506af48d5f671[0m
|
|
2
|
+
[36m@driveflux/fetch:build: [0m
|
|
3
|
+
[36m@driveflux/fetch:build: [0m> @driveflux/fetch@2.0.1 build /Users/flux/Projects/flux/packages/fetch
|
|
4
|
+
[36m@driveflux/fetch:build: [0m> npm run clean && npm run build:types && npm run build:js
|
|
5
|
+
[36m@driveflux/fetch:build: [0m
|
|
6
|
+
[36m@driveflux/fetch:build: [0m
|
|
7
|
+
[36m@driveflux/fetch:build: [0m> @driveflux/fetch@2.0.1 clean
|
|
8
|
+
[36m@driveflux/fetch:build: [0m> del dist/**/*.js
|
|
9
|
+
[36m@driveflux/fetch:build: [0m
|
|
10
|
+
[36m@driveflux/fetch:build: [0m
|
|
11
|
+
[36m@driveflux/fetch:build: [0m> @driveflux/fetch@2.0.1 build:types
|
|
12
|
+
[36m@driveflux/fetch:build: [0m> tsc --build
|
|
13
|
+
[36m@driveflux/fetch:build: [0m
|
|
14
|
+
[36m@driveflux/fetch:build: [0m
|
|
15
|
+
[36m@driveflux/fetch:build: [0m> @driveflux/fetch@2.0.1 build:js
|
|
16
|
+
[36m@driveflux/fetch:build: [0m> node -r esbuild-register build.js
|
|
17
|
+
[36m@driveflux/fetch:build: [0m
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[32m@driveflux/fetch:build:js[0m: cache hit, replaying output [2m159c6dfb32e00515[0m
|
|
2
|
+
[32m@driveflux/fetch:build:js: [0m
|
|
3
|
+
[32m@driveflux/fetch:build:js: [0m> @driveflux/fetch@2.0.1 build:js /Users/flux/Projects/flux/packages/fetch
|
|
4
|
+
[32m@driveflux/fetch:build:js: [0m> node -r esbuild-register build.js
|
|
5
|
+
[32m@driveflux/fetch:build:js: [0m
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[32m@driveflux/fetch:build:types[0m: cache hit, replaying output [2md096bf76855d5b95[0m
|
|
2
|
+
[32m@driveflux/fetch:build:types: [0m
|
|
3
|
+
[32m@driveflux/fetch:build:types: [0m> @driveflux/fetch@2.0.1 build:types /Users/flux/Projects/flux/packages/fetch
|
|
4
|
+
[32m@driveflux/fetch:build:types: [0m> tsc --build
|
|
5
|
+
[32m@driveflux/fetch:build:types: [0m
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[32m@driveflux/fetch:clean[0m: cache hit, replaying output [2m673104a886b09ff8[0m
|
|
2
|
+
[32m@driveflux/fetch:clean: [0m
|
|
3
|
+
[32m@driveflux/fetch:clean: [0m> @driveflux/fetch@2.0.1 clean /Users/flux/Projects/flux/packages/fetch
|
|
4
|
+
[32m@driveflux/fetch:clean: [0m> del dist/**/*.js
|
|
5
|
+
[32m@driveflux/fetch:clean: [0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @flux/fetch
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f06474ef2]
|
|
8
|
+
- @driveflux/problem@2.1.0
|
|
9
|
+
- @driveflux/result@2.0.1
|
|
10
|
+
|
|
11
|
+
## 2.0.2-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @driveflux/problem@2.1.0-next.0
|
|
17
|
+
- @driveflux/result@2.0.1-next.0
|
|
18
|
+
|
|
3
19
|
## 2.0.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/fetch",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
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.
|
|
17
|
-
"@driveflux/result": "2.0.
|
|
16
|
+
"@driveflux/problem": "2.1.0",
|
|
17
|
+
"@driveflux/result": "2.0.1",
|
|
18
18
|
"encoding": "^0.1.13",
|
|
19
19
|
"isomorphic-unfetch": "^3.1.0"
|
|
20
20
|
},
|