Skip to content

Commit 14f9da6

Browse files
authored
fix: Update webchannel-wrapper to fix webchannel multi-byte character decoding bug. (#8212)
* fix: Update webchannel-wrapper to fix webchannel multi-byte character decoding bug. * Create serious-rivers-attend.md * add yarn.lock. * Update serious-rivers-attend.md
1 parent 4b49630 commit 14f9da6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/serious-rivers-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/webchannel-wrapper": patch
3+
---
4+
5+
fix: Update webchannel-wrapper to fix webchannel multi-byte character decoding bug in fetch streams.

packages/webchannel-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"license": "Apache-2.0",
3434
"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",
3636
"@rollup/plugin-commonjs": "21.1.0",
3737
"rollup": "2.79.1",
3838
"rollup-plugin-copy": "3.5.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5883,9 +5883,9 @@ cloneable-readable@^1.0.0:
58835883
process-nextick-args "^2.0.0"
58845884
readable-stream "^2.3.5"
58855885

5886-
"closure-net@git+https://github.com/google/closure-net.git#9844d60":
5886+
"closure-net@git+https://github.com/google/closure-net.git#0412666":
58875887
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"
58895889

58905890
cmd-shim@^4.1.0:
58915891
version "4.1.0"

0 commit comments

Comments
 (0)