@firebase/app-check 0.5.2-canary.f318c7009 → 0.5.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
8
+ - @firebase/util@1.4.3
9
+ - @firebase/component@0.5.10
10
+
3
11
  ## 0.5.2
4
12
 
5
13
  ### Patch Changes
@@ -1064,7 +1064,7 @@ function internalFactory(appCheck) {
1064
1064
  }
1065
1065
 
1066
1066
  var name = "@firebase/app-check";
1067
- var version = "0.5.2-canary.f318c7009";
1067
+ var version = "0.5.3";
1068
1068
 
1069
1069
  /**
1070
1070
  * @license
@@ -959,7 +959,7 @@ function internalFactory(appCheck) {
959
959
  }
960
960
 
961
961
  const name = "@firebase/app-check";
962
- const version = "0.5.2-canary.f318c7009";
962
+ const version = "0.5.3";
963
963
 
964
964
  /**
965
965
  * @license
package/dist/index.cjs.js CHANGED
@@ -1068,7 +1068,7 @@ function internalFactory(appCheck) {
1068
1068
  }
1069
1069
 
1070
1070
  var name = "@firebase/app-check";
1071
- var version = "0.5.2-canary.f318c7009";
1071
+ var version = "0.5.3";
1072
1072
 
1073
1073
  /**
1074
1074
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.2-canary.f318c7009",
3
+ "version": "0.5.3",
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",
@@ -34,17 +34,17 @@
34
34
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
35
35
  },
36
36
  "peerDependencies": {
37
- "@firebase/app": "0.7.9-canary.f318c7009"
37
+ "@firebase/app": "0.x"
38
38
  },
39
39
  "dependencies": {
40
- "@firebase/util": "1.4.2-canary.f318c7009",
41
- "@firebase/component": "0.5.9-canary.f318c7009",
42
- "@firebase/logger": "0.3.2-canary.f318c7009",
40
+ "@firebase/util": "1.4.3",
41
+ "@firebase/component": "0.5.10",
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.9-canary.f318c7009",
47
+ "@firebase/app": "0.7.12",
48
48
  "rollup": "2.57.0",
49
49
  "@rollup/plugin-commonjs": "21.0.0",
50
50
  "@rollup/plugin-json": "4.1.0",