@firebase/app-check-compat 0.4.4 → 0.4.5-20260616165109

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.4";
7
+ const version = "0.4.5-20260616165109";
8
8
 
9
9
  /**
10
10
  * @license
package/dist/index.cjs.js CHANGED
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
13
13
 
14
14
  const name = "@firebase/app-check-compat";
15
- const version = "0.4.4";
15
+ const version = "0.4.5-20260616165109";
16
16
 
17
17
  /**
18
18
  * @license
@@ -29,10 +29,11 @@ declare module '@firebase/app-compat' {
29
29
  }
30
30
 
31
31
  import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
32
- import { type AppCheckTokenResult, type PartialObserver, type Unsubscribe } from "@firebase/app-check";
32
+ import { type AppCheckTokenResult, type AppCheckOptions, type AppCheck, 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;
36
37
  function onTokenChanged(appCheckInstance: FirebaseAppCheck, observer: PartialObserver<AppCheckTokenResult>): Unsubscribe;
37
38
  function onTokenChanged(appCheckInstance: FirebaseAppCheck, onNext: (tokenResult: AppCheckTokenResult) => void, onError?: (error: Error) => void, onCompletion?: () => void): Unsubscribe;
38
39
  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.4",
3
+ "version": "0.4.5-20260616165109",
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,10 +31,10 @@
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.x"
34
+ "@firebase/app-compat": "0.5.14-20260616165109"
35
35
  },
36
36
  "dependencies": {
37
- "@firebase/app-check": "0.11.4",
37
+ "@firebase/app-check": "0.12.0-20260616165109",
38
38
  "@firebase/app-check-types": "0.5.4",
39
39
  "@firebase/logger": "0.5.1",
40
40
  "@firebase/util": "1.15.1",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "license": "Apache-2.0",
45
45
  "devDependencies": {
46
- "@firebase/app-compat": "0.5.13",
46
+ "@firebase/app-compat": "0.5.14-20260616165109",
47
47
  "rollup": "2.79.2",
48
48
  "@rollup/plugin-commonjs": "21.1.0",
49
49
  "@rollup/plugin-json": "6.1.0",