@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.8.0",
3
+ "version": "0.8.1-canary.03ba26296",
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",
@@ -26,7 +26,7 @@
26
26
  "build:release": "yarn build && yarn api-report && yarn typings:public",
27
27
  "build:deps": "lerna run --scope @firebase/app-check --include-dependencies build",
28
28
  "dev": "rollup -c -w",
29
- "test": "run-p lint test:browser",
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
32
  "api-report": "api-extractor run --local --verbose",
@@ -35,17 +35,17 @@
35
35
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
36
36
  },
37
37
  "peerDependencies": {
38
- "@firebase/app": "0.x"
38
+ "@firebase/app": "0.9.25-canary.03ba26296"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.9.3",
42
- "@firebase/component": "0.6.4",
43
- "@firebase/logger": "0.4.0",
41
+ "@firebase/util": "1.9.3-canary.03ba26296",
42
+ "@firebase/component": "0.6.4-canary.03ba26296",
43
+ "@firebase/logger": "0.4.0-canary.03ba26296",
44
44
  "tslib": "^2.1.0"
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app": "0.9.11",
48
+ "@firebase/app": "0.9.25-canary.03ba26296",
49
49
  "rollup": "2.79.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",