@firebase/app-check-compat 0.2.15 → 0.2.16
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 +13 -0
- package/dist/esm/index.esm.js +1 -1
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/src/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @firebase/app-check-compat
|
|
2
2
|
|
|
3
|
+
## 0.2.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
|
|
10
|
+
- @firebase/app-check@0.5.16
|
|
11
|
+
- @firebase/app-check-types@0.4.1
|
|
12
|
+
- @firebase/component@0.5.21
|
|
13
|
+
- @firebase/logger@0.3.4
|
|
14
|
+
- @firebase/util@1.7.3
|
|
15
|
+
|
|
3
16
|
## 0.2.15
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/esm/index.esm.js
CHANGED
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
|
var name = "@firebase/app-check-compat";
|
|
15
|
-
var version = "0.2.
|
|
15
|
+
var version = "0.2.16";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/src/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ declare module '@firebase/app-compat' {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
|
|
32
|
-
import { AppCheckTokenResult, PartialObserver, 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 getToken(appCheckInstance: FirebaseAppCheck, forceRefresh?: boolean): Promise<AppCheckTokenResult>;
|
|
35
35
|
function onTokenChanged(appCheckInstance: FirebaseAppCheck, observer: PartialObserver<AppCheckTokenResult>): Unsubscribe;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/app-check-compat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"@firebase/app-compat": "0.x"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@firebase/app-check": "0.5.
|
|
39
|
-
"@firebase/app-check-types": "0.4.
|
|
40
|
-
"@firebase/logger": "0.3.
|
|
41
|
-
"@firebase/util": "1.7.
|
|
42
|
-
"@firebase/component": "0.5.
|
|
38
|
+
"@firebase/app-check": "0.5.16",
|
|
39
|
+
"@firebase/app-check-types": "0.4.1",
|
|
40
|
+
"@firebase/logger": "0.3.4",
|
|
41
|
+
"@firebase/util": "1.7.3",
|
|
42
|
+
"@firebase/component": "0.5.21",
|
|
43
43
|
"tslib": "^2.1.0"
|
|
44
44
|
},
|
|
45
45
|
"license": "Apache-2.0",
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@firebase/app-compat": "0.1.
|
|
48
|
-
"rollup": "2.
|
|
47
|
+
"@firebase/app-compat": "0.1.38",
|
|
48
|
+
"rollup": "2.79.1",
|
|
49
49
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
50
50
|
"@rollup/plugin-json": "4.1.0",
|
|
51
51
|
"@rollup/plugin-node-resolve": "13.3.0",
|