@firebase/app
Advanced tools
Comparing version 0.10.7 to 0.10.8-canary.2ddbd4e49
@@ -32,3 +32,3 @@ /** | ||
/** | ||
* @param identifier A provider can provide mulitple instances of a service | ||
* @param identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -39,3 +39,3 @@ */ | ||
* | ||
* @param options.identifier A provider can provide mulitple instances of a service | ||
* @param options.identifier A provider can provide multiple instances of a service | ||
* if this.component.multipleInstances is true. | ||
@@ -155,3 +155,3 @@ * @param options.optional If optional is false or not provided, the method throws an error when | ||
* PRIVATE: A private component provides a set of private APIs that are used internally by other | ||
* Firebase SDKs. No serivce namespace is created in `firebase` namespace and customers have no way to get them. | ||
* Firebase SDKs. No service namespace is created in `firebase` namespace and customers have no way to get them. | ||
*/ | ||
@@ -158,0 +158,0 @@ declare const enum ComponentType { |
@@ -40,3 +40,3 @@ /** | ||
* If getHeartbeatsHeader() is called before the promise resolves | ||
* (hearbeatsCache == null), it should wait for this promise | ||
* (heartbeatsCache == null), it should wait for this promise | ||
* Leave public for easier testing. | ||
@@ -43,0 +43,0 @@ */ |
@@ -40,3 +40,3 @@ /** | ||
* If getHeartbeatsHeader() is called before the promise resolves | ||
* (hearbeatsCache == null), it should wait for this promise | ||
* (heartbeatsCache == null), it should wait for this promise | ||
* Leave public for easier testing. | ||
@@ -43,0 +43,0 @@ */ |
@@ -61,3 +61,3 @@ import { Component, ComponentContainer } from '@firebase/component'; | ||
const name$p = "@firebase/app"; | ||
const version$1 = "0.10.7"; | ||
const version$1 = "0.10.8-canary.2ddbd4e49"; | ||
@@ -131,3 +131,3 @@ /** | ||
const name = "firebase"; | ||
const version = "10.12.4"; | ||
const version = "10.12.5-canary.2ddbd4e49"; | ||
@@ -468,3 +468,3 @@ /** | ||
this.incRefCount(this._serverConfig.releaseOnDeref); | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry | ||
// will never trigger. | ||
@@ -471,0 +471,0 @@ this._serverConfig.releaseOnDeref = undefined; |
@@ -63,3 +63,3 @@ import { Component, ComponentContainer } from '@firebase/component'; | ||
var name$p = "@firebase/app"; | ||
var version$1 = "0.10.7"; | ||
var version$1 = "0.10.8-canary.2ddbd4e49"; | ||
@@ -133,3 +133,3 @@ /** | ||
var name = "firebase"; | ||
var version = "10.12.4"; | ||
var version = "10.12.5-canary.2ddbd4e49"; | ||
@@ -522,3 +522,3 @@ /** | ||
_this.incRefCount(_this._serverConfig.releaseOnDeref); | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry | ||
// will never trigger. | ||
@@ -525,0 +525,0 @@ _this._serverConfig.releaseOnDeref = undefined; |
@@ -66,3 +66,3 @@ 'use strict'; | ||
var name$p = "@firebase/app"; | ||
var version$1 = "0.10.7"; | ||
var version$1 = "0.10.8-canary.2ddbd4e49"; | ||
@@ -136,3 +136,3 @@ /** | ||
var name = "firebase"; | ||
var version = "10.12.4"; | ||
var version = "10.12.5-canary.2ddbd4e49"; | ||
@@ -525,3 +525,3 @@ /** | ||
_this.incRefCount(_this._serverConfig.releaseOnDeref); | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry | ||
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry | ||
// will never trigger. | ||
@@ -528,0 +528,0 @@ _this._serverConfig.releaseOnDeref = undefined; |
{ | ||
"name": "@firebase/app", | ||
"version": "0.10.7", | ||
"version": "0.10.8-canary.2ddbd4e49", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
@@ -42,5 +42,5 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/util": "1.9.7", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/component": "0.6.8", | ||
"@firebase/util": "1.9.7-canary.2ddbd4e49", | ||
"@firebase/logger": "0.4.2-canary.2ddbd4e49", | ||
"@firebase/component": "0.6.8-canary.2ddbd4e49", | ||
"idb": "7.1.1", | ||
@@ -47,0 +47,0 @@ "tslib": "^2.1.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
538470
+ Added@firebase/component@0.6.8-canary.2ddbd4e49(transitive)
+ Added@firebase/logger@0.4.2-canary.2ddbd4e49(transitive)
+ Added@firebase/util@1.9.7-canary.2ddbd4e49(transitive)
- Removed@firebase/component@0.6.8(transitive)
- Removed@firebase/logger@0.4.2(transitive)
- Removed@firebase/util@1.9.7(transitive)