@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 +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +3 -0
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +24 -0
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.d.ts +1 -0
- package/dist/node-esm/index.node.d.ts +1 -0
- package/dist/node-esm/index.node.esm.js +24 -1
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/node-esm/src/url.d.ts +3 -0
- package/dist/src/url.d.ts +3 -0
- package/dist/util-public.d.ts +3 -0
- package/dist/util.d.ts +3 -0
- package/package.json +1 -1
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
|
}
|