@firebase/app-check 0.5.9-canary.efe2000fc → 0.5.10

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,15 @@
1
1
  # @firebase/app-check
2
2
 
3
+ ## 0.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0) [#6363](https://github.com/firebase/firebase-js-sdk/pull/6363) - Extract uuid function into @firebase/util
8
+
9
+ - Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
10
+ - @firebase/util@1.6.2
11
+ - @firebase/component@0.5.16
12
+
3
13
  ## 0.5.9
4
14
 
5
15
  ### Patch Changes
@@ -1063,7 +1063,7 @@ function internalFactory(appCheck) {
1063
1063
  }
1064
1064
 
1065
1065
  var name = "@firebase/app-check";
1066
- var version = "0.5.9-canary.efe2000fc";
1066
+ var version = "0.5.10";
1067
1067
 
1068
1068
  /**
1069
1069
  * @license
@@ -955,7 +955,7 @@ function internalFactory(appCheck) {
955
955
  }
956
956
 
957
957
  const name = "@firebase/app-check";
958
- const version = "0.5.9-canary.efe2000fc";
958
+ const version = "0.5.10";
959
959
 
960
960
  /**
961
961
  * @license
package/dist/index.cjs.js CHANGED
@@ -1067,7 +1067,7 @@ function internalFactory(appCheck) {
1067
1067
  }
1068
1068
 
1069
1069
  var name = "@firebase/app-check";
1070
- var version = "0.5.9-canary.efe2000fc";
1070
+ var version = "0.5.10";
1071
1071
 
1072
1072
  /**
1073
1073
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.9-canary.efe2000fc",
3
+ "version": "0.5.10",
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",
@@ -35,17 +35,17 @@
35
35
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
36
36
  },
37
37
  "peerDependencies": {
38
- "@firebase/app": "0.7.26-canary.efe2000fc"
38
+ "@firebase/app": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.6.1-canary.efe2000fc",
42
- "@firebase/component": "0.5.15-canary.efe2000fc",
43
- "@firebase/logger": "0.3.3-canary.efe2000fc",
41
+ "@firebase/util": "1.6.2",
42
+ "@firebase/component": "0.5.16",
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.7.26-canary.efe2000fc",
48
+ "@firebase/app": "0.7.27",
49
49
  "rollup": "2.72.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",