@firebase/app
Advanced tools
Comparing version 0.10.15-canary.4db3d3e7b to 0.10.15-canary.612335d76
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -143,4 +143,4 @@ /** | ||
declare const enum InstantiationMode { | ||
LAZY = "LAZY", | ||
EAGER = "EAGER", | ||
LAZY = "LAZY",// Currently most components are LAZY in JS SDK | ||
EAGER = "EAGER",// EAGER components are initialized immediately upon registration | ||
EXPLICIT = "EXPLICIT" | ||
@@ -165,3 +165,3 @@ } | ||
} | ||
declare type InitializeOptions = InstanceFactoryOptions; | ||
type InitializeOptions = InstanceFactoryOptions; | ||
/** | ||
@@ -175,4 +175,4 @@ * Factory to create an instance of type T, given a ComponentContainer. | ||
*/ | ||
declare type InstanceFactory<T extends Name> = (container: ComponentContainer, options: InstanceFactoryOptions) => NameServiceMapping[T]; | ||
declare type onInstanceCreatedCallback<T extends Name> = (container: ComponentContainer, instanceIdentifier: string, instance: NameServiceMapping[T]) => void; | ||
type InstanceFactory<T extends Name> = (container: ComponentContainer, options: InstanceFactoryOptions) => NameServiceMapping[T]; | ||
type onInstanceCreatedCallback<T extends Name> = (container: ComponentContainer, instanceIdentifier: string, instance: NameServiceMapping[T]) => void; | ||
interface Dictionary { | ||
@@ -187,4 +187,4 @@ [key: string]: unknown; | ||
} | ||
declare type Name = keyof NameServiceMapping; | ||
declare type OnInitCallBack<T extends Name> = (instance: NameServiceMapping[T], identifier: string) => void; | ||
type Name = keyof NameServiceMapping; | ||
type OnInitCallBack<T extends Name> = (instance: NameServiceMapping[T], identifier: string) => void; | ||
@@ -521,7 +521,7 @@ /** | ||
*/ | ||
declare type LogLevelString = 'debug' | 'verbose' | 'info' | 'warn' | 'error' | 'silent'; | ||
type LogLevelString = 'debug' | 'verbose' | 'info' | 'warn' | 'error' | 'silent'; | ||
interface LogOptions { | ||
level: LogLevelString; | ||
} | ||
declare type LogCallback = (callbackParams: LogCallbackParams) => void; | ||
type LogCallback = (callbackParams: LogCallbackParams) => void; | ||
interface LogCallbackParams { | ||
@@ -528,0 +528,0 @@ level: LogLevelString; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -61,3 +61,3 @@ import { Component, ComponentContainer } from '@firebase/component'; | ||
const name$q = "@firebase/app"; | ||
const version$1 = "0.10.15-canary.4db3d3e7b"; | ||
const version$1 = "0.10.15-canary.612335d76"; | ||
@@ -133,3 +133,3 @@ /** | ||
const name = "firebase"; | ||
const version = "11.0.1-canary.4db3d3e7b"; | ||
const version = "11.0.1-canary.612335d76"; | ||
@@ -185,3 +185,3 @@ /** | ||
[name$2]: 'fire-vertex', | ||
'fire-js': 'fire-js', | ||
'fire-js': 'fire-js', // Platform identifier for JS SDK. | ||
[name]: 'fire-js-all' | ||
@@ -188,0 +188,0 @@ }; |
@@ -64,3 +64,3 @@ 'use strict'; | ||
const name$q = "@firebase/app"; | ||
const version$1 = "0.10.15-canary.4db3d3e7b"; | ||
const version$1 = "0.10.15-canary.612335d76"; | ||
@@ -136,3 +136,3 @@ /** | ||
const name = "firebase"; | ||
const version = "11.0.1-canary.4db3d3e7b"; | ||
const version = "11.0.1-canary.612335d76"; | ||
@@ -188,3 +188,3 @@ /** | ||
[name$2]: 'fire-vertex', | ||
'fire-js': 'fire-js', | ||
'fire-js': 'fire-js', // Platform identifier for JS SDK. | ||
[name]: 'fire-js-all' | ||
@@ -191,0 +191,0 @@ }; |
{ | ||
"name": "@firebase/app", | ||
"version": "0.10.15-canary.4db3d3e7b", | ||
"version": "0.10.15-canary.612335d76", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
@@ -40,5 +40,5 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/util": "1.10.1-canary.4db3d3e7b", | ||
"@firebase/logger": "0.4.3-canary.4db3d3e7b", | ||
"@firebase/component": "0.6.10-canary.4db3d3e7b", | ||
"@firebase/util": "1.10.1-canary.612335d76", | ||
"@firebase/logger": "0.4.3-canary.612335d76", | ||
"@firebase/component": "0.6.10-canary.612335d76", | ||
"idb": "7.1.1", | ||
@@ -54,3 +54,3 @@ "tslib": "^2.1.0" | ||
"rollup-plugin-dts": "5.3.1", | ||
"typescript": "4.7.4" | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -57,0 +57,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
382323
+ Added@firebase/component@0.6.10-canary.612335d76(transitive)
+ Added@firebase/logger@0.4.3-canary.612335d76(transitive)
+ Added@firebase/util@1.10.1-canary.612335d76(transitive)
- Removed@firebase/component@0.6.10-canary.4db3d3e7b(transitive)
- Removed@firebase/logger@0.4.3-canary.4db3d3e7b(transitive)
- Removed@firebase/util@1.10.1-canary.4db3d3e7b(transitive)