@firebase/messaging 0.9.6-20220130341 → 0.9.6-2022013201330
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 +4 -2
- 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/index.sw.cjs +1578 -0
- package/dist/index.sw.cjs.map +1 -0
- package/package.json +7 -2
- package/sw/package.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# @firebase/messaging
|
|
2
2
|
|
|
3
|
-
## 0.9.6-
|
|
3
|
+
## 0.9.6-2022013201330
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [`
|
|
7
|
+
- [`88d43ec00`](https://github.com/firebase/firebase-js-sdk/commit/88d43ec0027ff857923ab41255b3650e666fa29e) [#5884](https://github.com/firebase/firebase-js-sdk/pull/5884) - Add a CJS bundle for messaging/sw. This enables some SSR frameworks to run their Node.js pipelines without erroring.
|
|
8
|
+
|
|
9
|
+
* [`3c20727d8`](https://github.com/firebase/firebase-js-sdk/commit/3c20727d83f2d68edc108e8112b06d3232a7d310) [#5881](https://github.com/firebase/firebase-js-sdk/pull/5881) - Fix message id parsing.
|
|
8
10
|
|
|
9
11
|
## 0.9.5
|
|
10
12
|
|
package/dist/esm/index.esm.js
CHANGED
package/dist/index.cjs.js
CHANGED