@firebase/app-check 0.12.0-20260616175646 → 0.12.0-eap-crashlytics.659b578fb
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/esm/index.esm.js +17 -6
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/index.cjs.js +17 -6
- package/dist/index.cjs.js.map +1 -1
- package/package.json +10 -10
package/dist/esm/index.esm.js
CHANGED
|
@@ -67,11 +67,6 @@ const EXCHANGE_RECAPTCHA_TOKEN_METHOD = 'exchangeRecaptchaV3Token';
|
|
|
67
67
|
const EXCHANGE_RECAPTCHA_ENTERPRISE_TOKEN_METHOD = 'exchangeRecaptchaEnterpriseToken';
|
|
68
68
|
const EXCHANGE_DEBUG_TOKEN_METHOD = 'exchangeDebugToken';
|
|
69
69
|
const TOKEN_REFRESH_TIME = {
|
|
70
|
-
/**
|
|
71
|
-
* The offset time before token natural expiration to run the refresh.
|
|
72
|
-
* This is currently 5 minutes.
|
|
73
|
-
*/
|
|
74
|
-
OFFSET_DURATION: 5 * 60 * 1000,
|
|
75
70
|
/**
|
|
76
71
|
* This is the first retrial wait after an error. This is currently
|
|
77
72
|
* 30 seconds.
|
|
@@ -1058,7 +1053,7 @@ function internalFactory(appCheck) {
|
|
|
1058
1053
|
}
|
|
1059
1054
|
|
|
1060
1055
|
const name = "@firebase/app-check";
|
|
1061
|
-
const version = "0.12.0-
|
|
1056
|
+
const version = "0.12.0-eap-crashlytics.659b578fb";
|
|
1062
1057
|
|
|
1063
1058
|
/**
|
|
1064
1059
|
* @license
|
|
@@ -1732,6 +1727,22 @@ onCompletion) {
|
|
|
1732
1727
|
*
|
|
1733
1728
|
* @packageDocumentation
|
|
1734
1729
|
*/
|
|
1730
|
+
/**
|
|
1731
|
+
* @license
|
|
1732
|
+
* Copyright 2021 Google LLC
|
|
1733
|
+
*
|
|
1734
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1735
|
+
* you may not use this file except in compliance with the License.
|
|
1736
|
+
* You may obtain a copy of the License at
|
|
1737
|
+
*
|
|
1738
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1739
|
+
*
|
|
1740
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1741
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1742
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1743
|
+
* See the License for the specific language governing permissions and
|
|
1744
|
+
* limitations under the License.
|
|
1745
|
+
*/
|
|
1735
1746
|
const APP_CHECK_NAME = 'app-check';
|
|
1736
1747
|
const APP_CHECK_NAME_INTERNAL = 'app-check-internal';
|
|
1737
1748
|
function registerAppCheck() {
|