@firebase/app-check 0.5.7 → 0.5.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @firebase/app-check
2
2
 
3
+ ## 0.5.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
8
+ - @firebase/util@1.6.0
9
+ - @firebase/component@0.5.14
10
+
3
11
  ## 0.5.7
4
12
 
5
13
  ### Patch Changes
@@ -1070,7 +1070,7 @@ function internalFactory(appCheck) {
1070
1070
  }
1071
1071
 
1072
1072
  var name = "@firebase/app-check";
1073
- var version = "0.5.7";
1073
+ var version = "0.5.8";
1074
1074
 
1075
1075
  /**
1076
1076
  * @license
@@ -962,7 +962,7 @@ function internalFactory(appCheck) {
962
962
  }
963
963
 
964
964
  const name = "@firebase/app-check";
965
- const version = "0.5.7";
965
+ const version = "0.5.8";
966
966
 
967
967
  /**
968
968
  * @license
package/dist/index.cjs.js CHANGED
@@ -1074,7 +1074,7 @@ function internalFactory(appCheck) {
1074
1074
  }
1075
1075
 
1076
1076
  var name = "@firebase/app-check";
1077
- var version = "0.5.7";
1077
+ var version = "0.5.8";
1078
1078
 
1079
1079
  /**
1080
1080
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
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.5.2",
41
- "@firebase/component": "0.5.13",
40
+ "@firebase/util": "1.6.0",
41
+ "@firebase/component": "0.5.14",
42
42
  "@firebase/logger": "0.3.2",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "devDependencies": {
47
- "@firebase/app": "0.7.22",
47
+ "@firebase/app": "0.7.23",
48
48
  "rollup": "2.57.0",
49
49
  "@rollup/plugin-commonjs": "21.0.0",
50
50
  "@rollup/plugin-json": "4.1.0",