@firebase/messaging 0.9.1-2021822203916 → 0.9.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.
- package/CHANGELOG.md +5 -6
- package/dist/index-public.d.ts +3 -3
- package/dist/sw/index-public.d.ts +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# @firebase/messaging
|
|
2
2
|
|
|
3
|
-
## 0.9.1
|
|
3
|
+
## 0.9.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422) [#5506](https://github.com/firebase/firebase-js-sdk/pull/5506) - checking isSupported led to runtime errors in certain environments
|
|
8
8
|
|
|
9
|
-
- Updated dependencies [[`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
10
|
-
- @firebase/util@1.
|
|
11
|
-
- @firebase/
|
|
12
|
-
- @firebase/
|
|
13
|
-
- @firebase/installations@0.5.1-2021822203916
|
|
9
|
+
- Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
10
|
+
- @firebase/util@1.4.0
|
|
11
|
+
- @firebase/component@0.5.7
|
|
12
|
+
- @firebase/installations@0.5.1
|
|
14
13
|
|
|
15
14
|
## 0.9.0
|
|
16
15
|
|
package/dist/index-public.d.ts
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
6
6
|
import { FirebaseApp } from '@firebase/app';
|
|
7
|
-
|
|
8
|
-
import { Observer } from '@firebase/util';
|
|
9
|
-
|
|
7
|
+
|
|
8
|
+
import { NextFn , Observer , Unsubscribe } from '@firebase/util';
|
|
9
|
+
|
|
10
10
|
/**
|
|
11
11
|
* Deletes the registration token associated with this {@link Messaging} instance and unsubscribes
|
|
12
12
|
* the {@link Messaging} instance from the push subscription.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FirebaseApp } from '@firebase/app';
|
|
2
|
-
|
|
3
|
-
import { Observer } from '@firebase/util';
|
|
4
|
-
|
|
2
|
+
|
|
3
|
+
import { NextFn , Observer , Unsubscribe } from '@firebase/util';
|
|
4
|
+
|
|
5
5
|
/**
|
|
6
6
|
* Enables or disables Firebase Cloud Messaging message delivery metrics export to BigQuery. By
|
|
7
7
|
* default, message delivery metrics are not exported to BigQuery. Use this method to enable or
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/messaging",
|
|
3
|
-
"version": "0.9.1
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@firebase/app": "0.
|
|
36
|
+
"@firebase/app": "0.x"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@firebase/installations": "0.5.1
|
|
39
|
+
"@firebase/installations": "0.5.1",
|
|
40
40
|
"@firebase/messaging-interop-types": "0.1.0",
|
|
41
|
-
"@firebase/util": "1.
|
|
42
|
-
"@firebase/component": "0.5.7
|
|
41
|
+
"@firebase/util": "1.4.0",
|
|
42
|
+
"@firebase/component": "0.5.7",
|
|
43
43
|
"idb": "3.0.2",
|
|
44
44
|
"tslib": "^2.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@firebase/app": "0.7.1
|
|
47
|
+
"@firebase/app": "0.7.1",
|
|
48
48
|
"rollup": "2.56.3",
|
|
49
49
|
"rollup-plugin-typescript2": "0.30.0",
|
|
50
50
|
"@rollup/plugin-json": "4.1.0",
|