@firebase/app-check 0.8.0-canary.df8604e4d → 0.8.0-canary.e642fc7cd
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 +6 -1
- package/dist/app-check.d.ts +6 -1
- package/dist/esm/index.esm.js +7 -2
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/esm/index.esm2017.js +7 -2
- package/dist/esm/index.esm2017.js.map +1 -1
- package/dist/esm/src/index.d.ts +6 -1
- package/dist/index.cjs.js +7 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/src/index.d.ts +6 -1
- package/package.json +6 -6
|
@@ -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/app-check.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/esm/index.esm.js
CHANGED
|
@@ -1150,7 +1150,7 @@ function internalFactory(appCheck) {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
1152
|
var name = "@firebase/app-check";
|
|
1153
|
-
var version = "0.8.0-canary.
|
|
1153
|
+
var version = "0.8.0-canary.e642fc7cd";
|
|
1154
1154
|
|
|
1155
1155
|
/**
|
|
1156
1156
|
* @license
|
|
@@ -1797,7 +1797,12 @@ onCompletion) {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
1799
|
/**
|
|
1800
|
-
* Firebase App Check
|
|
1800
|
+
* The Firebase App Check Web SDK.
|
|
1801
|
+
*
|
|
1802
|
+
* @remarks
|
|
1803
|
+
* Firebase App Check does not work in a Node.js environment using `ReCaptchaV3Provider` or
|
|
1804
|
+
* `ReCaptchaEnterpriseProvider`, but can be used in Node.js if you use
|
|
1805
|
+
* `CustomProvider` and write your own attestation method.
|
|
1801
1806
|
*
|
|
1802
1807
|
* @packageDocumentation
|
|
1803
1808
|
*/
|