@firebase/app-check 0.10.0 → 0.10.1

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.
@@ -1054,7 +1054,7 @@ function internalFactory(appCheck) {
1054
1054
  }
1055
1055
 
1056
1056
  const name = "@firebase/app-check";
1057
- const version = "0.10.0";
1057
+ const version = "0.10.1";
1058
1058
 
1059
1059
  /**
1060
1060
  * @license
package/dist/index.cjs.js CHANGED
@@ -1058,7 +1058,7 @@ function internalFactory(appCheck) {
1058
1058
  }
1059
1059
 
1060
1060
  const name = "@firebase/app-check";
1061
- const version = "0.10.0";
1061
+ const version = "0.10.1";
1062
1062
 
1063
1063
  /**
1064
1064
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
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",
@@ -37,14 +37,14 @@
37
37
  "@firebase/app": "0.x"
38
38
  },
39
39
  "dependencies": {
40
- "@firebase/util": "1.12.0",
41
- "@firebase/component": "0.6.17",
40
+ "@firebase/util": "1.12.1",
41
+ "@firebase/component": "0.6.18",
42
42
  "@firebase/logger": "0.4.4",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "devDependencies": {
47
- "@firebase/app": "0.13.0",
47
+ "@firebase/app": "0.13.2",
48
48
  "rollup": "2.79.2",
49
49
  "@rollup/plugin-commonjs": "21.1.0",
50
50
  "@rollup/plugin-json": "6.1.0",