@firebase/app-check 0.6.0 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @firebase/app-check
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
8
+ - @firebase/util@1.9.0
9
+ - @firebase/component@0.6.1
10
+
3
11
  ## 0.6.0
4
12
 
5
13
  ### Minor Changes
@@ -1120,7 +1120,7 @@ function internalFactory(appCheck) {
1120
1120
  }
1121
1121
 
1122
1122
  var name = "@firebase/app-check";
1123
- var version = "0.6.0";
1123
+ var version = "0.6.1";
1124
1124
 
1125
1125
  /**
1126
1126
  * @license
@@ -1011,7 +1011,7 @@ function internalFactory(appCheck) {
1011
1011
  }
1012
1012
 
1013
1013
  const name = "@firebase/app-check";
1014
- const version = "0.6.0";
1014
+ const version = "0.6.1";
1015
1015
 
1016
1016
  /**
1017
1017
  * @license
package/dist/index.cjs.js CHANGED
@@ -1124,7 +1124,7 @@ function internalFactory(appCheck) {
1124
1124
  }
1125
1125
 
1126
1126
  var name = "@firebase/app-check";
1127
- var version = "0.6.0";
1127
+ var version = "0.6.1";
1128
1128
 
1129
1129
  /**
1130
1130
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.6.0",
3
+ "version": "0.6.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",
@@ -38,14 +38,14 @@
38
38
  "@firebase/app": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.8.0",
42
- "@firebase/component": "0.6.0",
41
+ "@firebase/util": "1.9.0",
42
+ "@firebase/component": "0.6.1",
43
43
  "@firebase/logger": "0.4.0",
44
44
  "tslib": "^2.1.0"
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app": "0.9.0",
48
+ "@firebase/app": "0.9.1",
49
49
  "rollup": "2.79.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",