File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/webchannel-wrapper Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @firebase/webchannel-wrapper " : patch
3
+ ---
4
+
5
+ fix: Update webchannel-wrapper to fix webchannel multi-byte character decoding bug in fetch streams.
Original file line number Diff line number Diff line change 32
32
},
33
33
"license" : " Apache-2.0" ,
34
34
"devDependencies" : {
35
- "closure-net" : " git+https://github.com/google/closure-net.git#9844d60 " ,
35
+ "closure-net" : " git+https://github.com/google/closure-net.git#0412666 " ,
36
36
"@rollup/plugin-commonjs" : " 21.1.0" ,
37
37
"rollup" : " 2.79.1" ,
38
38
"rollup-plugin-copy" : " 3.5.0" ,
Original file line number Diff line number Diff line change @@ -5883,9 +5883,9 @@ cloneable-readable@^1.0.0:
5883
5883
process-nextick-args "^2.0.0"
5884
5884
readable-stream "^2.3.5"
5885
5885
5886
- "closure-net@git+https://github.com/google/closure-net.git#9844d60 ":
5886
+ "closure-net@git+https://github.com/google/closure-net.git#0412666 ":
5887
5887
version "0.0.0"
5888
- resolved "git+https://github.com/google/closure-net.git#9844d605191623eaba4b184775610fe875e78ac4 "
5888
+ resolved "git+https://github.com/google/closure-net.git#0412666e8f29b8ae69decb1fdc7ead635a5cf43e "
5889
5889
5890
5890
cmd-shim@^4.1.0:
5891
5891
version "4.1.0"
You can’t perform that action at this time.
0 commit comments