@driveflux/fetch 2.0.3 → 2.0.6

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,5 +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: 
1
+ @driveflux/fetch:build:js: cache hit, replaying output 0c91ae305e782976
2
+ @driveflux/fetch:build:js: 
3
+ @driveflux/fetch:build:js: > @driveflux/fetch@2.0.5 build:js /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:build:js: > node -r esbuild-register build.js
5
+ @driveflux/fetch:build:js: 
@@ -1,5 +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: 
1
+ @driveflux/fetch:build:types: cache hit, replaying output 1d429d803262aad7
2
+ @driveflux/fetch:build:types: 
3
+ @driveflux/fetch:build:types: > @driveflux/fetch@2.0.5 build:types /Users/flux/Projects/flux/packages/fetch
4
+ @driveflux/fetch:build:types: > tsc --build
5
+ @driveflux/fetch:build:types: 
@@ -1,5 +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: 
1
+ @driveflux/fetch:clean: cache hit, replaying output 273ac30c4f3c72f1
2
+ @driveflux/fetch:clean: 
3
+ @driveflux/fetch:clean: > @driveflux/fetch@2.0.5 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,31 @@
1
1
  # @flux/fetch
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Minor updates related to the batching of cycles update
8
+ - Updated dependencies
9
+ - @driveflux/problem@2.1.4
10
+ - @driveflux/result@2.0.5
11
+
12
+ ## 2.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @driveflux/problem@2.1.3
18
+ - @driveflux/result@2.0.4
19
+
20
+ ## 2.0.4
21
+
22
+ ### Patch Changes
23
+
24
+ - Minor version bumps
25
+ - Updated dependencies
26
+ - @driveflux/problem@2.1.2
27
+ - @driveflux/result@2.0.3
28
+
3
29
  ## 2.0.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fetch",
3
- "version": "2.0.3",
3
+ "version": "2.0.6",
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.1.1",
17
- "@driveflux/result": "2.0.2",
16
+ "@driveflux/problem": "2.1.4",
17
+ "@driveflux/result": "2.0.5",
18
18
  "encoding": "^0.1.13",
19
19
  "isomorphic-unfetch": "^3.1.0"
20
20
  },