@firebase/component
Advanced tools
Comparing version 0.6.8-canary.f58d48cd4 to 0.6.8-canary.f7c6dc4fe
@@ -92,3 +92,3 @@ import { Deferred } from '@firebase/util'; | ||
/** | ||
* @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. | ||
@@ -143,3 +143,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -146,0 +146,0 @@ return null; |
@@ -94,3 +94,3 @@ import { __values, __read, __awaiter, __generator, __spreadArray } from 'tslib'; | ||
/** | ||
* @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. | ||
@@ -145,3 +145,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -148,0 +148,0 @@ return null; |
@@ -34,3 +34,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. | ||
@@ -41,3 +41,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. | ||
@@ -44,0 +44,0 @@ * @param options.optional If optional is false or not provided, the method throws an error when |
@@ -29,3 +29,3 @@ /** | ||
* 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. | ||
*/ | ||
@@ -32,0 +32,0 @@ export declare const enum ComponentType { |
@@ -98,3 +98,3 @@ 'use strict'; | ||
/** | ||
* @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. | ||
@@ -149,3 +149,3 @@ */ | ||
else { | ||
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw | ||
if (optional) { | ||
@@ -152,0 +152,0 @@ return null; |
@@ -34,3 +34,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. | ||
@@ -41,3 +41,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. | ||
@@ -44,0 +44,0 @@ * @param options.optional If optional is false or not provided, the method throws an error when |
@@ -29,3 +29,3 @@ /** | ||
* 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. | ||
*/ | ||
@@ -32,0 +32,0 @@ export declare const enum ComponentType { |
{ | ||
"name": "@firebase/component", | ||
"version": "0.6.8-canary.f58d48cd4", | ||
"version": "0.6.8-canary.f7c6dc4fe", | ||
"description": "Firebase Component Platform", | ||
@@ -36,3 +36,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/util": "1.9.7-canary.f58d48cd4", | ||
"@firebase/util": "1.9.7-canary.f7c6dc4fe", | ||
"tslib": "^2.1.0" | ||
@@ -39,0 +39,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
176798
+ Added@firebase/util@1.9.7-canary.f7c6dc4fe(transitive)
- Removed@firebase/util@1.9.7-canary.f58d48cd4(transitive)