@firebase/messaging-compat 0.2.4 → 0.2.5-20231122201901
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/dist/esm/index.esm.js +1 -1
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +5 -5
- package/CHANGELOG.md +0 -252
package/dist/esm/index.esm.js
CHANGED
|
@@ -6,7 +6,7 @@ import { isIndexedDBAvailable, areCookiesEnabled } from '@firebase/util';
|
|
|
6
6
|
import { onBackgroundMessage } from '@firebase/messaging/sw';
|
|
7
7
|
|
|
8
8
|
var name = "@firebase/messaging-compat";
|
|
9
|
-
var version = "0.2.
|
|
9
|
+
var version = "0.2.5-20231122201901";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|
|
@@ -5,7 +5,7 @@ import { isIndexedDBAvailable, areCookiesEnabled } from '@firebase/util';
|
|
|
5
5
|
import { onBackgroundMessage } from '@firebase/messaging/sw';
|
|
6
6
|
|
|
7
7
|
const name = "@firebase/messaging-compat";
|
|
8
|
-
const version = "0.2.
|
|
8
|
+
const version = "0.2.5-20231122201901";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @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
|
var name = "@firebase/messaging-compat";
|
|
15
|
-
var version = "0.2.
|
|
15
|
+
var version = "0.2.5-20231122201901";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/messaging-compat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5-20231122201901",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:deps": "lerna run --scope @firebase/'messaging-compat' --include-dependencies build",
|
|
29
29
|
"build:release": "yarn build && yarn add-compat-overloads",
|
|
30
30
|
"dev": "rollup -c -w",
|
|
31
|
-
"test": "run-p test:karma",
|
|
31
|
+
"test": "run-p --npm-path npm test:karma",
|
|
32
32
|
"test:ci": "node ../../scripts/run_tests_in_ci.js",
|
|
33
33
|
"test:karma": "karma start --single-run",
|
|
34
34
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../messaging/dist/index-public.d.ts -o dist/src/index.d.ts -a -r Messaging:MessagingCompat -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/messaging"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@firebase/app-compat": "0.
|
|
39
|
+
"@firebase/app-compat": "0.2.24-20231122201901"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/messaging": "0.12.
|
|
42
|
+
"@firebase/messaging": "0.12.5-20231122201901",
|
|
43
43
|
"@firebase/component": "0.6.4",
|
|
44
44
|
"@firebase/util": "1.9.3",
|
|
45
45
|
"tslib": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@firebase/app-compat": "0.2.
|
|
48
|
+
"@firebase/app-compat": "0.2.24-20231122201901",
|
|
49
49
|
"@rollup/plugin-json": "4.1.0",
|
|
50
50
|
"rollup-plugin-typescript2": "0.31.2",
|
|
51
51
|
"ts-essentials": "9.3.0",
|
package/CHANGELOG.md
DELETED
|
@@ -1,252 +0,0 @@
|
|
|
1
|
-
# @firebase/messaging-compat
|
|
2
|
-
|
|
3
|
-
## 0.2.4
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`c59f537b1`](https://github.com/firebase/firebase-js-sdk/commit/c59f537b1262b5d7997291b8c1e9324d378effb6)]:
|
|
8
|
-
- @firebase/util@1.9.3
|
|
9
|
-
- @firebase/component@0.6.4
|
|
10
|
-
- @firebase/messaging@0.12.4
|
|
11
|
-
|
|
12
|
-
## 0.2.3
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Updated dependencies [[`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30)]:
|
|
17
|
-
- @firebase/util@1.9.2
|
|
18
|
-
- @firebase/component@0.6.3
|
|
19
|
-
- @firebase/messaging@0.12.3
|
|
20
|
-
|
|
21
|
-
## 0.2.2
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- [`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5) [#6981](https://github.com/firebase/firebase-js-sdk/pull/6981) - Added browser CJS entry points (expected by Jest when using JSDOM mode).
|
|
26
|
-
|
|
27
|
-
- Updated dependencies [[`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5)]:
|
|
28
|
-
- @firebase/messaging@0.12.2
|
|
29
|
-
- @firebase/util@1.9.1
|
|
30
|
-
- @firebase/component@0.6.2
|
|
31
|
-
|
|
32
|
-
## 0.2.1
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- Updated dependencies [[`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
|
|
37
|
-
- @firebase/util@1.9.0
|
|
38
|
-
- @firebase/component@0.6.1
|
|
39
|
-
- @firebase/messaging@0.12.1
|
|
40
|
-
|
|
41
|
-
## 0.2.0
|
|
42
|
-
|
|
43
|
-
### Minor Changes
|
|
44
|
-
|
|
45
|
-
- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
|
|
50
|
-
- @firebase/util@1.8.0
|
|
51
|
-
- @firebase/component@0.6.0
|
|
52
|
-
- @firebase/messaging@0.12.0
|
|
53
|
-
|
|
54
|
-
## 0.1.21
|
|
55
|
-
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- Updated dependencies [[`9e9ee7ba3`](https://github.com/firebase/firebase-js-sdk/commit/9e9ee7ba3383237e0b92ad8183dd0f12640f4f3a)]:
|
|
59
|
-
- @firebase/messaging@0.11.0
|
|
60
|
-
|
|
61
|
-
## 0.1.20
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- [`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.
|
|
66
|
-
|
|
67
|
-
- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5), [`4b9da74db`](https://github.com/firebase/firebase-js-sdk/commit/4b9da74dbca7ebca3a870275364df7129ed016fe)]:
|
|
68
|
-
- @firebase/component@0.5.21
|
|
69
|
-
- @firebase/messaging@0.10.0
|
|
70
|
-
- @firebase/util@1.7.3
|
|
71
|
-
|
|
72
|
-
## 0.1.19
|
|
73
|
-
|
|
74
|
-
### Patch Changes
|
|
75
|
-
|
|
76
|
-
- Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
|
|
77
|
-
- @firebase/util@1.7.2
|
|
78
|
-
- @firebase/component@0.5.20
|
|
79
|
-
- @firebase/messaging@0.9.19
|
|
80
|
-
|
|
81
|
-
## 0.1.18
|
|
82
|
-
|
|
83
|
-
### Patch Changes
|
|
84
|
-
|
|
85
|
-
- Updated dependencies [[`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
|
|
86
|
-
- @firebase/util@1.7.1
|
|
87
|
-
- @firebase/component@0.5.19
|
|
88
|
-
- @firebase/messaging@0.9.18
|
|
89
|
-
|
|
90
|
-
## 0.1.17
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
|
|
95
|
-
- @firebase/util@1.7.0
|
|
96
|
-
- @firebase/messaging@0.9.17
|
|
97
|
-
- @firebase/component@0.5.18
|
|
98
|
-
|
|
99
|
-
## 0.1.16
|
|
100
|
-
|
|
101
|
-
### Patch Changes
|
|
102
|
-
|
|
103
|
-
- Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf)]:
|
|
104
|
-
- @firebase/util@1.6.3
|
|
105
|
-
- @firebase/component@0.5.17
|
|
106
|
-
- @firebase/messaging@0.9.16
|
|
107
|
-
|
|
108
|
-
## 0.1.15
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
|
|
113
|
-
- @firebase/util@1.6.2
|
|
114
|
-
- @firebase/component@0.5.16
|
|
115
|
-
- @firebase/messaging@0.9.15
|
|
116
|
-
|
|
117
|
-
## 0.1.14
|
|
118
|
-
|
|
119
|
-
### Patch Changes
|
|
120
|
-
|
|
121
|
-
- [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
|
|
122
|
-
|
|
123
|
-
- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5), [`c66d59c3d`](https://github.com/firebase/firebase-js-sdk/commit/c66d59c3dcfea71bcdb61715f59911dd8a18d717)]:
|
|
124
|
-
- @firebase/component@0.5.15
|
|
125
|
-
- @firebase/messaging@0.9.14
|
|
126
|
-
- @firebase/util@1.6.1
|
|
127
|
-
|
|
128
|
-
## 0.1.13
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
|
|
133
|
-
- @firebase/util@1.6.0
|
|
134
|
-
- @firebase/messaging@0.9.13
|
|
135
|
-
- @firebase/component@0.5.14
|
|
136
|
-
|
|
137
|
-
## 0.1.12
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
|
|
142
|
-
- @firebase/util@1.5.2
|
|
143
|
-
- @firebase/component@0.5.13
|
|
144
|
-
- @firebase/messaging@0.9.12
|
|
145
|
-
|
|
146
|
-
## 0.1.11
|
|
147
|
-
|
|
148
|
-
### Patch Changes
|
|
149
|
-
|
|
150
|
-
- Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
|
|
151
|
-
- @firebase/util@1.5.1
|
|
152
|
-
- @firebase/component@0.5.12
|
|
153
|
-
- @firebase/messaging@0.9.11
|
|
154
|
-
|
|
155
|
-
## 0.1.10
|
|
156
|
-
|
|
157
|
-
### Patch Changes
|
|
158
|
-
|
|
159
|
-
- Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03)]:
|
|
160
|
-
- @firebase/messaging@0.9.10
|
|
161
|
-
- @firebase/util@1.5.0
|
|
162
|
-
- @firebase/component@0.5.11
|
|
163
|
-
|
|
164
|
-
## 0.1.9
|
|
165
|
-
|
|
166
|
-
### Patch Changes
|
|
167
|
-
|
|
168
|
-
- Updated dependencies [[`b3e4af842`](https://github.com/firebase/firebase-js-sdk/commit/b3e4af842786af7371430fa5b04a814435faa791)]:
|
|
169
|
-
- @firebase/messaging@0.9.9
|
|
170
|
-
|
|
171
|
-
## 0.1.8
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- Updated dependencies [[`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d)]:
|
|
176
|
-
- @firebase/messaging@0.9.8
|
|
177
|
-
|
|
178
|
-
## 0.1.7
|
|
179
|
-
|
|
180
|
-
### Patch Changes
|
|
181
|
-
|
|
182
|
-
- [`93e6126b3`](https://github.com/firebase/firebase-js-sdk/commit/93e6126b3dfde795423109f5aaaf0a010cb142b6) [#5901](https://github.com/firebase/firebase-js-sdk/pull/5901) - Changed messaging `exports` paths to always point to cjs bundles when in a Node.js context.
|
|
183
|
-
|
|
184
|
-
- Updated dependencies [[`93e6126b3`](https://github.com/firebase/firebase-js-sdk/commit/93e6126b3dfde795423109f5aaaf0a010cb142b6)]:
|
|
185
|
-
- @firebase/messaging@0.9.7
|
|
186
|
-
|
|
187
|
-
## 0.1.6
|
|
188
|
-
|
|
189
|
-
### Patch Changes
|
|
190
|
-
|
|
191
|
-
- Updated dependencies [[`88d43ec00`](https://github.com/firebase/firebase-js-sdk/commit/88d43ec0027ff857923ab41255b3650e666fa29e), [`3c20727d8`](https://github.com/firebase/firebase-js-sdk/commit/3c20727d83f2d68edc108e8112b06d3232a7d310)]:
|
|
192
|
-
- @firebase/messaging@0.9.6
|
|
193
|
-
|
|
194
|
-
## 0.1.5
|
|
195
|
-
|
|
196
|
-
### Patch Changes
|
|
197
|
-
|
|
198
|
-
- Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
|
|
199
|
-
- @firebase/util@1.4.3
|
|
200
|
-
- @firebase/component@0.5.10
|
|
201
|
-
- @firebase/messaging@0.9.5
|
|
202
|
-
|
|
203
|
-
## 0.1.4
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- [`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a) [#5708](https://github.com/firebase/firebase-js-sdk/pull/5708) (fixes [#1487](https://github.com/firebase/firebase-js-sdk/issues/1487)) - Update build scripts to work with the exports field
|
|
208
|
-
|
|
209
|
-
- Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a)]:
|
|
210
|
-
- @firebase/component@0.5.9
|
|
211
|
-
- @firebase/messaging@0.9.4
|
|
212
|
-
- @firebase/util@1.4.2
|
|
213
|
-
|
|
214
|
-
## 0.1.3
|
|
215
|
-
|
|
216
|
-
### Patch Changes
|
|
217
|
-
|
|
218
|
-
- [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
|
|
219
|
-
|
|
220
|
-
- Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684)]:
|
|
221
|
-
- @firebase/component@0.5.8
|
|
222
|
-
- @firebase/messaging@0.9.3
|
|
223
|
-
- @firebase/util@1.4.1
|
|
224
|
-
|
|
225
|
-
## 0.1.2
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
|
|
230
|
-
- @firebase/messaging@0.9.2
|
|
231
|
-
|
|
232
|
-
## 0.1.1
|
|
233
|
-
|
|
234
|
-
### Patch Changes
|
|
235
|
-
|
|
236
|
-
- [`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
|
|
237
|
-
|
|
238
|
-
- Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
239
|
-
- @firebase/util@1.4.0
|
|
240
|
-
- @firebase/messaging@0.9.1
|
|
241
|
-
- @firebase/component@0.5.7
|
|
242
|
-
|
|
243
|
-
## 0.1.0
|
|
244
|
-
|
|
245
|
-
### Minor Changes
|
|
246
|
-
|
|
247
|
-
- [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
|
|
248
|
-
|
|
249
|
-
### Patch Changes
|
|
250
|
-
|
|
251
|
-
- Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
|
|
252
|
-
- @firebase/messaging@0.9.0
|