@firebase/app-check 0.7.0-20230425221647 → 0.7.0

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.7.0-20230425221647
3
+ ## 0.7.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -1149,7 +1149,7 @@ function internalFactory(appCheck) {
1149
1149
  }
1150
1150
 
1151
1151
  var name = "@firebase/app-check";
1152
- var version = "0.7.0-20230425221647";
1152
+ var version = "0.7.0";
1153
1153
 
1154
1154
  /**
1155
1155
  * @license
@@ -1030,7 +1030,7 @@ function internalFactory(appCheck) {
1030
1030
  }
1031
1031
 
1032
1032
  const name = "@firebase/app-check";
1033
- const version = "0.7.0-20230425221647";
1033
+ const version = "0.7.0";
1034
1034
 
1035
1035
  /**
1036
1036
  * @license
package/dist/index.cjs.js CHANGED
@@ -1153,7 +1153,7 @@ function internalFactory(appCheck) {
1153
1153
  }
1154
1154
 
1155
1155
  var name = "@firebase/app-check";
1156
- var version = "0.7.0-20230425221647";
1156
+ var version = "0.7.0";
1157
1157
 
1158
1158
  /**
1159
1159
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.7.0-20230425221647",
3
+ "version": "0.7.0",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app": "0.9.8",
48
+ "@firebase/app": "0.9.9",
49
49
  "rollup": "2.79.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",