Firestore: Bump the version of webchannel-wrapper so that it gets released by dconeybe · Pull Request #7311 · firebase/firebase-js-sdk (original) (raw)

In #7176 the new Firestore setting experimentalLongPollingOptions.timeoutSeconds was implemented; however, that PR forgot to mark @firestore/webchannel-wrapper as needing a new release and, therefore, the upgraded google-closure-library dependency was not picked up in the v9.22.0 release. As a result, setting experimentalLongPollingOptions.timeoutSeconds in that version has no effect. This PR bumps the version of webchannel-wrapper so it will get released with the upgraded google-closure-library dependency that implements the long polling timeout feature.

Fixes: #6987