@firebase/app-check 0.5.14 → 0.5.15

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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
8
+ - @firebase/util@1.7.2
9
+ - @firebase/component@0.5.20
10
+
3
11
  ## 0.5.14
4
12
 
5
13
  ### Patch Changes
@@ -1113,7 +1113,7 @@ function internalFactory(appCheck) {
1113
1113
  }
1114
1114
 
1115
1115
  var name = "@firebase/app-check";
1116
- var version = "0.5.14";
1116
+ var version = "0.5.15";
1117
1117
 
1118
1118
  /**
1119
1119
  * @license
@@ -1005,7 +1005,7 @@ function internalFactory(appCheck) {
1005
1005
  }
1006
1006
 
1007
1007
  const name = "@firebase/app-check";
1008
- const version = "0.5.14";
1008
+ const version = "0.5.15";
1009
1009
 
1010
1010
  /**
1011
1011
  * @license
package/dist/index.cjs.js CHANGED
@@ -1117,7 +1117,7 @@ function internalFactory(appCheck) {
1117
1117
  }
1118
1118
 
1119
1119
  var name = "@firebase/app-check";
1120
- var version = "0.5.14";
1120
+ var version = "0.5.15";
1121
1121
 
1122
1122
  /**
1123
1123
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
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",
@@ -38,14 +38,14 @@
38
38
  "@firebase/app": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.7.1",
42
- "@firebase/component": "0.5.19",
41
+ "@firebase/util": "1.7.2",
42
+ "@firebase/component": "0.5.20",
43
43
  "@firebase/logger": "0.3.3",
44
44
  "tslib": "^2.1.0"
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app": "0.8.1",
48
+ "@firebase/app": "0.8.2",
49
49
  "rollup": "2.72.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",