@firebase/messaging-compat
Advanced tools
Comparing version
# @firebase/messaging-compat | ||
## 0.1.8-202211222730 | ||
### Patch Changes | ||
- Updated dependencies [[`0a04a1c06`](https://github.com/firebase/firebase-js-sdk/commit/0a04a1c0657d74657b88aa5e67608b815cb3c03d)]: | ||
- @firebase/messaging@0.9.8-202211222730 | ||
## 0.1.7 | ||
@@ -4,0 +11,0 @@ |
@@ -9,3 +9,3 @@ import firebase from '@firebase/app-compat'; | ||
var name = "@firebase/messaging-compat"; | ||
var version = "0.1.7"; | ||
var version = "0.1.8-202211222730"; | ||
@@ -40,2 +40,4 @@ /** | ||
* Checks to see if the required APIs exist. | ||
* Unlike the modular version, it does not check if IndexedDB.open() is allowed | ||
* in order to keep isSupported() synchronous and maintain v8 compatibility. | ||
*/ | ||
@@ -42,0 +44,0 @@ function isWindowSupported() { |
@@ -8,3 +8,3 @@ import firebase from '@firebase/app-compat'; | ||
const name = "@firebase/messaging-compat"; | ||
const version = "0.1.7"; | ||
const version = "0.1.8-202211222730"; | ||
@@ -39,2 +39,4 @@ /** | ||
* Checks to see if the required APIs exist. | ||
* Unlike the modular version, it does not check if IndexedDB.open() is allowed | ||
* in order to keep isSupported() synchronous and maintain v8 compatibility. | ||
*/ | ||
@@ -41,0 +43,0 @@ function isWindowSupported() { |
@@ -15,3 +15,3 @@ 'use strict'; | ||
var name = "@firebase/messaging-compat"; | ||
var version = "0.1.7"; | ||
var version = "0.1.8-202211222730"; | ||
@@ -46,2 +46,4 @@ /** | ||
* Checks to see if the required APIs exist. | ||
* Unlike the modular version, it does not check if IndexedDB.open() is allowed | ||
* in order to keep isSupported() synchronous and maintain v8 compatibility. | ||
*/ | ||
@@ -48,0 +50,0 @@ function isWindowSupported() { |
{ | ||
"name": "@firebase/messaging-compat", | ||
"version": "0.1.7", | ||
"version": "0.1.8-202211222730", | ||
"license": "Apache-2.0", | ||
@@ -41,3 +41,3 @@ "description": "", | ||
"dependencies": { | ||
"@firebase/messaging": "0.9.7", | ||
"@firebase/messaging": "0.9.8-202211222730", | ||
"@firebase/component": "0.5.10", | ||
@@ -48,3 +48,3 @@ "@firebase/util": "1.4.3", | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.1.15", | ||
"@firebase/app-compat": "0.1.16", | ||
"@rollup/plugin-json": "4.1.0", | ||
@@ -51,0 +51,0 @@ "rollup-plugin-typescript2": "0.30.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59926
2.12%685
0.88%+ Added
- Removed