@firebase/app-check 0.4.2-20219523556 → 0.4.2

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,6 +1,6 @@
1
1
  # @firebase/app-check
2
2
 
3
- ## 0.4.2-20219523556
3
+ ## 0.4.2
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/index.cjs.js CHANGED
@@ -1000,7 +1000,7 @@ function internalFactory(appCheck) {
1000
1000
  }
1001
1001
 
1002
1002
  var name = "@firebase/app-check";
1003
- var version = "0.4.2-20219523556";
1003
+ var version = "0.4.2";
1004
1004
 
1005
1005
  /**
1006
1006
  * @license
package/dist/index.esm.js CHANGED
@@ -996,7 +996,7 @@ function internalFactory(appCheck) {
996
996
  }
997
997
 
998
998
  var name = "@firebase/app-check";
999
- var version = "0.4.2-20219523556";
999
+ var version = "0.4.2";
1000
1000
 
1001
1001
  /**
1002
1002
  * @license
@@ -890,7 +890,7 @@ function internalFactory(appCheck) {
890
890
  }
891
891
 
892
892
  const name = "@firebase/app-check";
893
- const version = "0.4.2-20219523556";
893
+ const version = "0.4.2";
894
894
 
895
895
  /**
896
896
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.4.2-20219523556",
3
+ "version": "0.4.2",
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,7 +35,7 @@
35
35
  },
36
36
  "license": "Apache-2.0",
37
37
  "devDependencies": {
38
- "@firebase/app": "0.7.2",
38
+ "@firebase/app": "0.7.3",
39
39
  "rollup": "2.57.0",
40
40
  "@rollup/plugin-commonjs": "20.0.0",
41
41
  "@rollup/plugin-json": "4.1.0",