@firebase/app-check 0.8.4-dataconnect-preview.388b61c7e → 0.8.4-eap-firestore-backfiller.87babf60c
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 +1 -1
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +7 -6
package/dist/esm/index.esm.js
CHANGED
|
@@ -1037,7 +1037,7 @@ function internalFactory(appCheck) {
|
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
1039
|
const name = "@firebase/app-check";
|
|
1040
|
-
const version = "0.8.4-
|
|
1040
|
+
const version = "0.8.4-eap-firestore-backfiller.87babf60c";
|
|
1041
1041
|
|
|
1042
1042
|
/**
|
|
1043
1043
|
* @license
|
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/app-check",
|
|
3
|
-
"version": "0.8.4-
|
|
3
|
+
"version": "0.8.4-eap-firestore-backfiller.87babf60c",
|
|
4
4
|
"description": "The App Check component of the Firebase JS SDK",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -29,23 +29,24 @@
|
|
|
29
29
|
"test": "run-p --npm-path npm lint test:browser",
|
|
30
30
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
|
|
31
31
|
"test:browser": "karma start --single-run --nocache",
|
|
32
|
+
"trusted-type-check": "tsec -p tsconfig.json --noEmit",
|
|
32
33
|
"api-report": "api-extractor run --local --verbose",
|
|
33
34
|
"doc": "api-documenter markdown --input temp --output docs",
|
|
34
35
|
"build:doc": "yarn build && yarn doc",
|
|
35
36
|
"typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
|
|
36
37
|
},
|
|
37
38
|
"peerDependencies": {
|
|
38
|
-
"@firebase/app": "0.10.
|
|
39
|
+
"@firebase/app": "0.10.5-eap-firestore-backfiller.87babf60c"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@firebase/util": "1.9.6-
|
|
42
|
-
"@firebase/component": "0.6.7-
|
|
43
|
-
"@firebase/logger": "0.4.2-
|
|
42
|
+
"@firebase/util": "1.9.6-eap-firestore-backfiller.87babf60c",
|
|
43
|
+
"@firebase/component": "0.6.7-eap-firestore-backfiller.87babf60c",
|
|
44
|
+
"@firebase/logger": "0.4.2-eap-firestore-backfiller.87babf60c",
|
|
44
45
|
"tslib": "^2.1.0"
|
|
45
46
|
},
|
|
46
47
|
"license": "Apache-2.0",
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"@firebase/app": "0.10.
|
|
49
|
+
"@firebase/app": "0.10.5-eap-firestore-backfiller.87babf60c",
|
|
49
50
|
"rollup": "2.79.1",
|
|
50
51
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
51
52
|
"@rollup/plugin-json": "4.1.0",
|