@firebase/app
Advanced tools
Comparing version 0.10.6-20240703135951 to 0.10.6-canary.025f2a103
@@ -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.6-20240703135951"; | ||
const version$1 = "0.10.6-canary.025f2a103"; | ||
@@ -131,3 +131,3 @@ /** | ||
const name = "firebase"; | ||
const version = "10.12.3-20240703135951"; | ||
const version = "10.12.3-canary.025f2a103"; | ||
@@ -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.6-20240703135951"; | ||
var version$1 = "0.10.6-canary.025f2a103"; | ||
@@ -133,3 +133,3 @@ /** | ||
var name = "firebase"; | ||
var version = "10.12.3-20240703135951"; | ||
var version = "10.12.3-canary.025f2a103"; | ||
@@ -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.6-20240703135951"; | ||
var version$1 = "0.10.6-canary.025f2a103"; | ||
@@ -136,3 +136,3 @@ /** | ||
var name = "firebase"; | ||
var version = "10.12.3-20240703135951"; | ||
var version = "10.12.3-canary.025f2a103"; | ||
@@ -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.6-20240703135951", | ||
"version": "0.10.6-canary.025f2a103", | ||
"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-20240703135951", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/component": "0.6.8-20240703135951", | ||
"@firebase/util": "1.9.7-canary.025f2a103", | ||
"@firebase/logger": "0.4.2-canary.025f2a103", | ||
"@firebase/component": "0.6.8-canary.025f2a103", | ||
"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
538470
+ Added@firebase/component@0.6.8-canary.025f2a103(transitive)
+ Added@firebase/logger@0.4.2-canary.025f2a103(transitive)
+ Added@firebase/util@1.9.7-canary.025f2a103(transitive)
- Removed@firebase/component@0.6.8-20240703135951(transitive)
- Removed@firebase/logger@0.4.2(transitive)
- Removed@firebase/util@1.9.7-20240703135951(transitive)