@firebase/messaging 0.9.7-canary.e8972ef49 → 0.9.8

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @firebase/messaging
2
2
 
3
+ ## 0.9.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d) [#5957](https://github.com/firebase/firebase-js-sdk/pull/5957) (fixes [#5868](https://github.com/firebase/firebase-js-sdk/issues/5868)) - Fix uncaught rejection in `isSupported()` if environment does not support IndexedDB's `open()` method.
8
+
3
9
  ## 0.9.7
4
10
 
5
11
  ### Patch Changes
@@ -1256,7 +1256,7 @@ function messageEventListener(messaging, event) {
1256
1256
  }
1257
1257
 
1258
1258
  var name = "@firebase/messaging";
1259
- var version = "0.9.7-canary.e8972ef49";
1259
+ var version = "0.9.8";
1260
1260
 
1261
1261
  /**
1262
1262
  * @license
@@ -985,7 +985,7 @@ async function messageEventListener(messaging, event) {
985
985
  }
986
986
 
987
987
  const name = "@firebase/messaging";
988
- const version = "0.9.7-canary.e8972ef49";
988
+ const version = "0.9.8";
989
989
 
990
990
  /**
991
991
  * @license
package/dist/index.cjs.js CHANGED
@@ -1260,7 +1260,7 @@ function messageEventListener(messaging, event) {
1260
1260
  }
1261
1261
 
1262
1262
  var name = "@firebase/messaging";
1263
- var version = "0.9.7-canary.e8972ef49";
1263
+ var version = "0.9.8";
1264
1264
 
1265
1265
  /**
1266
1266
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/messaging",
3
- "version": "0.9.7-canary.e8972ef49",
3
+ "version": "0.9.8",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -49,18 +49,18 @@
49
49
  },
50
50
  "license": "Apache-2.0",
51
51
  "peerDependencies": {
52
- "@firebase/app": "0.7.15-canary.e8972ef49"
52
+ "@firebase/app": "0.x"
53
53
  },
54
54
  "dependencies": {
55
- "@firebase/installations": "0.5.5-canary.e8972ef49",
56
- "@firebase/messaging-interop-types": "0.1.0-canary.e8972ef49",
57
- "@firebase/util": "1.4.3-canary.e8972ef49",
58
- "@firebase/component": "0.5.10-canary.e8972ef49",
55
+ "@firebase/installations": "0.5.5",
56
+ "@firebase/messaging-interop-types": "0.1.0",
57
+ "@firebase/util": "1.4.3",
58
+ "@firebase/component": "0.5.10",
59
59
  "idb": "3.0.2",
60
60
  "tslib": "^2.1.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@firebase/app": "0.7.15-canary.e8972ef49",
63
+ "@firebase/app": "0.7.16",
64
64
  "rollup": "2.57.0",
65
65
  "rollup-plugin-typescript2": "0.30.0",
66
66
  "@rollup/plugin-json": "4.1.0",