@firebase/app-check 0.5.0-canary.dbd54f7c9 → 0.5.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,16 @@
1
1
  # @firebase/app-check
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a) [#5708](https://github.com/firebase/firebase-js-sdk/pull/5708) (fixes [#1487](https://github.com/firebase/firebase-js-sdk/issues/1487)) - Update build scripts to work with the exports field
8
+
9
+ - Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a)]:
10
+ - @firebase/component@0.5.9
11
+ - @firebase/logger@0.3.2
12
+ - @firebase/util@1.4.2
13
+
3
14
  ## 0.5.0
4
15
 
5
16
  ### Minor Changes
@@ -1010,7 +1010,7 @@ function internalFactory(appCheck) {
1010
1010
  }
1011
1011
 
1012
1012
  var name = "@firebase/app-check";
1013
- var version = "0.5.0-canary.dbd54f7c9";
1013
+ var version = "0.5.1";
1014
1014
 
1015
1015
  /**
1016
1016
  * @license
@@ -903,7 +903,7 @@ function internalFactory(appCheck) {
903
903
  }
904
904
 
905
905
  const name = "@firebase/app-check";
906
- const version = "0.5.0-canary.dbd54f7c9";
906
+ const version = "0.5.1";
907
907
 
908
908
  /**
909
909
  * @license
package/dist/index.cjs.js CHANGED
@@ -1014,7 +1014,7 @@ function internalFactory(appCheck) {
1014
1014
  }
1015
1015
 
1016
1016
  var name = "@firebase/app-check";
1017
- var version = "0.5.0-canary.dbd54f7c9";
1017
+ var version = "0.5.1";
1018
1018
 
1019
1019
  /**
1020
1020
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.5.0-canary.dbd54f7c9",
3
+ "version": "0.5.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",
@@ -10,6 +10,7 @@
10
10
  "exports": {
11
11
  ".": {
12
12
  "require": "./dist/index.cjs.js",
13
+ "esm5": "./dist/esm/index.esm.js",
13
14
  "default": "./dist/esm/index.esm2017.js"
14
15
  },
15
16
  "./package.json": "./package.json"
@@ -33,17 +34,17 @@
33
34
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
34
35
  },
35
36
  "peerDependencies": {
36
- "@firebase/app": "0.7.6-canary.dbd54f7c9"
37
+ "@firebase/app": "0.x"
37
38
  },
38
39
  "dependencies": {
39
- "@firebase/util": "1.4.1-canary.dbd54f7c9",
40
- "@firebase/component": "0.5.8-canary.dbd54f7c9",
41
- "@firebase/logger": "0.3.1-canary.dbd54f7c9",
40
+ "@firebase/util": "1.4.2",
41
+ "@firebase/component": "0.5.9",
42
+ "@firebase/logger": "0.3.2",
42
43
  "tslib": "^2.1.0"
43
44
  },
44
45
  "license": "Apache-2.0",
45
46
  "devDependencies": {
46
- "@firebase/app": "0.7.6-canary.dbd54f7c9",
47
+ "@firebase/app": "0.7.7",
47
48
  "rollup": "2.57.0",
48
49
  "@rollup/plugin-commonjs": "21.0.0",
49
50
  "@rollup/plugin-json": "4.1.0",