@firebase/util 1.11.0-auth-redirect-credentials.82faa0828 → 1.11.0-auth-redirect-credentials.b424e5897

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -2125,6 +2125,9 @@ function getModularInstance(service) {
2125
2125
  * See the License for the specific language governing permissions and
2126
2126
  * limitations under the License.
2127
2127
  */
2128
+ /**
2129
+ * Checks whether a host url is a cloud workstation.
2130
+ */
2128
2131
  function isCloudWorkstation(url) {
2129
2132
  return url.endsWith('.cloudworkstations.dev');
2130
2133
  }