@firebase/app-check 0.5.8-canary.f84cacd70 → 0.5.9

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,16 @@
1
1
  # @firebase/app-check
2
2
 
3
+ ## 0.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
8
+
9
+ - Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
10
+ - @firebase/component@0.5.15
11
+ - @firebase/logger@0.3.3
12
+ - @firebase/util@1.6.1
13
+
3
14
  ## 0.5.8
4
15
 
5
16
  ### Patch Changes
@@ -1072,7 +1072,7 @@ function internalFactory(appCheck) {
1072
1072
  }
1073
1073
 
1074
1074
  var name = "@firebase/app-check";
1075
- var version = "0.5.8-canary.f84cacd70";
1075
+ var version = "0.5.9";
1076
1076
 
1077
1077
  /**
1078
1078
  * @license
@@ -964,7 +964,7 @@ function internalFactory(appCheck) {
964
964
  }
965
965
 
966
966
  const name = "@firebase/app-check";
967
- const version = "0.5.8-canary.f84cacd70";
967
+ const version = "0.5.9";
968
968
 
969
969
  /**
970
970
  * @license
package/dist/index.cjs.js CHANGED
@@ -1076,7 +1076,7 @@ function internalFactory(appCheck) {
1076
1076
  }
1077
1077
 
1078
1078
  var name = "@firebase/app-check";
1079
- var version = "0.5.8-canary.f84cacd70";
1079
+ var version = "0.5.9";
1080
1080
 
1081
1081
  /**
1082
1082
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.8-canary.f84cacd70",
3
+ "version": "0.5.9",
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.25-canary.f84cacd70"
38
+ "@firebase/app": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.6.0-canary.f84cacd70",
42
- "@firebase/component": "0.5.14-canary.f84cacd70",
43
- "@firebase/logger": "0.3.2-canary.f84cacd70",
41
+ "@firebase/util": "1.6.1",
42
+ "@firebase/component": "0.5.15",
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.25-canary.f84cacd70",
48
+ "@firebase/app": "0.7.26",
49
49
  "rollup": "2.72.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",