@firebase/app-check 0.13.1-20260818172054 → 0.13.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.
@@ -1069,7 +1069,7 @@ function internalFactory(appCheck) {
1069
1069
  }
1070
1070
 
1071
1071
  const name = "@firebase/app-check";
1072
- const version = "0.13.1-20260818172054";
1072
+ const version = "0.13.1";
1073
1073
 
1074
1074
  /**
1075
1075
  * @license
package/dist/index.cjs.js CHANGED
@@ -1073,7 +1073,7 @@ function internalFactory(appCheck) {
1073
1073
  }
1074
1074
 
1075
1075
  const name = "@firebase/app-check";
1076
- const version = "0.13.1-20260818172054";
1076
+ const version = "0.13.1";
1077
1077
 
1078
1078
  /**
1079
1079
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check",
3
- "version": "0.13.1-20260818172054",
3
+ "version": "0.13.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",
@@ -34,17 +34,17 @@
34
34
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/app-check-public.d.ts"
35
35
  },
36
36
  "peerDependencies": {
37
- "@firebase/app": "0.16.1-20260818172054"
37
+ "@firebase/app": "0.x"
38
38
  },
39
39
  "dependencies": {
40
- "@firebase/util": "1.15.3-20260818172054",
41
- "@firebase/component": "0.7.5-20260818172054",
42
- "@firebase/logger": "0.5.2-20260818172054",
40
+ "@firebase/util": "1.15.3",
41
+ "@firebase/component": "0.7.5",
42
+ "@firebase/logger": "0.5.2",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "devDependencies": {
47
- "@firebase/app": "0.16.1-20260818172054",
47
+ "@firebase/app": "0.16.1",
48
48
  "rollup": "4.62.2",
49
49
  "@rollup/plugin-commonjs": "21.1.0",
50
50
  "@rollup/plugin-json": "6.1.0",