@firebase/app-check 0.8.0 → 0.8.1-canary.03ba26296
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/app-check-public.d.ts +7 -2
- package/dist/app-check.d.ts +7 -2
- package/dist/esm/index.esm.js +13 -2
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/esm/index.esm2017.js +13 -2
- package/dist/esm/index.esm2017.js.map +1 -1
- package/dist/esm/src/api.d.ts +1 -1
- package/dist/esm/src/index.d.ts +6 -1
- package/dist/index.cjs.js +13 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/src/api.d.ts +1 -1
- package/dist/src/index.d.ts +6 -1
- package/package.json +7 -7
package/dist/esm/src/index.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Firebase App Check
|
|
2
|
+
* The Firebase App Check Web SDK.
|
|
3
|
+
*
|
|
4
|
+
* @remarks
|
|
5
|
+
* Firebase App Check does not work in a Node.js environment using `ReCaptchaV3Provider` or
|
|
6
|
+
* `ReCaptchaEnterpriseProvider`, but can be used in Node.js if you use
|
|
7
|
+
* `CustomProvider` and write your own attestation method.
|
|
3
8
|
*
|
|
4
9
|
* @packageDocumentation
|
|
5
10
|
*/
|
package/dist/index.cjs.js
CHANGED
|
@@ -153,6 +153,9 @@ var Refresher = /** @class */ (function () {
|
|
|
153
153
|
case 1:
|
|
154
154
|
_a.trys.push([1, 6, , 7]);
|
|
155
155
|
this.pending = new util.Deferred();
|
|
156
|
+
this.pending.promise.catch(function (_e) {
|
|
157
|
+
/* ignore */
|
|
158
|
+
});
|
|
156
159
|
return [4 /*yield*/, sleep(this.getNextRun(hasSucceeded))];
|
|
157
160
|
case 2:
|
|
158
161
|
_a.sent();
|
|
@@ -166,6 +169,9 @@ var Refresher = /** @class */ (function () {
|
|
|
166
169
|
case 3:
|
|
167
170
|
_a.sent();
|
|
168
171
|
this.pending = new util.Deferred();
|
|
172
|
+
this.pending.promise.catch(function (_e) {
|
|
173
|
+
/* ignore */
|
|
174
|
+
});
|
|
169
175
|
return [4 /*yield*/, this.operation()];
|
|
170
176
|
case 4:
|
|
171
177
|
_a.sent();
|
|
@@ -1154,7 +1160,7 @@ function internalFactory(appCheck) {
|
|
|
1154
1160
|
}
|
|
1155
1161
|
|
|
1156
1162
|
var name = "@firebase/app-check";
|
|
1157
|
-
var version = "0.8.
|
|
1163
|
+
var version = "0.8.1-canary.03ba26296";
|
|
1158
1164
|
|
|
1159
1165
|
/**
|
|
1160
1166
|
* @license
|
|
@@ -1801,7 +1807,12 @@ onCompletion) {
|
|
|
1801
1807
|
}
|
|
1802
1808
|
|
|
1803
1809
|
/**
|
|
1804
|
-
* Firebase App Check
|
|
1810
|
+
* The Firebase App Check Web SDK.
|
|
1811
|
+
*
|
|
1812
|
+
* @remarks
|
|
1813
|
+
* Firebase App Check does not work in a Node.js environment using `ReCaptchaV3Provider` or
|
|
1814
|
+
* `ReCaptchaEnterpriseProvider`, but can be used in Node.js if you use
|
|
1815
|
+
* `CustomProvider` and write your own attestation method.
|
|
1805
1816
|
*
|
|
1806
1817
|
* @packageDocumentation
|
|
1807
1818
|
*/
|