@firebase/rules-unit-testing 4.0.1-auth-redirect-credentials.82faa0828 → 4.0.1-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.
@@ -14,4 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ /**
18
+ * Checks whether a host url is a cloud workstation.
19
+ */
17
20
  export declare function isCloudWorkstation(url: string): boolean;
@@ -14,4 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ /**
18
+ * Checks whether a host url is a cloud workstation.
19
+ */
17
20
  export declare function isCloudWorkstation(url: string): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/rules-unit-testing",
3
- "version": "4.0.1-auth-redirect-credentials.82faa0828",
3
+ "version": "4.0.1-auth-redirect-credentials.b424e5897",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -43,7 +43,7 @@
43
43
  "rollup-plugin-typescript2": "0.36.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "firebase": "11.6.0-auth-redirect-credentials.82faa0828"
46
+ "firebase": "11.6.0-auth-redirect-credentials.b424e5897"
47
47
  },
48
48
  "repository": {
49
49
  "directory": "packages/rules-unit-testing",