File tree 11 files changed +67
-16
lines changed
11 files changed +67
-16
lines changed Original file line number Diff line number Diff line change 8
8
"@remix-run/web-form-data" : " 3.0.5" ,
9
9
"@remix-run/web-stream" : " 1.0.4"
10
10
},
11
- "changesets" : []
11
+ "changesets" : [
12
+ " afraid-coats-rescue" ,
13
+ " rude-wolves-float"
14
+ ]
12
15
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.1.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 807fc63: Export CJS version for browser
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 807fc63]
12
+ - @remix-run/web-stream @1.1.0-pre.0
13
+
3
14
## 3.0.5
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/web-blob" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.1.0-pre.0 " ,
4
4
"description" : " Web API compatible Blob implementation" ,
5
5
"keywords" : [
6
6
" blob" ,
28
28
}
29
29
},
30
30
"dependencies" : {
31
- "@remix-run/web-stream" : " ^1.0.4 " ,
31
+ "@remix-run/web-stream" : " ^1.1.0-pre.0 " ,
32
32
"web-encoding" : " 1.1.5"
33
33
},
34
34
"author" :
" Irakli Gozalishvili <[email protected] > (https://gozala.io)" ,
35
35
"repository" : " https://github.com/remix-run/web-std-io" ,
36
36
"license" : " MIT" ,
37
37
"devDependencies" : {
38
- "@remix-run/web-fetch" : " ^4.3.6 " ,
38
+ "@remix-run/web-fetch" : " ^4.4.0-pre.0 " ,
39
39
"@types/node" : " 15.0.2" ,
40
40
"git-validate" : " 2.2.4" ,
41
41
"husky" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.4.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 807fc63: Export CJS version for browser
8
+
9
+ ### Patch Changes
10
+
11
+ - d3a1ffd: fix ` toFormData ` imports
12
+ - Updated dependencies [ 807fc63]
13
+ - @remix-run/web-file @3.1.0-pre.0
14
+ - @remix-run/web-form-data @3.1.0-pre.0
15
+ - @remix-run/web-stream @1.1.0-pre.0
16
+
3
17
## 4.3.8
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/web-fetch" ,
3
- "version" : " 4.3.8 " ,
3
+ "version" : " 4.4.0-pre.0 " ,
4
4
"description" : " Web API compatible fetch implementation" ,
5
5
"main" : " ./dist/lib.node.cjs" ,
6
6
"module" : " ./src/lib.node.js" ,
99
99
"xo" : " ^0.33.1"
100
100
},
101
101
"dependencies" : {
102
- "@remix-run/web-file" : " ^3.0.3 " ,
103
- "@remix-run/web-form-data" : " ^3.0.5 " ,
104
- "@remix-run/web-stream" : " ^1.0.4 " ,
102
+ "@remix-run/web-file" : " ^3.1.0-pre.0 " ,
103
+ "@remix-run/web-form-data" : " ^3.1.0-pre.0 " ,
104
+ "@remix-run/web-stream" : " ^1.1.0-pre.0 " ,
105
105
"@web3-storage/multipart-parser" : " ^1.0.0" ,
106
106
"abort-controller" : " ^3.0.0" ,
107
107
"data-uri-to-buffer" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.1.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 807fc63: Export CJS version for browser
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 807fc63]
12
+ - @remix-run/web-blob @3.1.0-pre.0
13
+
3
14
## 3.0.3
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/web-file" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.1.0-pre.0 " ,
4
4
"description" : " Web API compatible File implementation for node" ,
5
5
"files" : [
6
6
" src" ,
33
33
}
34
34
},
35
35
"dependencies" : {
36
- "@remix-run/web-blob" : " ^3.0.5 "
36
+ "@remix-run/web-blob" : " ^3.1.0-pre.0 "
37
37
},
38
38
"author" :
" Irakli Gozalishvili <[email protected] > (https://gozala.io)" ,
39
39
"repository" : " https://github.com/remix-run/web-std-io" ,
40
40
"license" : " MIT" ,
41
41
"devDependencies" : {
42
- "@remix-run/web-fetch" : " ^4.3.6 " ,
42
+ "@remix-run/web-fetch" : " ^4.4.0-pre.0 " ,
43
43
"@types/node" : " 15.0.2" ,
44
44
"git-validate" : " 2.2.4" ,
45
45
"husky" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.1.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 807fc63: Export CJS version for browser
8
+
3
9
## 3.0.5
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/web-form-data" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.1.0-pre.0 " ,
4
4
"description" : " Web API compatible Form Data implementation" ,
5
5
"files" : [
6
6
" src" ,
37
37
"repository" : " https://github.com/remix-run/web-std-io" ,
38
38
"license" : " MIT" ,
39
39
"devDependencies" : {
40
- "@remix-run/web-blob" : " ^3.0.5 " ,
41
- "@remix-run/web-fetch" : " ^4.3.6 " ,
42
- "@remix-run/web-file" : " ^3.0.3 " ,
40
+ "@remix-run/web-blob" : " ^3.1.0-pre.0 " ,
41
+ "@remix-run/web-fetch" : " ^4.4.0-pre.0 " ,
42
+ "@remix-run/web-file" : " ^3.1.0-pre.0 " ,
43
43
"@types/node" : " 15.0.2" ,
44
44
"git-validate" : " 2.2.4" ,
45
45
"husky" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0-pre.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 807fc63: Export CJS version for browser
8
+
3
9
## 1.0.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/web-stream" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.1.0-pre.0 " ,
4
4
"description" : " Web API compatible streams for node/web" ,
5
5
"files" : [
6
6
" src" ,
You can’t perform that action at this time.
0 commit comments