@firebase/messaging 0.9.6 → 0.9.7-202202014332
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 +6 -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/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @firebase/messaging
|
|
2
2
|
|
|
3
|
+
## 0.9.7-202202014332
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`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.
|
|
8
|
+
|
|
3
9
|
## 0.9.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/esm/index.esm.js
CHANGED
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/messaging",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.7-202202014332",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"esm5": "dist/esm/index.esm.js",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
+
"node": "./dist/index.cjs.js",
|
|
14
15
|
"browser": "./dist/esm/index.esm2017.js",
|
|
15
16
|
"module": "./dist/esm/index.esm2017.js",
|
|
16
17
|
"esm5": "./dist/esm/index.esm.js",
|
|
17
18
|
"default": "./dist/index.cjs.js"
|
|
18
19
|
},
|
|
19
20
|
"./sw": {
|
|
20
|
-
"
|
|
21
|
-
"import": "./dist/index.sw.esm2017.js",
|
|
21
|
+
"node": "./dist/index.sw.cjs",
|
|
22
22
|
"default": "./dist/index.sw.esm2017.js"
|
|
23
23
|
},
|
|
24
24
|
"./package.json": "./package.json"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"rollup": "2.57.0",
|
|
65
65
|
"rollup-plugin-typescript2": "0.30.0",
|
|
66
66
|
"@rollup/plugin-json": "4.1.0",
|
|
67
|
-
"ts-essentials": "
|
|
67
|
+
"ts-essentials": "9.1.2",
|
|
68
68
|
"typescript": "4.2.2"
|
|
69
69
|
},
|
|
70
70
|
"repository": {
|