@firebase/app-check-types 0.5.4 → 0.5.5

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -33,10 +33,7 @@ export interface FirebaseAppCheck {
33
33
  */
34
34
  activate(
35
35
  siteKeyOrProvider:
36
- | string
37
- | AppCheckProvider
38
- | CustomProvider
39
- | ReCaptchaV3Provider,
36
+ string | AppCheckProvider | CustomProvider | ReCaptchaV3Provider,
40
37
  isTokenAutoRefreshEnabled?: boolean
41
38
  ): void;
42
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check-types",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "@firebase/app-check Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",