Skip to content

Commit

Permalink
fix: Update webchannel-wrapper to fix webchannel multi-byte character…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
ehsannas committed May 2, 2024
1 parent 4b49630 commit 14f9da6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-rivers-attend.md
@@ -0,0 +1,5 @@
---
"@firebase/webchannel-wrapper": patch
---

fix: Update webchannel-wrapper to fix webchannel multi-byte character decoding bug in fetch streams.
2 changes: 1 addition & 1 deletion packages/webchannel-wrapper/package.json
Expand Up @@ -32,7 +32,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"closure-net": "git+https://github.com/google/closure-net.git#9844d60",
"closure-net": "git+https://github.com/google/closure-net.git#0412666",
"@rollup/plugin-commonjs": "21.1.0",
"rollup": "2.79.1",
"rollup-plugin-copy": "3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -5883,9 +5883,9 @@ cloneable-readable@^1.0.0:
process-nextick-args "^2.0.0"
readable-stream "^2.3.5"

"closure-net@git+https://github.com/google/closure-net.git#9844d60":
"closure-net@git+https://github.com/google/closure-net.git#0412666":
version "0.0.0"
resolved "git+https://github.com/google/closure-net.git#9844d605191623eaba4b184775610fe875e78ac4"
resolved "git+https://github.com/google/closure-net.git#0412666e8f29b8ae69decb1fdc7ead635a5cf43e"

cmd-shim@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit 14f9da6

Please sign in to comment.