@firebase/app-check-compat 0.4.5-eap-crashlytics.659b578fb → 0.4.6-20260728185501

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.
@@ -4,7 +4,7 @@ import { ReCaptchaV3Provider, ReCaptchaEnterpriseProvider, CustomProvider, initi
4
4
  import { ErrorFactory } from '@firebase/util';
5
5
 
6
6
  const name = "@firebase/app-check-compat";
7
- const version = "0.4.5-eap-crashlytics.659b578fb";
7
+ const version = "0.4.6-20260728185501";
8
8
 
9
9
  /**
10
10
  * @license
package/dist/index.cjs.js CHANGED
@@ -8,7 +8,7 @@ var appCheck = require('@firebase/app-check');
8
8
  var util = require('@firebase/util');
9
9
 
10
10
  const name = "@firebase/app-check-compat";
11
- const version = "0.4.5-eap-crashlytics.659b578fb";
11
+ const version = "0.4.6-20260728185501";
12
12
 
13
13
  /**
14
14
  * @license
@@ -29,11 +29,10 @@ declare module '@firebase/app-compat' {
29
29
  }
30
30
 
31
31
  import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
32
- import { type AppCheckTokenResult, type AppCheckOptions, type AppCheck, type PartialObserver, type Unsubscribe } from "@firebase/app-check";
32
+ import { type AppCheckTokenResult, type PartialObserver, type Unsubscribe } from "@firebase/app-check";
33
33
  declare module "@firebase/app-check" {
34
34
  function getLimitedUseToken(appCheckInstance: FirebaseAppCheck): Promise<AppCheckTokenResult>;
35
35
  function getToken(appCheckInstance: FirebaseAppCheck, forceRefresh?: boolean): Promise<AppCheckTokenResult>;
36
- function initializeAppCheck(app?: FirebaseAppCompat, options?: AppCheckOptions): AppCheck;
37
36
  function onTokenChanged(appCheckInstance: FirebaseAppCheck, observer: PartialObserver<AppCheckTokenResult>): Unsubscribe;
38
37
  function onTokenChanged(appCheckInstance: FirebaseAppCheck, onNext: (tokenResult: AppCheckTokenResult) => void, onError?: (error: Error) => void, onCompletion?: () => void): Unsubscribe;
39
38
  function setTokenAutoRefreshEnabled(appCheckInstance: FirebaseAppCheck, isTokenAutoRefreshEnabled: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app-check-compat",
3
- "version": "0.4.5-eap-crashlytics.659b578fb",
3
+ "version": "0.4.6-20260728185501",
4
4
  "description": "A compat App Check package for new firebase packages",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -31,19 +31,20 @@
31
31
  "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../app-check/dist/app-check-public.d.ts -o dist/src/index.d.ts -a -r AppCheck:FirebaseAppCheck -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/app-check"
32
32
  },
33
33
  "peerDependencies": {
34
- "@firebase/app-compat": "0.5.15-eap-crashlytics.659b578fb"
34
+ "@firebase/app": "0.16.0-20260728185501",
35
+ "@firebase/app-compat": "0.5.16-20260728185501"
35
36
  },
36
37
  "dependencies": {
37
- "@firebase/app-check": "0.12.0-eap-crashlytics.659b578fb",
38
- "@firebase/app-check-types": "0.5.4-eap-crashlytics.659b578fb",
39
- "@firebase/logger": "0.5.1-eap-crashlytics.659b578fb",
40
- "@firebase/util": "1.15.1-eap-crashlytics.659b578fb",
41
- "@firebase/component": "0.7.3-eap-crashlytics.659b578fb",
38
+ "@firebase/app-check": "0.13.0-20260728185501",
39
+ "@firebase/app-check-types": "0.5.4",
40
+ "@firebase/logger": "0.5.1",
41
+ "@firebase/util": "1.15.2-20260728185501",
42
+ "@firebase/component": "0.7.4-20260728185501",
42
43
  "tslib": "^2.1.0"
43
44
  },
44
45
  "license": "Apache-2.0",
45
46
  "devDependencies": {
46
- "@firebase/app-compat": "0.5.15-eap-crashlytics.659b578fb",
47
+ "@firebase/app-compat": "0.5.16-20260728185501",
47
48
  "rollup": "4.62.2",
48
49
  "@rollup/plugin-commonjs": "21.1.0",
49
50
  "@rollup/plugin-json": "6.1.0",