@firebase/app-check-types
Advanced tools
Comparing version 0.3.0 to 0.3.1-2021710165255
# @firebase/app-check-types | ||
## 0.3.1-2021710165255 | ||
### Patch Changes | ||
- [`f1027e3c2`](https://github.com/firebase/firebase-js-sdk/commit/f1027e3c24cab52046766a898c6702860f5ad3f6) [#5261](https://github.com/firebase/firebase-js-sdk/pull/5261) (fixes [#5258](https://github.com/firebase/firebase-js-sdk/issues/5258)) - Fixed argument typings for `activate()`. | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -35,3 +35,7 @@ /** | ||
activate( | ||
siteKeyOrProvider: string | AppCheckProvider, | ||
siteKeyOrProvider: | ||
| string | ||
| AppCheckProvider | ||
| CustomProvider | ||
| ReCaptchaV3Provider, | ||
isTokenAutoRefreshEnabled?: boolean | ||
@@ -38,0 +42,0 @@ ): void; |
{ | ||
"name": "@firebase/app-check-types", | ||
"version": "0.3.0", | ||
"version": "0.3.1-2021710165255", | ||
"description": "@firebase/app-check Types", | ||
@@ -5,0 +5,0 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6863
138