@firebase/app-check 0.8.2-20240201000521 → 0.8.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.
@@ -1156,7 +1156,7 @@ function internalFactory(appCheck) {
1156
1156
  }
1157
1157
 
1158
1158
  var name = "@firebase/app-check";
1159
- var version = "0.8.2-20240201000521";
1159
+ var version = "0.8.2";
1160
1160
 
1161
1161
  /**
1162
1162
  * @license
@@ -1037,7 +1037,7 @@ function internalFactory(appCheck) {
1037
1037
  }
1038
1038
 
1039
1039
  const name = "@firebase/app-check";
1040
- const version = "0.8.2-20240201000521";
1040
+ const version = "0.8.2";
1041
1041
 
1042
1042
  /**
1043
1043
  * @license
package/dist/index.cjs.js CHANGED
@@ -1160,7 +1160,7 @@ function internalFactory(appCheck) {
1160
1160
  }
1161
1161
 
1162
1162
  var name = "@firebase/app-check";
1163
- var version = "0.8.2-20240201000521";
1163
+ var version = "0.8.2";
1164
1164
 
1165
1165
  /**
1166
1166
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.8.2-20240201000521",
3
+ "version": "0.8.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,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.9.27-20240201000521"
38
+ "@firebase/app": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.9.4-20240201000521",
42
- "@firebase/component": "0.6.5-20240201000521",
41
+ "@firebase/util": "1.9.4",
42
+ "@firebase/component": "0.6.5",
43
43
  "@firebase/logger": "0.4.0",
44
44
  "tslib": "^2.1.0"
45
45
  },
46
46
  "license": "Apache-2.0",
47
47
  "devDependencies": {
48
- "@firebase/app": "0.9.27-20240201000521",
48
+ "@firebase/app": "0.9.27",
49
49
  "rollup": "2.79.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",